Searched refs:ogray (Results 1 – 2 of 2) sorted by relevance
378 … _OutputArray ogray = _image.isUMat() ? _OutputArray(ugrayImage) : _OutputArray(grayImage); in detect() local379 cvtColor( _image, ogray, COLOR_BGR2GRAY ); in detect()380 gray = ogray; in detect()
7465 … _OutputArray ogray = _image.isUMat() ? _OutputArray(ugrayImage) : _OutputArray(grayImage); in detect() local7466 cvtColor( _image, ogray, COLOR_BGR2GRAY ); in detect()7467 gray = ogray; in detect()