Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix a float value with a comma instead of a point.
Browse files Browse the repository at this point in the history
  • Loading branch information
granger35 committed Feb 26, 2021
1 parent b972eb9 commit bd84779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<!--SolARContoursExtractorOpencv-->
</configure>
<configure component="SolARContoursFilterBinaryMarkerOpencv">
<property name="epsilon" type="float" value="0,05" description="The maximum distance between the original curve and its approximation (default = 0.05)" />
<property name="epsilon" type="float" value="0.05" description="The maximum distance between the original curve and its approximation (default = 0.05)" />
<property name="minContourLength" type="float" value="20" description="The minimum length of an edge of the contour in pixels to be considered as valid (default = 20)." />
<property name="minDistanceBetweenContourCorners" type="float" value="10" description="The minimum average distance in pixels between corners of a contour and the same corners of another contour to consider the contour as valid (default = 10)" />
<!--SolARContoursFilterBinaryMarkerOpencv-->
Expand Down

0 comments on commit bd84779

Please sign in to comment.