Renesas / opencv-lib

Dependents:   RZ_A2M_Mbed_samples

Embed: (wiki syntax)

« Back to documentation index

WImageBuffer< T > Class Template Reference

WImageBuffer< T > Class Template Reference
[Core functionality]

Image class which owns the data, so it can be allocated and is always freed. More...

#include <wimage.hpp>

Inherits cv::WImage< T >.


Detailed Description

template<typename T>
class cv::WImageBuffer< T >

Image class which owns the data, so it can be allocated and is always freed.

It cannot be copied but can be explicity cloned.

Definition at line 295 of file wimage.hpp.