Home
last modified time | relevance | path

Searched full:classifier (Results 1 – 25 of 196) sorted by relevance

12345678

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp52 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 Dml.hpp325 /** @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 Dtailcall2.c13 SEC("classifier/0")
20 SEC("classifier/1")
27 SEC("classifier/2")
33 SEC("classifier/3")
40 SEC("classifier/4")
47 SEC("classifier")
H A Dtest_sk_lookup_kern.c56 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 Dtailcall_bpf2bpf4.c35 SEC("classifier/1")
41 SEC("classifier/2")
48 SEC("classifier/0")
54 SEC("classifier")
H A Dtailcall_bpf2bpf3.c36 SEC("classifier/0")
44 SEC("classifier/1")
52 SEC("classifier")
H A Dtailcall3.c15 SEC("classifier/0")
23 SEC("classifier")
H A Dtailcall4.c16 SEC("classifier/" #x) \
25 SEC("classifier")
H A Dtailcall_bpf2bpf1.c13 SEC("classifier/" #x) \
29 SEC("classifier")
H A Dtailcall5.c16 SEC("classifier/" #x) \
25 SEC("classifier")
H A Dtailcall_bpf2bpf2.c25 SEC("classifier/0")
32 SEC("classifier")
H A Dtailcall1.c14 SEC("classifier/" #x) \
23 SEC("classifier")
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c24 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 Dmvpp2_cls.h3 * 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 Dtc_actions.sh55 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 Dmacsec_api.h67 * 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 Dmacsec_struct.h43 * 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 Dobjdetect_c.h65 #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 Dnsh.h37 * 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 Dcls_cgroup.h3 * 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 Dnet_cls.rst2 Network classifier cgroup
5 The Network classifier cgroup provides an interface to
/OK3568_Linux_fs/kernel/net/sched/
H A DKconfig383 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 Dcreate_buildsys_python.py58 '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 Dpkt_cls.h348 /* Cgroup classifier */
360 /* BPF classifier */
382 /* Flower classifier */
521 /* Match-all classifier */
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_cls.h348 /* Cgroup classifier */
360 /* BPF classifier */
382 /* Flower classifier */
521 /* Match-all classifier */

12345678