GeneralizedHough Properties |
The GeneralizedHough type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
| AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
| CannyHighThresh |
Canny high threshold.
| |
| CannyLowThresh |
Canny low threshold.
| |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| Dp |
Inverse ratio of the accumulator resolution to the image resolution.
| |
| Empty |
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
(Inherited from Algorithm.) | |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| MaxBufferSize |
Maximal size of inner buffers.
| |
| MinDist |
Minimum distance between the centers of the detected objects.
|