Searched defs:new_rows (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp2937 int total_width, new_rows, cn; local
2957 new_rows = new_sizes[0];
2959 new_rows = total_width*mat->rows/new_cn;
2962 new_rows = mat->rows;
2964 new_rows = mat->rows * total_width / new_cn;
2967 if( new_rows != mat->rows )
2975 total_width = total_size / new_rows;
2977 if( total_width * new_rows != total_size )
2982 header->rows = new_rows;
2992 header->step &= new_rows >
[all...]

Completed in 44 milliseconds