From b2e1230776d67b44b85eca2a8e23d79794b2f1f5 Mon Sep 17 00:00:00 2001 From: Paul Morris-Hill Date: Sat, 13 Jun 2015 02:26:37 +0100 Subject: [PATCH] Added fitEllipse to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dcd12a..c538350 100755 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ contours.arcLength(index, isClosed); contours.boundingRect(index); contours.minAreaRect(index); contours.isConvex(index); +contours.fitEllipse(index); // Destructively alter contour `index` contours.approxPolyDP(index, epsilon, isClosed);