#include <VisionX/components/image_processor/ValveAttention/choughcirclesdemo.h>
|
| | CHoughCircles (int CannyLowThreshold=50, int CannyHighThreshold=200, int CirclesToExtract=1, int minRadius=20, int maxRadius=100) |
| |
| void | HoughSaliency (CByteImage *origin, CByteImage *saliencyImage, int sampleWindowsize, int width, int height, int windowCenterX, int windowCenterY) |
| |
| void | openCVHoughSaliency (CByteImage *origin, CByteImage *saliencyImage, int sampleWindowsize, int width, int height, int windowCenterX, int windowCenterY) |
| |
Definition at line 23 of file choughcirclesdemo.h.
◆ CHoughCircles()
| CHoughCircles |
( |
int | CannyLowThreshold = 50, |
|
|
int | CannyHighThreshold = 200, |
|
|
int | CirclesToExtract = 1, |
|
|
int | minRadius = 20, |
|
|
int | maxRadius = 100 ) |
◆ HoughSaliency()
| void HoughSaliency |
( |
CByteImage * | origin, |
|
|
CByteImage * | saliencyImage, |
|
|
int | sampleWindowsize, |
|
|
int | width, |
|
|
int | height, |
|
|
int | windowCenterX, |
|
|
int | windowCenterY ) |
◆ openCVHoughSaliency()
| void openCVHoughSaliency |
( |
CByteImage * | origin, |
|
|
CByteImage * | saliencyImage, |
|
|
int | sampleWindowsize, |
|
|
int | width, |
|
|
int | height, |
|
|
int | windowCenterX, |
|
|
int | windowCenterY ) |
The documentation for this class was generated from the following files: