C# Class OpenCVLib2.preprocessing

ファイルを表示 Open project: Juniar-Rakhman/OpenCV_ASL_Recognition Class Usage Examples

Public Methods

Method Description
cariBB ( IplImage imgSrc ) : CvRect
cariX ( IplImage imgSrc, int &min, int &max ) : void
cariY ( IplImage imgSrc, int &min, int &max ) : void
preprocess ( IplImage imgSrc, int new_width, int new_height ) : IplImage
preprocessing ( MainForm form ) : System

Method Details

cariBB() public method

public cariBB ( IplImage imgSrc ) : CvRect
imgSrc IplImage
return CvRect

cariX() public method

public cariX ( IplImage imgSrc, int &min, int &max ) : void
imgSrc IplImage
min int
max int
return void

cariY() public method

public cariY ( IplImage imgSrc, int &min, int &max ) : void
imgSrc IplImage
min int
max int
return void

preprocess() public method

public preprocess ( IplImage imgSrc, int new_width, int new_height ) : IplImage
imgSrc IplImage
new_width int
new_height int
return IplImage

preprocessing() public method

public preprocessing ( MainForm form ) : System
form MainForm
return System