Searched defs:nstripes (Results 1 – 5 of 5) sorted by relevance
164 int nstripes; member in __anonbee44d980111::ParallelLoopBodyWrapper246 void cv::parallel_for_(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes) in parallel_for_()
407 void ThreadManager::run(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes) in run()591 …id parallel_for_pthreads(const cv::Range& range, const cv::ParallelLoopBody& body, double nstripes) in parallel_for_pthreads()
1019 int nstripes; member1146 int nstripes = cvCeil(height / maxStripeSize); in compute() local
1078 int nscales, nstripes; member in cv::CascadeClassifierInvoker1346 int nstripes = cvCeil(szw.width/32.); in detectMultiScaleNoGrouping() local
1248 int nstripes = std::min<int>(8, static_cast<int>(src.total() / (1 << 16))); in calcHist() local