Renesas GR-PEACH OpenCV Development / gr-peach-opencv-project-sd-card_update

Fork of gr-peach-opencv-project-sd-card by the do

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.