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

  /external/opencv3/modules/stitching/src/
matchers.cpp 433 UMat gray_image_part=gray_image(Range(yl, yr), Range(xl, xr)); local
434 // LOGLN("OrbFeaturesFinder::find: gray_image_part.empty=" << (gray_image_part.empty()?"true":"false") << ", "
435 // << " gray_image_part.size()=(" << gray_image_part.size().width << "x" << gray_image_part.size().height << "), "
436 // << " gray_image_part.dims=" << gray_image_part.dims << ", "
437 // << " gray_image_part.data=" << ((size_t)gray_image_part.data) << "\n")
    [all...]

Completed in 77 milliseconds