| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | objdetect.hpp | 52 Haar Feature-based Cascade Classifier for Object Detection 58 First, a classifier (namely a *cascade of boosted classifiers working with haar-like features*) is 63 After a classifier is trained, it can be applied to a region of interest (of the same size as used 64 during the training) in an input image. The classifier outputs a "1" if the region is likely to show 66 move the search window across the image and check every location using the classifier. The 67 classifier is designed so that it can be easily "resized" in order to be able to find the objects of 72 The word "cascade" in the classifier name means that the resultant classifier consists of several 84 The feature used in a particular classifier is specified by its shape (1a, 2b etc.), position within 119 //! class for grouping object candidates, detected by Cascade Classifier, HOG etc. 219 This program demonstrates usage of the Cascade classifier class [all …]
|
| H A D | ml.hpp | 325 /** @brief Returns true if the model is classifier */ 350 different dataset to evaluate already trained classifier, you will probably want not to set 380 * Normal Bayes Classifier * 383 /** @brief Bayes classifier for normally distributed data. 409 * Optionally specify the node for the file containing the classifier 412 * @param nodeName name of node containing the classifier 418 * K-Nearest Neighbour Classifier * 494 …The static method creates empty %KNearest classifier. It should be then trained using StatModel::t… 926 The trained model can be used further for prediction, just like any other classifier. The 1013 * Optionally specify the node for the file containing the classifier [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | tailcall2.c | 13 SEC("classifier/0") 20 SEC("classifier/1") 27 SEC("classifier/2") 33 SEC("classifier/3") 40 SEC("classifier/4") 47 SEC("classifier")
|
| H A D | test_sk_lookup_kern.c | 56 SEC("classifier/sk_lookup_success") 82 SEC("classifier/sk_lookup_success_simple") 94 SEC("classifier/fail_use_after_free") 109 SEC("classifier/fail_modify_sk_pointer") 124 SEC("classifier/fail_modify_sk_or_null_pointer") 138 SEC("classifier/fail_no_release") 147 SEC("classifier/fail_release_twice") 159 SEC("classifier/fail_release_unchecked") 176 SEC("classifier/fail_no_release_subcall")
|
| H A D | tailcall_bpf2bpf4.c | 35 SEC("classifier/1") 41 SEC("classifier/2") 48 SEC("classifier/0") 54 SEC("classifier")
|
| H A D | tailcall_bpf2bpf3.c | 36 SEC("classifier/0") 44 SEC("classifier/1") 52 SEC("classifier")
|
| H A D | tailcall3.c | 15 SEC("classifier/0") 23 SEC("classifier")
|
| H A D | tailcall4.c | 16 SEC("classifier/" #x) \ 25 SEC("classifier")
|
| H A D | tailcall_bpf2bpf1.c | 13 SEC("classifier/" #x) \ 29 SEC("classifier")
|
| H A D | tailcall5.c | 16 SEC("classifier/" #x) \ 25 SEC("classifier")
|
| H A D | tailcall_bpf2bpf2.c | 25 SEC("classifier/0") 32 SEC("classifier")
|
| H A D | tailcall1.c | 14 SEC("classifier/" #x) \ 23 SEC("classifier")
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 24 prog = bpf_object__find_program_by_title(obj, "classifier"); in test_tailcall_1() 41 snprintf(prog_name, sizeof(prog_name), "classifier/%i", i); in test_tailcall_1() 73 snprintf(prog_name, sizeof(prog_name), "classifier/%i", i); in test_tailcall_1() 95 snprintf(prog_name, sizeof(prog_name), "classifier/%i", j); in test_tailcall_1() 162 prog = bpf_object__find_program_by_title(obj, "classifier"); in test_tailcall_2() 179 snprintf(prog_name, sizeof(prog_name), "classifier/%i", i); in test_tailcall_2() 239 prog = bpf_object__find_program_by_title(obj, "classifier"); in test_tailcall_3() 255 prog = bpf_object__find_program_by_title(obj, "classifier/0"); in test_tailcall_3() 319 prog = bpf_object__find_program_by_title(obj, "classifier"); in test_tailcall_4() 344 snprintf(prog_name, sizeof(prog_name), "classifier/%i", i); in test_tailcall_4() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_cls.h | 3 * RSS and Classifier definitions for Marvell PPv2 Network Controller 16 /* Classifier constants */ 22 /* Classifier flow constants */ 79 /* Classifier C2 engine constants */ 140 /* Classifier C2 engine entries */ 222 /* Iterate on each classifier flow id. Sets 'i' to be the index of the first 234 /* Iterate on each classifier flow that has a given flow_type. Sets 'i' to be
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | tc_actions.sh | 55 local classifier=$3 70 $classifier $tcflags $classifier_args \ 80 $classifier 83 log_test "mirred egress $classifier $action ($tcflags)"
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_api.h | 67 * Packet Classifier table, and unpack it into the fields of rec. 76 * specified row of the Egress Packet Classifier table. 157 * Pre-MACSec Packet Classifier table, and unpack it into the fields of rec. 166 * specified row of the Ingress Pre-MACSec Packet Classifier table. 229 * Post-MACSec Packet Classifier table, and unpack it into the 239 * specified row of the Ingress Post-MACSec Packet Classifier table.
|
| H A D | macsec_struct.h | 43 * Classifier table. 351 * Packet Classifier table. 578 * MACSec Packet Classifier table. 748 * in the Egress Packet Classifier table. 764 * the Egress Packet Classifier table has action=drop. 843 * Packet Classifier table. 848 * Packet Classifier table. 877 * that passed the Ingress Post-MACSec Packet Classifier table 882 * service that passed the Ingress Post-MACSec Packet Classifier 887 * that failed the Ingress Post-MACSec Packet Classifier table [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/objdetect/ |
| H A D | objdetect_c.h | 65 #define CV_TYPE_NAME_HAAR "opencv-haar-classifier" 98 CvHaarClassifier* classifier; member 124 /* Loads haar classifier cascade from a directory. 142 /* sets images for haar classifier cascade */
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | nsh.h | 37 * SF/SFF/SFC Proxy/Classifier implementations that do not support SFC 117 * Path selection. The initial classifier MUST set the appropriate SPI 121 * classifier for a given SFP SHOULD set the SI to 255, however the 127 * NSH. The initial Classifier MUST send the packet to the first SFF in 130 * (re)classifier is, in effect, the initial classifier for the
|
| H A D | cls_cgroup.h | 3 * cls_cgroup.h Control Group Classifier 57 /* Due to the nature of the classifier it is required to ignore all in task_get_classid()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | net_cls.rst | 2 Network classifier cgroup 5 The Network classifier cgroup provides an interface to
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | Kconfig | 383 tristate "Ingress/classifier-action Qdisc" 591 tristate "Flow classifier" 602 tristate "Control Group Classifier" 614 tristate "BPF-based classifier" 624 tristate "Flower classifier" 634 tristate "Match-all classifier" 651 a separate classifier for. 960 "Distributing Linux Traffic Control Classifier-Action Subsystem"
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys_python.py | 58 'Classifiers': 'Classifier', 63 'Classifier': 'classifiers', 70 'Classifier', 261 if 'Classifier' in info: 264 for classifier in info['Classifier']: 265 if classifier in self.classifier_license_map: 266 license = self.classifier_license_map[classifier]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | pkt_cls.h | 348 /* Cgroup classifier */ 360 /* BPF classifier */ 382 /* Flower classifier */ 521 /* Match-all classifier */
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | pkt_cls.h | 348 /* Cgroup classifier */ 360 /* BPF classifier */ 382 /* Flower classifier */ 521 /* Match-all classifier */
|