Leaper Vision Toolkit
中文 / English 2.x
LEdgeFilter Class Reference
Inheritance diagram for LEdgeFilter:
ILEdgeFilter ILObject

Additional Inherited Members

- Public Member Functions inherited from ILEdgeFilter
void GradientFull (ILImage *img, ILImage *result)
 
void GradientH (ILImage *img, ILImage *result)
 
void GradientV (ILImage *img, ILImage *result)
 
void SetEdgeKernel (LPVEdgeKernel kType, int kWidth, int kHeight)
 
void SetEdgePolarity (LPVPolarity xPolarity, enum LPVPolarity yPolarity)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILEdgeFilter
LPVPolarity EdgePolarityX [get]
 The polarity of horizontally oriented edges in left-to-right direction. More...
 
LPVPolarity EdgePolarityY [get]
 The polarity of vertically oriented edges in top-down direction. More...
 
int KernelHeight [get]
 The height of the kernel size. More...
 
LPVEdgeKernel KernelType [get]
 The kernel type. More...
 
int KernelWidth [get]
 The width of the kernel size. More...
 

Detailed Description

This class implements the interface ILEdgeFilter, and is used to create an instance of edge extraction tool.