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
there is no such function as "void cv::RotatedRect::points ( Point2f pts[] ) const" or "RotatedRect (const Point2f ¢er, const Size2f &size, float angle)" in opencv C-lib
there is no such function as "void cv::RotatedRect::points ( Point2f pts[] ) const" or "RotatedRect (const Point2f ¢er, const Size2f &size, float angle)" in opencv C-lib
Description
add functions:
func NewRotatedRect(center image.Point, width, height int, angle float64) RotatedRect {}
func NewRotatedRect2f(center Point2f, width, height float32, angle float64) RotatedRect2f {}
func (rect RotatedRect) Points() []image.Point {}
func (rect RotatedRect2f) Points() []Point2f {}
The text was updated successfully, but these errors were encountered: