CaswellBerry

Results 1 comments of CaswellBerry

I just looked at cv::fitEllipseDirect() and problem (1.) is avoided like that: ``` if( box.size.width > box.size.height ) { float tmp; CV_SWAP( box.size.width, box.size.height, tmp ); box.angle = (float)(fmod((90 +...