I'm trying to build an iOS to detect image changes from Camera.
OpenCV's iOS SDK kindly provides a delegate method passing cv::Mat&.
How can I calculate "Coefficient of Variation" using cv::Mat& ?
Should I look for a solution from combining multiple methods using cv::Mat& ?
Being a novice to OpenCV, I'll be immensely grateful to receive any hint.