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
@denis-trofimov if your using opencv version 3.0+ the change the following line to *box = cvFitEllipse(contour); from *box = cvFitEllipse(arr2seq); this will solve the issue