Uses of Interface
cz.fidentis.analyst.engines.avgmesh.AvgMeshVisitor
Packages that use AvgMeshVisitor
Package
Description
-
Uses of AvgMeshVisitor in cz.fidentis.analyst.engines.avgmesh
Methods in cz.fidentis.analyst.engines.avgmesh that return AvgMeshVisitorModifier and TypeMethodDescriptionAvgMeshConfig.getNearestNeighborsVisitor()
Instantiates and returns a k-d tree visitor.AvgMeshConfig.getRayCastingGpuVisitor()
Instantiates and returns a mesh visitor.AvgMeshConfig.getRayCastingVisitor()
Instantiates and returns an octree visitor. -
Uses of AvgMeshVisitor in cz.fidentis.analyst.engines.avgmesh.impl
Classes in cz.fidentis.analyst.engines.avgmesh.impl that implement AvgMeshVisitorModifier and TypeClassDescriptionclass
Visitor capable to create an average face by deforming given face template so that its vertices are in the "average position" with respect to the visited faces.class
Visitor capable to create an average face by deforming main face template so that its vertices are in the "average position" with respect to the visited faces.class
GPU acceleratedAvgMeshVisitorRC
. -
Uses of AvgMeshVisitor in cz.fidentis.analyst.gui.task.batch.registration
Methods in cz.fidentis.analyst.gui.task.batch.registration that return AvgMeshVisitorModifier and TypeMethodDescriptionprotected AvgMeshVisitor
BatchRegistrationTask.computeAvgFaceNN
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceConstructor, boolean doRegistration) protected AvgMeshVisitor
BatchRegistrationTask.computeAvgFaceRT
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceConstructor, boolean doRegistration) protected AvgMeshVisitor
BatchRegistrationTask.computeAvgFaceRTGPU
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceConstructor) Methods in cz.fidentis.analyst.gui.task.batch.registration with parameters of type AvgMeshVisitorModifier and TypeMethodDescriptionprotected AvgMeshVisitor
BatchRegistrationTask.computeAvgFaceNN
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceConstructor, boolean doRegistration) protected AvgMeshVisitor
BatchRegistrationTask.computeAvgFaceRT
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceConstructor, boolean doRegistration) protected AvgMeshVisitor
BatchRegistrationTask.computeAvgFaceRTGPU
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceConstructor)