Skip to content
Snippets Groups Projects
Commit dab2fd12 authored by Kai Schleicher's avatar Kai Schleicher
Browse files

Reorganize measurement options

parent 7b03f21e
Branches
No related tags found
No related merge requests found
...@@ -387,7 +387,7 @@ def measure_shape_parameters(imp, rm): ...@@ -387,7 +387,7 @@ def measure_shape_parameters(imp, rm):
""" """
rt_ = ResultsTable() rt_ = ResultsTable()
options = M.FERET | M.AREA | M.PERIMETER options = M.AREA | M.PERIMETER | M.FERET
an = Analyzer (imp, options, rt_) an = Analyzer (imp, options, rt_)
an.setPrecision(1) an.setPrecision(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment