SMIL  1.0.4

Deriche edge detection: More...

Detailed Description

Deriche edge detection:

See also
  • R. Deriche, Using Canny's criteria to derive a recursively implemented optimal edge detector, Int. J. Computer Vision, Vol. 1, pp. 167-187, April 1987.
  • Deriche Edge Detector on Wikipedia
Author
Vincent Morard
Jose-Marcio Martins da Cruz (port from Morph-M)
+ Collaboration diagram for Deriche Filter (2D):

Functions

template<class T >
RES_T dericheEdgeDetection (const Image< T > &imIn, const double Alpha, Image< T > &imOut)
 Deriche's filter : Grayscale optimal edge detection. More...
 

Function Documentation

◆ dericheEdgeDetection()

RES_T dericheEdgeDetection ( const Image< T > &  imIn,
const double  Alpha,
Image< T > &  imOut 
)

Deriche's filter : Grayscale optimal edge detection.

Parameters
[in]imInthe initial image
[in]Alpha[0 1] Parameter of the filter
[out]imOutEdges of imIn