Documentation
 All Classes Functions Variables Properties
ImageProcess Member List

This is the complete list of members for ImageProcess, including all inherited members.

AutoCrop(System::Drawing::Image^ srcImage, System::Drawing::Color^ cropColor)ImageProcess
BrightContIntImage(System::Drawing::Image^ srcImage, int iBrightness, int iContrast, int iIntensity)ImageProcess
CompareImages(System::Drawing::Image^ baseImage, System::Drawing::Image^ newImage)ImageProcess
CropImage(System::Drawing::Image^ srcImage, System::Drawing::Rectangle^ cropRect)ImageProcess
DeskewImage(System::Drawing::Image^ srcImage)ImageProcess
EdgeDetectorImage(System::Drawing::Image^ srcImage)ImageProcess
FlipImageH(System::Drawing::Image^ srcImage)ImageProcess
FlipImageV(System::Drawing::Image^ srcImage)ImageProcess
GaussianFilterImage(System::Drawing::Image^ srcImage) (defined in ImageProcess)ImageProcess
GaussianFilterImage(System::Drawing::Image^ srcImage, int iWeight) (defined in ImageProcess)ImageProcess
GrayScaleImage(System::Drawing::Image^ srcImage)ImageProcess
ImageBrigthness(System::Drawing::Image^ srcImage, float fValue)ImageProcess
ImageContrast(System::Drawing::Image^ srcImage, float fValue)ImageProcess
ImageIntensity(System::Drawing::Image^ srcImage, int iLow, int iHigh, int iGamma)ImageProcess
ImageProcess(void)ImageProcess
LaplacianEdgeDetection(System::Drawing::Image^ srcImage)ImageProcess
ProcessImage(System::Drawing::Image^ srcImage, PageInfo^ pgInfo)ImageProcess
RotateImage(System::Drawing::Image^ srcImage, int iRotate_Angle)ImageProcess
ScaleImage(System::Drawing::Image^ srcImage, int iWidth, int iHeight)ImageProcess
SharpImage(System::Drawing::Image^ srcImage)ImageProcess
SmoothEdgesImage(System::Drawing::Image^ srcImage)ImageProcess
WatermarkImage(System::Drawing::Image^ SrcImage, System::String^ WatermarkText, System::Drawing::Color^ textColor, System::Drawing::Font^ font, int iRotation_Angle, int iOpacity, bool bAutoAdjust)ImageProcess