Home | History | Annotate | Download | only in src

Lines Matching refs:ogray

7465             _OutputArray ogray = _image.isUMat() ? _OutputArray(ugrayImage) : _OutputArray(grayImage);
7466 cvtColor( _image, ogray, COLOR_BGR2GRAY );
7467 gray = ogray;