Searched refs:CvvImage (Results 1 – 2 of 2) sorted by relevance
55 CvvImage::CvvImage() in CvvImage() function in CvvImage60 void CvvImage::Destroy() in Destroy()65 CvvImage::~CvvImage() in ~CvvImage()70 bool CvvImage::Create( int w, int h, int bpp, int origin ) in Create()97 void CvvImage::CopyOf( CvvImage& image, int desired_color ) in CopyOf()112 void CvvImage::CopyOf( IplImage* img, int desired_color ) in CopyOf()132 bool CvvImage::Load( const char* filename, int desired_color ) in Load()145 bool CvvImage::LoadRect( const char* filename, in LoadRect()194 bool CvvImage::Save( const char* filename ) in Save()248 void CvvImage::Fill( int color ) in Fill()
332 #define CImage CvvImage335 class CV_EXPORTS CvvImage338 CvvImage();339 virtual ~CvvImage();364 virtual void CopyOf( CvvImage& image, int desired_color = -1 );