Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Fixed documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Feb 15, 2012
1 parent c3a6414 commit 7c8e1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions +cv/arcLength.m
@@ -1,7 +1,7 @@
%ARCLENGTH Calculates a contour perimeter or a curve length
%
% len = cv.arcLength(curve)
% len = cv.arcLength(curve, 'OptionName', optionValue)
% len = cv.arcLength(curve)
% len = cv.arcLength(curve, 'OptionName', optionValue)
%
% ## Input
% * __curve__ Input vector of a 2D point stored in numeric array or cell array.
Expand Down

0 comments on commit 7c8e1a6

Please sign in to comment.