Home
last modified time | relevance | path

Searched refs:descr_format (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaobjdetect/include/opencv2/
H A Dcudaobjdetect.hpp136 … CV_WRAP virtual void setDescriptorFormat(HOGDescriptor::DescriptorStorageFormat descr_format) = 0;
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaobjdetect/src/
H A Dhog.cpp173 …scriptorFormat(HOGDescriptor::DescriptorStorageFormat descr_format) { descr_format_ = descr_format in setDescriptorFormat() argument
/dports/biology/ncbi-toolkit/ncbi/connect/
H A Dncbi_lbos.c1084 const char* descr_format = "%s %s:%u %s Regular R=%s L=no T=25"; in s_LBOS_ResolveIPPort() local
1116 length = strlen(descr_format) + strlen(type) + strlen(host) + in s_LBOS_ResolveIPPort()
1119 sprintf(server_description, descr_format, type, host, in s_LBOS_ResolveIPPort()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_lbos.c1086 const char* descr_format = "%s %s:%u %s R=%s T=%lu"; in s_LBOS_ResolveIPPort() local
1124 length = strlen(descr_format) + strlen(type) + strlen(host) + in s_LBOS_ResolveIPPort()
1130 sprintf(server_description, descr_format, type, host, in s_LBOS_ResolveIPPort()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_lbos.c1086 const char* descr_format = "%s %s:%u %s R=%s T=%lu"; in s_LBOS_ResolveIPPort() local
1124 length = strlen(descr_format) + strlen(type) + strlen(host) + in s_LBOS_ResolveIPPort()
1130 sprintf(server_description, descr_format, type, host, in s_LBOS_ResolveIPPort()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/
H A Dhog.cpp1310 …putArray _img, Size win_stride, std::vector<float>& _descriptors, int descr_format, Size blockSize, in ocl_compute() argument
1357 switch (descr_format) in ocl_compute()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/
H A Dhog.cpp1310 …putArray _img, Size win_stride, std::vector<float>& _descriptors, int descr_format, Size blockSize, in ocl_compute() argument
1357 switch (descr_format) in ocl_compute()
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/src/
H A Dhog.cpp1394 …::vector<float>& _descriptors, HOGDescriptor::DescriptorStorageFormat descr_format, Size blockSize, in ocl_compute() argument
1441 switch (descr_format) in ocl_compute()