OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvvImage
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
image.cpp
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
[
all
...]
highgui.h
332
#define CImage
CvvImage
334
/*
CvvImage
class definition */
335
class CV_EXPORTS
CvvImage
338
CvvImage
();
339
virtual ~
CvvImage
();
364
virtual void CopyOf(
CvvImage
& image, int desired_color = -1 );
Completed in 41 milliseconds