HomeSort by relevance Sort by last modified time
    Searched defs:sqofs (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/objdetect/src/
HaarStructs.h 48 int sqofs; member in struct:__anon22606
cascadedetect.cpp 666 sqofs = hasTiltedFeatures ? sbufSize.area() * 2 : sbufSize.area();
672 int sqy = sy + (sqofs / sbufSize.width);
693 Mat sqsum(s.szi, CV_32S, sum.ptr<int>() + sqofs, sbuf.step);
737 const int* pq = (const int*)(pwin + sqofs);
784 return sqofs;
1148 int sqofs = haar->getSquaresOffset(); local
    [all...]
cascadedetect.hpp 388 int tofs, sqofs; member in class:cv::HaarEvaluator

Completed in 41 milliseconds