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

  /external/opencv/otherlibs/highgui/
image.cpp 72 const unsigned max_img_size = 10000; local
75 (unsigned)w >= max_img_size || (unsigned)h >= max_img_size ||

Completed in 52 milliseconds