Home
last modified time | relevance | path

Searched refs:ogray (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
Dfast.cpp378 … _OutputArray ogray = _image.isUMat() ? _OutputArray(ugrayImage) : _OutputArray(grayImage); in detect() local
379 cvtColor( _image, ogray, COLOR_BGR2GRAY ); in detect()
380 gray = ogray; in detect()
Dagast.cpp7465 … _OutputArray ogray = _image.isUMat() ? _OutputArray(ugrayImage) : _OutputArray(grayImage); in detect() local
7466 cvtColor( _image, ogray, COLOR_BGR2GRAY ); in detect()
7467 gray = ogray; in detect()