| 85 | cvReleaseImage( &m_img ); |
| 86 | } |
| 87 | CvvImage::~CvvImage() |
| 88 | { |
| 89 | Destroy(); |
| 90 | } |
| 91 | bool CvvImage::Create( int w, int h, int bpp, int origin ) |
| 92 | { |
| 93 | const unsigned max_img_size = 10000; |
nothing calls this directly
no outgoing calls
no test coverage detected