Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
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.
Generated on Tue Jul 12 2022 18:20:23 by
