Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 510 Bytes

minEnclosingCircle.rst

File metadata and controls

29 lines (17 loc) · 510 Bytes

minEnclosingCircle

image

Functionality

Finds a circle of the minimum area enclosing a 2D point set.

Inputs

  • points_in – Input vector of 2D points, stored in std::vector<> or Mat

Outputs

Locals

  • loc_from_findContours – If linked with findContour node switch to True

Examples

image