OpenCV Study Notes: Load, Modify, and Save an Image 发表于 2016-10-19 | cvtColor();1cvtColor(sourse Mat, target Mat, instruction); instrunctions COLOR_BGR2GRAY imwrite();1imwrite(save location, source Mat);