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

Remove precision option, return all decimal places instead

parent 2ecdce18
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,6 @@ def measure_shape_parameters(imp, rm): ...@@ -389,7 +389,6 @@ def measure_shape_parameters(imp, rm):
rt_ = ResultsTable() rt_ = ResultsTable()
options = M.AREA | M.PERIMETER | M.FERET options = M.AREA | M.PERIMETER | M.FERET
an = Analyzer(imp, options, rt_) an = Analyzer(imp, options, rt_)
an.setPrecision(1)
label_id = [] label_id = []
area = [] area = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment