Image structure to store the images internally. More...
#include <CvTestbed.h>
Public Member Functions | |
| Image (IplImage *_ipl, std::string _title, bool _visible, bool _release_at_exit) | |
Public Attributes | |
| IplImage * | ipl |
| bool | release_at_exit |
| std::string | title |
| bool | visible |
Image structure to store the images internally.
Definition at line 89 of file CvTestbed.h.
| CvTestbed::Image::Image | ( | IplImage * | _ipl, |
| std::string | _title, | ||
| bool | _visible, | ||
| bool | _release_at_exit | ||
| ) | [inline] |
Definition at line 94 of file CvTestbed.h.
| IplImage* CvTestbed::Image::ipl |
Definition at line 90 of file CvTestbed.h.
Definition at line 93 of file CvTestbed.h.
| std::string CvTestbed::Image::title |
Definition at line 91 of file CvTestbed.h.
Definition at line 92 of file CvTestbed.h.