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