Leaper Vision Toolkit
中文 / English 2.x
Data Structures
LPVImgProcLib Module Reference

LPV Image Process Library, provides classes for various image processing operations. More...

Data Structures

interface  ILBGSubtract
 This interface provide functionalities of background subtraction for consistent or slowly changing environment. More...
 
interface  ILEdgeFilter
 This interface provide functionalities of edge extraction. More...
 
interface  ILHDR
 This interface provide functionalities of High Dynamic Range Imaging(HDR). More...
 
interface  ILHistogram
 This interface provide functionalities of histogram calculation out of image. More...
 
interface  ILImageCompare
 This interface provide functionalities of image comparison on pixel level. More...
 
interface  ILImageConvert
 This interface provide functionalities of image conversion between different color spaces or formats. More...
 
interface  ILImageFilter
 This interface provide functionalities of various image filtering operations. More...
 
interface  ILImageMorph
 This interface provide functionalities of morphology operations. More...
 
interface  ILImageOp
 This interface provide functionalities of basic and advanced image operations, such as resizing, rotation, arithmetic, blending, tiling, etc. More...
 
interface  ILImageStats
 This interface provide functionalities of statistics operations. More...
 
interface  ILImageThreshold
 This interface provide functionalities of threshold operations. More...
 
class  LBGSubtract
 
class  LEdgeFilter
 
class  LHDR
 
class  LHistogram
 
class  LImageCompare
 
class  LImageConvert
 
class  LImageFilter
 
class  LImageMorph
 
class  LImageOp
 
class  LImageStats
 
class  LImageThreshold
 

Detailed Description

LPV Image Process Library, provides classes for various image processing operations.

This library provides classes for image processing. To include the definitions of the library's classes, use the following directive:

Example Code