You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from what I've researched the C API is now deprecated in c++ so the right thing to do will be adopting cv::Mat internally instead of IplImage internally in ofxCvImage (cvImage / cvImageTemp)
and adapt some parts of ofxCvHaarFinder.
The text was updated successfully, but these errors were encountered:
from what I've researched the C API is now deprecated in c++ so the right thing to do will be adopting cv::Mat internally instead of IplImage internally in ofxCvImage (cvImage / cvImageTemp)
and adapt some parts of ofxCvHaarFinder.
The text was updated successfully, but these errors were encountered: