Searched refs:width_step (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcvwimage.h429 // If not given width_step assumed to be same as width.
430 WImageView(T* data, int width, int height, int channels, int width_step = -1);
471 WImageViewC(T* data, int width, int height, int width_step = -1);
565 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) argument
570 if (width_step > 0) {
571 header_.widthStep = width_step;
595 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) argument
600 if (width_step > 0) {
601 header_.widthStep = width_step;

Completed in 1149 milliseconds