removed unused class filds
This commit is contained in:
parent
e496345d33
commit
6c0af66fd8
@ -1438,16 +1438,12 @@ public:
|
|||||||
int detectMultiScale(const GpuMat& image, GpuMat& scaledImageBuffer, GpuMat& objectsBuf, double scaleFactor = 1.1, int minNeighbors = 4,
|
int detectMultiScale(const GpuMat& image, GpuMat& scaledImageBuffer, GpuMat& objectsBuf, double scaleFactor = 1.1, int minNeighbors = 4,
|
||||||
cv::Size maxObjectSize = cv::Size()/*, Size minSize = Size()*/);
|
cv::Size maxObjectSize = cv::Size()/*, Size minSize = Size()*/);
|
||||||
void preallocateIntegralBuffer(cv::Size desired);
|
void preallocateIntegralBuffer(cv::Size desired);
|
||||||
|
|
||||||
bool findLargestObject;
|
|
||||||
bool visualizeInPlace;
|
|
||||||
|
|
||||||
Size getClassifierSize() const;
|
Size getClassifierSize() const;
|
||||||
private:
|
private:
|
||||||
bool read(const FileNode &root);
|
bool read(const FileNode &root);
|
||||||
|
|
||||||
static const stage stageType = BOOST;
|
static const stage stageType = BOOST;
|
||||||
static const feature feature = LBP;
|
static const feature featureType = LBP;
|
||||||
|
|
||||||
cv::Size NxM;
|
cv::Size NxM;
|
||||||
bool isStumps;
|
bool isStumps;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user