autothreshold | mimas::canny< T > | |
canny() | mimas::canny< T > | [inline] |
dGauss(float x, float sigma) | mimas::canny< T > | [protected] |
distancePointToLine(int ax, int ay, int bx, int by, int px, int py) | mimas::canny< T > | [protected] |
distancePointToPoint(int ax, int ay, int bx, int by) | mimas::canny< T > | [protected] |
dxy_separable_convolution(const std::vector< float > &dgau, const image< float > &smx, const image< float > &smy, image< float > &dx, image< float > &dy) | mimas::canny< T > | [protected] |
estimate_thresh(const image< float > &mag, int fringe) | mimas::canny< T > | [protected] |
gauss(float x, float sigma) | mimas::canny< T > | [protected] |
getCannyAutoThres(void) | mimas::canny< T > | |
getCannyHighThres(void) | mimas::canny< T > | |
getCannyLowThres(void) | mimas::canny< T > | |
getCannyPixHighThresRatio(void) | mimas::canny< T > | |
getCannyStdDev(void) | mimas::canny< T > | |
getEdges(image< T > &inputImage, image< T > &outimage) | mimas::canny< T > | |
getEdges(image< T > &image) | mimas::canny< T > | |
highthres | mimas::canny< T > | |
hysteresis(const image< float > &mag, image< int > &im, int fringe) | mimas::canny< T > | [protected] |
lowthres | mimas::canny< T > | |
meanGauss(float x, float sigma) | mimas::canny< T > | [protected] |
nonmax_suppress(const image< float > &dx, const image< float > &dy, image< float > &mag) | mimas::canny< T > | [protected] |
norm(float x, float y) | mimas::canny< T > | [protected] |
object(void) | mimas::object | [inline] |
ratio | mimas::canny< T > | |
sd | mimas::canny< T > | |
separable_convolution(const image< int > &im, const std::vector< float > &gau, image< float > &smx, image< float > &smy) | mimas::canny< T > | [protected] |
setCannyAutoThres(bool tempval) | mimas::canny< T > | |
setCannyHighThres(int tempval) | mimas::canny< T > | |
setCannyLowThres(int tempval) | mimas::canny< T > | |
setCannyPixHighThresRatio(double tempval) | mimas::canny< T > | |
setCannyStdDev(double tempval) | mimas::canny< T > | |
trace(const image< float > &mag, image< int > &im, int i, int j) | mimas::canny< T > | [protected] |
~object(void) | mimas::object | [inline, virtual] |