HomeSort by relevance Sort by last modified time
    Searched full:ecols (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvinpaint.cpp 742 int erows, ecols; local
763 ecols = input_img->cols + 2;
766 CV_CALL( f = cvCreateMat(erows, ecols, CV_8UC1));
767 CV_CALL( t = cvCreateMat(erows, ecols, CV_32FC1));
768 CV_CALL( band = cvCreateMat(erows, ecols, CV_8UC1));
769 CV_CALL( mask = cvCreateMat(erows, ecols, CV_8UC1));
792 CV_CALL( out = cvCreateMat(erows, ecols, CV_8UC1));
    [all...]

Completed in 511 milliseconds