kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.
Other
658 stars 276 forks source link

Fix crash in example-flow-distort-shader due to type mismatch #277

Open yutaokuyama opened 1 week ago

yutaokuyama commented 1 week ago

Description

Fixed a crash caused by type mismatch of cv::Scalar in the example-flow-distort-shader sample.