Make highgui.hpp independent from C API
This commit is contained in:
@@ -48,7 +48,7 @@ void run()
|
||||
if (!outputPath.empty())
|
||||
{
|
||||
if (!writer.isOpened())
|
||||
writer.open(outputPath, CV_FOURCC('X','V','I','D'),
|
||||
writer.open(outputPath, VideoWriter::fourcc('X','V','I','D'),
|
||||
outputFps, stabilizedFrame.size());
|
||||
writer << stabilizedFrame;
|
||||
}
|
||||
|
Reference in New Issue
Block a user