Class GeneralizedHough
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
finds arbitrary template in the grayscale image using Generalized Hough Transform
public abstract class GeneralizedHough : Algorithm, IDisposable
- Inheritance
-
GeneralizedHough
- Implements
- Derived
- Inherited Members
Constructors
Properties
- CannyHighThresh
Canny high threshold.
- CannyLowThresh
Canny low threshold.
- Dp
Inverse ratio of the accumulator resolution to the image resolution.
- MaxBufferSize
Maximal size of inner buffers.
- MinDist
Minimum distance between the centers of the detected objects.
Methods
- Detect(InputArray, InputArray, InputArray, OutputArray, OutputArray)
find template on image
- Detect(InputArray, OutputArray, OutputArray)
find template on image
- SetTemplate(InputArray, InputArray, InputArray, Point?)
set template to search
- SetTemplate(InputArray, Point?)
set template to search