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

/external/opencv/cxcore/src/
H A Dcxarray.cpp2897 int new_cn, int new_dims, int* new_sizes )
2909 if( new_cn == 0 && new_dims == 0 )
2953 if( new_cn == 0 )
2954 new_cn = cn;
2959 new_rows = total_width*mat->rows/new_cn;
2963 if( new_cn > total_width )
2964 new_rows = mat->rows * total_width / new_cn;
2983 header->cols = total_width / new_cn;
2985 if( header->cols * new_cn != total_width ||
2990 header->type = CV_MAKETYPE( mat->type & ~CV_MAT_CN_MASK, new_cn );
2895 cvReshapeMatND( const CvArr* arr, int sizeof_header, CvArr* _header, int new_cn, int new_dims, int* new_sizes ) argument
3099 cvReshape( const CvArr* array, CvMat* header, int new_cn, int new_rows ) argument
[all...]

Completed in 185 milliseconds