HomeSort by relevance Sort by last modified time
    Searched refs:ogray (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/features2d/src/
fast.cpp 378 _OutputArray ogray = _image.isUMat() ? _OutputArray(ugrayImage) : _OutputArray(grayImage); local
379 cvtColor( _image, ogray, COLOR_BGR2GRAY );
380 gray = ogray;
agast.cpp 7465 _OutputArray ogray = _image.isUMat() ? _OutputArray(ugrayImage) : _OutputArray(grayImage); local
    [all...]

Completed in 278 milliseconds