Searched refs:cellSize (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/ |
| H A D | polylabel.hpp | 116 const T cellSize = std::min(size.x, size.y); in polylabel() local 117 T h = cellSize / 2; in polylabel() 126 if (cellSize == 0) { in polylabel() 131 for (T x = envelope.min.x; x < envelope.max.x; x += cellSize) { in polylabel() 132 for (T y = envelope.min.y; y < envelope.max.y; y += cellSize) { in polylabel()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | objdetect.hpp | 384 cellSize(8,8), nbins(9), derivAperture(1), winSigma(-1), in HOGDescriptor() 408 : winSize(_winSize), blockSize(_blockSize), blockStride(_blockStride), cellSize(_cellSize), in HOGDescriptor() 594 CV_PROP Size cellSize; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | outlier_rejection.hpp | 80 Size cellSize() const { return cellSize_; } in cellSize() function in cv::videostab::TranslationBasedLocalOutlierRejector
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | hal.hpp | 60 CV_EXPORTS int normHamming(const uchar* a, int n, int cellSize); 61 CV_EXPORTS int normHamming(const uchar* a, const uchar* b, int n, int cellSize);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | hal.hpp | 60 CV_EXPORTS int normHamming(const uchar* a, int n, int cellSize); 61 CV_EXPORTS int normHamming(const uchar* a, const uchar* b, int n, int cellSize);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | hal.hpp | 60 CV_EXPORTS int normHamming(const uchar* a, int n, int cellSize); 61 CV_EXPORTS int normHamming(const uchar* a, const uchar* b, int n, int cellSize);
|