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.engines.face.batch.registration.impl
Methods in cz.fidentis.analyst.engines.face.batch.registration.impl that return AvgMeshVisitorModifier and TypeMethodDescriptionprotected AvgMeshVisitor
BatchFaceRegistrationImpl.computeAvgFaceNN
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceVisitor) protected AvgMeshVisitor
BatchFaceRegistrationImpl.computeAvgFaceRT
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceVisitor) protected AvgMeshVisitor
BatchFaceRegistrationImpl.computeAvgFaceRTGPU
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceVisitor) Methods in cz.fidentis.analyst.engines.face.batch.registration.impl with parameters of type AvgMeshVisitorModifier and TypeMethodDescriptionprotected AvgMeshVisitor
BatchFaceRegistrationImpl.computeAvgFaceNN
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceVisitor) protected AvgMeshVisitor
BatchFaceRegistrationImpl.computeAvgFaceRT
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceVisitor) protected AvgMeshVisitor
BatchFaceRegistrationImpl.computeAvgFaceRTGPU
(HumanFace initFace, HumanFace superimposedFace, AvgMeshVisitor avgFaceVisitor)