Update hough_circles.cpp
This commit is contained in:
parent
9211d1ac2d
commit
768da4d95a
@ -141,7 +141,7 @@ namespace
|
||||
Ptr<cuda::CannyEdgeDetector> canny_;
|
||||
};
|
||||
|
||||
bool centersCompare(Vec3f a, Vec3f b) {return (a[2] > b[2]);}
|
||||
bool centersCompare(Vec3f a, Vec3f b) {return (a[2] > b[2]);}
|
||||
|
||||
HoughCirclesDetectorImpl::HoughCirclesDetectorImpl(float dp, float minDist, int cannyThreshold, int votesThreshold,
|
||||
int minRadius, int maxRadius, int maxCircles) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user