finds arbitrary template in the grayscale image using Generalized Hough Transform
More...
|
void | setLevels (int levels) |
|
int | getLevels () |
|
void | setVotesThreshold (int votesThreshold) |
|
int | getVotesThreshold () |
|
void | setTemplate (Mat templ, Point templCenter) |
|
void | setTemplate (Mat templ) |
|
void | setTemplate (Mat edges, Mat dx, Mat dy, Point templCenter) |
|
void | setTemplate (Mat edges, Mat dx, Mat dy) |
|
void | detect (Mat image, Mat positions, Mat votes) |
|
void | detect (Mat image, Mat positions) |
|
void | detect (Mat edges, Mat dx, Mat dy, Mat positions, Mat votes) |
|
void | detect (Mat edges, Mat dx, Mat dy, Mat positions) |
|
void | setCannyLowThresh (int cannyLowThresh) |
|
int | getCannyLowThresh () |
|
void | setCannyHighThresh (int cannyHighThresh) |
|
int | getCannyHighThresh () |
|
void | setMinDist (double minDist) |
|
double | getMinDist () |
|
void | setDp (double dp) |
|
double | getDp () |
|
void | setMaxBufferSize (int maxBufferSize) |
|
int | getMaxBufferSize () |
|
void | setTemplate (Mat templ, in Vec2d templCenter) |
|
void | setTemplate (Mat edges, Mat dx, Mat dy, in Vec2d templCenter) |
|
void | setTemplate (Mat templ, in(double x, double y) templCenter) |
|
void | setTemplate (Mat edges, Mat dx, Mat dy, in(double x, double y) templCenter) |
|
IntPtr | getNativeObjAddr () |
|
virtual void | clear () |
| Clears the algorithm state.
|
|
virtual bool | empty () |
| Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read.
|
|
void | save (string filename) |
|
virtual string | getDefaultName () |
|
void | Dispose () |
|
void | ThrowIfDisposed () |
|
finds arbitrary template in the grayscale image using Generalized Hough Transform
Detects position only without translation and rotation [Ballard1981] .