Class TestSymmetryAlgorithms
java.lang.Object
cz.fidentis.analyst.gui.app.tools.TestSymmetryAlgorithms
For 500 faces:
Old algorithm - random sampling : 00:02:40,033 5.863821807746459 Old algorithm - curvature sampling: 00:02:13,161 7.078118071583159 Old algorithm - uniform sampling : 00:04:06,655 4.40765867453703 New algorithm - without weights : 00:05:14,265 4.3880481069874095 New algorithm - with weights : 00:08:55,655 5.290415040372108For 100 faces:
Old algorithm - random sampling : 00:00:28,159 6.195494004642175 Old algorithm - curvature sampling: 00:00:27,188 7.1732047116681334 Old algorithm - uniform sampling : 00:00:46,303 4.807517763293901 New algorithm - without weights : 00:01:01,388 4.825086789583008 New algorithm - with weights : 00:01:41,233 5.007362521377766
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static DoubleSummaryStatistics
checkPecision
(HumanFace face) static void
Main method
-
Constructor Details
-
TestSymmetryAlgorithms
public TestSymmetryAlgorithms()
-
-
Method Details
-
main
Main method- Parameters:
args
- Input arguments- Throws:
IOException
- on IO errorClassNotFoundException
-
checkPecision
-