Home | History | Annotate | Download | only in highgui

Lines Matching refs:CvvImage

43 // Image.cpp: implementation of the CvvImage class.
55 CvvImage::CvvImage()
60 void CvvImage::Destroy()
65 CvvImage::~CvvImage()
70 bool CvvImage::Create( int w, int h, int bpp, int origin )
97 void CvvImage::CopyOf( CvvImage& image, int desired_color )
112 void CvvImage::CopyOf( IplImage* img, int desired_color )
132 bool CvvImage::Load( const char* filename, int desired_color )
145 bool CvvImage::LoadRect( const char* filename,
194 bool CvvImage::Save( const char* filename )
248 void CvvImage::Fill( int color )