GeneralizedHough
finds arbitrary template in the grayscale image using Generalized Hough Transform
Member of Imgproc
-
Declaration
Objective-C
- (double)getDp NS_SWIFT_NAME(getDp());
Swift
func getDp() -> Double
-
Declaration
Objective-C
- (double)getMinDist NS_SWIFT_NAME(getMinDist());
Swift
func getMinDist() -> Double
-
Declaration
Objective-C
- (int)getCannyHighThresh NS_SWIFT_NAME(getCannyHighThresh());
Swift
func getCannyHighThresh() -> Int32
-
Declaration
Objective-C
- (int)getCannyLowThresh NS_SWIFT_NAME(getCannyLowThresh());
Swift
func getCannyLowThresh() -> Int32
-
Declaration
Objective-C
- (int)getMaxBufferSize NS_SWIFT_NAME(getMaxBufferSize());
Swift
func getMaxBufferSize() -> Int32
-
Declaration
Objective-C
- (void)setCannyHighThresh:(int)cannyHighThresh NS_SWIFT_NAME(setCannyHighThresh(cannyHighThresh:));
Swift
func setCannyHighThresh(cannyHighThresh: Int32)
-
Declaration
Objective-C
- (void)setCannyLowThresh:(int)cannyLowThresh NS_SWIFT_NAME(setCannyLowThresh(cannyLowThresh:));
Swift
func setCannyLowThresh(cannyLowThresh: Int32)
-
Declaration
Objective-C
- (void)setDp:(double)dp NS_SWIFT_NAME(setDp(dp:));
Swift
func setDp(dp: Double)
-
Declaration
Objective-C
- (void)setMaxBufferSize:(int)maxBufferSize NS_SWIFT_NAME(setMaxBufferSize(maxBufferSize:));
Swift
func setMaxBufferSize(maxBufferSize: Int32)
-
Declaration
Objective-C
- (void)setMinDist:(double)minDist NS_SWIFT_NAME(setMinDist(minDist:));
Swift
func setMinDist(minDist: Double)