maxSize 70 modules/cudaimgproc/src/generalized_hough.cpp int Ballard_Pos_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int maxSize, float dp, int threshold); maxSize 75 modules/cudaimgproc/src/generalized_hough.cpp int* sizes, int maxSize, maxSize 79 modules/cudaimgproc/src/generalized_hough.cpp int* sizes, int maxSize, maxSize 93 modules/cudaimgproc/src/generalized_hough.cpp int Guil_Full_findPosInHist_gpu(PtrStepSzi hist, float4* out, int3* votes, int curSize, int maxSize, maxSize 659 modules/cudaimgproc/src/generalized_hough.cpp int maxSize; maxSize 666 modules/cudaimgproc/src/generalized_hough.cpp int* sizes, int maxSize, maxSize 740 modules/cudaimgproc/src/generalized_hough.cpp templFeatures_.maxSize = *std::max_element(h_buf_.begin(), h_buf_.end()); maxSize 817 modules/cudaimgproc/src/generalized_hough.cpp maxSize = 0; maxSize 848 modules/cudaimgproc/src/generalized_hough.cpp (float)minAngle_, (float)maxAngle_, (float)angleStep_, angleRange, levels_, templFeatures_.maxSize); maxSize 873 modules/cudaimgproc/src/generalized_hough.cpp (float)iScaleStep, scaleRange, levels_, templFeatures_.maxSize); maxSize 894 modules/cudaimgproc/src/generalized_hough.cpp (float)angle, (float)angleEpsilon_, (float)scale, (float)dp_, levels_, templFeatures_.maxSize); maxSize 64 modules/cudaimgproc/src/hough_lines.cpp int linesGetResult_gpu(PtrStepSzi accum, float2* out, int* votes, int maxSize, float rho, float theta, int threshold, bool doSort); maxSize 68 modules/cudaimgproc/src/hough_segments.cpp int houghLinesProbabilistic_gpu(PtrStepSzb mask, PtrStepSzi accum, int4* out, int maxSize, float rho, float theta, int lineGap, int lineLength); maxSize 474 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual size_t maxSize(void) const = 0; maxSize 502 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual size_t maxSize(void) const; maxSize 535 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual size_t maxSize(void) const; maxSize 179 modules/cudalegacy/test/NCVTest.hpp Ncv32u maxGPUsize = (Ncv32u)this->allocatorGPU.get()->maxSize(); maxSize 180 modules/cudalegacy/test/NCVTest.hpp Ncv32u maxCPUsize = (Ncv32u)this->allocatorCPU.get()->maxSize(); maxSize 307 modules/cudaobjdetect/src/cascadeclassifier.cpp gpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<int>(devProp.textureAlignment)); maxSize 308 modules/cudaobjdetect/src/cascadeclassifier.cpp cpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<int>(devProp.textureAlignment)); maxSize 119 modules/cudaoptflow/src/brox.cpp return gpuCounter.maxSize(); maxSize 111 modules/features2d/include/opencv2/features2d.hpp float maxSize=FLT_MAX ); maxSize 127 modules/features2d/src/keypoint.cpp return (size < minSize) || (size > maxSize); maxSize 130 modules/features2d/src/keypoint.cpp float minSize, maxSize; maxSize 133 modules/features2d/src/keypoint.cpp void KeyPointsFilter::runByKeypointSize( std::vector<KeyPoint>& keypoints, float minSize, float maxSize ) maxSize 136 modules/features2d/src/keypoint.cpp CV_Assert( maxSize >= 0); maxSize 137 modules/features2d/src/keypoint.cpp CV_Assert( minSize <= maxSize ); maxSize 139 modules/features2d/src/keypoint.cpp keypoints.erase( std::remove_if(keypoints.begin(), keypoints.end(), SizePredicate(minSize, maxSize)), maxSize 184 modules/objdetect/include/opencv2/objdetect.hpp Size minSize, Size maxSize ) = 0; maxSize 191 modules/objdetect/include/opencv2/objdetect.hpp Size minSize, Size maxSize ) = 0; maxSize 199 modules/objdetect/include/opencv2/objdetect.hpp Size minSize, Size maxSize, maxSize 271 modules/objdetect/include/opencv2/objdetect.hpp Size maxSize = Size() ); maxSize 294 modules/objdetect/include/opencv2/objdetect.hpp Size maxSize=Size() ); maxSize 306 modules/objdetect/include/opencv2/objdetect.hpp Size maxSize = Size(), maxSize 1632 modules/objdetect/src/cascadedetect.cpp Size maxSize ) maxSize 1635 modules/objdetect/src/cascadedetect.cpp cc->detectMultiScale(image, objects, scaleFactor, minNeighbors, flags, minSize, maxSize); maxSize 1644 modules/objdetect/src/cascadedetect.cpp Size minSize, Size maxSize ) maxSize 1648 modules/objdetect/src/cascadedetect.cpp scaleFactor, minNeighbors, flags, minSize, maxSize); maxSize 1658 modules/objdetect/src/cascadedetect.cpp Size minSize, Size maxSize, maxSize 1664 modules/objdetect/src/cascadedetect.cpp minSize, maxSize, outputRejectLevels); maxSize 92 modules/objdetect/src/cascadedetect.hpp Size maxSize = Size() ); maxSize 100 modules/objdetect/src/cascadedetect.hpp Size maxSize=Size() ); maxSize 109 modules/objdetect/src/cascadedetect.hpp Size maxSize = Size(), maxSize 1497 modules/objdetect/src/haar.cpp CvSize minSize, CvSize maxSize, bool outputRejectLevels ) maxSize 1534 modules/objdetect/src/haar.cpp if( maxSize.height == 0 || maxSize.width == 0 ) maxSize 1536 modules/objdetect/src/haar.cpp maxSize.height = img->rows; maxSize 1537 modules/objdetect/src/haar.cpp maxSize.width = img->cols; maxSize 1588 modules/objdetect/src/haar.cpp if( winSize.width > maxSize.width || winSize.height > maxSize.height ) maxSize 1677 modules/objdetect/src/haar.cpp if ( winSize.width > maxSize.width || winSize.height > maxSize.height ) maxSize 1811 modules/objdetect/src/haar.cpp int minNeighbors, int flags, CvSize minSize, CvSize maxSize ) maxSize 1816 modules/objdetect/src/haar.cpp scaleFactor, minNeighbors, flags, minSize, maxSize, false ); maxSize 188 modules/videoio/src/cap_pvapi.cpp unsigned long maxSize; maxSize 198 modules/videoio/src/cap_pvapi.cpp maxSize = 8228; maxSize 200 modules/videoio/src/cap_pvapi.cpp if (PvCaptureAdjustPacketSize(Camera.Handle,maxSize)!=ePvErrSuccess) maxSize 279 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment)); maxSize 281 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator cpuAllocator(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment));