Lines Matching defs:row
59 virtual void write(Mat& gray, int row, int col, const uchar& val) in write()
86 void write(Mat& rgb, int row, int col, const RGB& val) in write()
96 void write(Mat& rgb, int row, int col, const RGB& val) in write()
107 void write(Mat& rgb, int row, int col, const RGB& val) in write()
118 void write(Mat& rgb, int row, int col, const RGB& val) in write()
135 void write(Mat& yuv, int row, int col, const YUV& val) in write()
139 yuv.ptr<uchar>(row)[col] = val[0]; in write() local
150 void write(Mat& yuv, int row, int col, const YUV& val) in write()
154 yuv.ptr<uchar>(row)[col] = val[0]; in write() local
178 YUV read(const Mat& yuv, int row, int col) in read()
203 YUV read(const Mat& yuv, int row, int col) in read()
216 YUV read(const Mat& yuv, int row, int col) in read()
229 YUV read(const Mat& yuv, int row, int col) in read()
241 YUV read(const Mat& yuv, int row, int col) in read()
253 YUV read(const Mat& yuv, int row, int col) in read()
265 YUV read(const Mat& yuv, int row, int col) in read()
278 RGB read(const Mat& rgb, int row, int col) in read()
288 RGB read(const Mat& rgb, int row, int col) in read()
299 RGB read(const Mat& rgb, int row, int col) in read()
310 RGB read(const Mat& rgb, int row, int col) in read()
524 for(int row = 0; row < rgb.rows; ++row) in referenceYUV2RGB() local
534 for(int row = 0; row < rgb.rows; ++row) in referenceYUV2GRAY() local
544 for(int row = 0; row < rgb.rows; ++row) in referenceRGB2YUV() local