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

  /external/opencv3/modules/imgproc/test/
test_imgproc_umat.cpp 59 UMat uimg = img.getUMat(ACCESS_READ), ugray, usmallimg, uresult; local
65 cvtColor(uimg, ugray, COLOR_BGR2GRAY);
66 resize(ugray, usmallimg, Size(), 0.75, 0.75, INTER_LINEAR);

Completed in 66 milliseconds