c++ - the output of cv::imwrite vs cv::imencode -
does cv::imencode have identical behavior cv::imwrite when converting cv::mat jpeg? know first 1 write buffer , second write file asking written content.
when call cv::imwrite() did not call cv::imencode() internally! both functions uses internal imageencoder. take @ loadsave.cpp
Comments
Post a Comment