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

/external/opencv/cv/src/
H A Dcvstereogc.cpp874 int pcn = (int)(sizeof(GCVtx*)/sizeof(int)); local
888 state->ptrLeft = cvCreateMat( size.height, size.width, CV_32SC(pcn) );
889 state->ptrRight = cvCreateMat( size.height, size.width, CV_32SC(pcn) );

Completed in 410 milliseconds