first try of octotree_classif

This commit is contained in:
2020-12-29 12:56:26 +01:00
parent ab8ad5a913
commit 47e8db923b
2 changed files with 63 additions and 8 deletions

View File

@@ -197,7 +197,7 @@ switch (idFx) {
retval = insitu_filtre3x3(image, 1);
break;
case 20:
retval = octotree_classif(image, 0.5, 0);
retval = octotree_classif(image, 0.500, 0);
break;