opencv-mobile
opencv-mobile copied to clipboard
flag: IMREAD_ANYDEPTH not supportted
The repo seems having limited support for IMREAD flags, but they are commonly used.
terminal: cv::Mat cvImage = cv::imread(fileName, cv::IMREAD_ANYDEPTH); ~~~~^ 1 error generated. ninja: build stopped: subcommand failed.
minor