node-opencv icon indicating copy to clipboard operation
node-opencv copied to clipboard

Support the 'Oriented' area flag in contourArea

Open cvalente56 opened this issue 9 years ago • 0 comments

The contourArea has an optional parameter 'oriented' which when true "the function returns a signed area value, depending on the contour orientation (clockwise or counter-clockwise)"

Is it possible we can add support for this?

I'm experiencing duplication in contours, and this will help to resolve it. Duplicate contours in opencv

Documentation http://docs.opencv.org/

cvalente56 avatar Nov 08 '16 13:11 cvalente56