![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
#include "wimage.hpp"
Public Types | |
| typedef WImage< T >::BaseType | BaseType |
Public Member Functions | |
| WImageView (const WImage< T > &img) | |
| WImageView (IplImage *img) | |
| WImageView (T *data, int width, int height, int channels, int width_step=-1) | |
| WImageView (WImage< T > *img, int c, int r, int width, int height) | |
| WImageView & | operator= (const WImage< T > &img) |
Protected Attributes | |
| IplImage | header_ |
View into an image class which allows treating a subimage as an image or treating external data as an image
| typedef WImage<T>::BaseType cv::WImageView< T >::BaseType |
| cv::WImageView< T >::WImageView | ( | IplImage * | img | ) |
| cv::WImageView< T >::WImageView | ( | const WImage< T > & | img | ) |
| WImageView& cv::WImageView< T >::operator= | ( | const WImage< T > & | img | ) |
|
protected |
1.8.20