save curve result as yaml image
This commit is contained in:
@ -296,6 +296,9 @@ int perfromOperation(int operation, char** fileNames, const Config& config)
|
|||||||
|
|
||||||
Log(Log::DEBUG)<<"applyCurve";
|
Log(Log::DEBUG)<<"applyCurve";
|
||||||
applyCurve(inImages[0], curve);
|
applyCurve(inImages[0], curve);
|
||||||
|
cv::FileStorage fsO("out.mat", cv::FileStorage::WRITE);
|
||||||
|
fsO<<"image"<<inImages[0];
|
||||||
|
fsO.release();
|
||||||
}
|
}
|
||||||
else if(operation == CREATE_CURVE)
|
else if(operation == CREATE_CURVE)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user