mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Added fitEllipse to the readme
This commit is contained in:
parent
9a21b9ea86
commit
b2e1230776
@ -194,6 +194,7 @@ contours.arcLength(index, isClosed);
|
|||||||
contours.boundingRect(index);
|
contours.boundingRect(index);
|
||||||
contours.minAreaRect(index);
|
contours.minAreaRect(index);
|
||||||
contours.isConvex(index);
|
contours.isConvex(index);
|
||||||
|
contours.fitEllipse(index);
|
||||||
|
|
||||||
// Destructively alter contour `index`
|
// Destructively alter contour `index`
|
||||||
contours.approxPolyDP(index, epsilon, isClosed);
|
contours.approxPolyDP(index, epsilon, isClosed);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user