Renesas / opencv-lib

Dependents:   RZ_A2M_Mbed_samples

Embed: (wiki syntax)

« Back to documentation index

WImageC< T, C > Class Template Reference

WImageC< T, C > Class Template Reference
[Core functionality]

Image class when both the pixel type and number of channels are known at compile time. More...

#include <wimage.hpp>

Inherits cv::WImage< T >.

Inherited by WImageBufferC< T, C >, and WImageViewC< T, C >.


Detailed Description

template<typename T, int C>
class cv::WImageC< T, C >

Image class when both the pixel type and number of channels are known at compile time.

This wrapper will speed up some of the operations like accessing individual pixels using the () operator.

Definition at line 256 of file wimage.hpp.