1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

added lbp related CUDA files

This commit is contained in:
Marina Kolpakova
2012-06-25 16:39:40 +00:00
parent e637168e44
commit 91ba48c5f9
4 changed files with 163 additions and 2 deletions
+1 -1
View File
@@ -1435,7 +1435,7 @@ public:
bool load(const std::string& filename);
void release();
int detectMultiScale(const GpuMat& image, GpuMat& objectsBuf, double scaleFactor = 1.2, int minNeighbors = 4, Size minSize = Size());
int detectMultiScale(const GpuMat& image, GpuMat& scaledImageBuffer, GpuMat& objectsBuf, double scaleFactor = 1.2, int minNeighbors = 4/*, Size minSize = Size()*/);
bool findLargestObject;
bool visualizeInPlace;