我试图找到minAreaRect和直角旋转。 OpenCV找到错误的角度和宽度,高度。
输入图像
我尝试更改// silly but works, the two types are the same.
template<size_t N, typename = decltype(std::cout)>
struct T { /* ... */ };
template <size_t N>
struct T<N, typename std::enable_if<(N>10), decltype(std::cout)>::type> { /* ... */ };
,但这是行不通的。
findContours
需要获得正确的旋转角度以及高度,重量!