Uses of Class
cz.fidentis.analyst.engines.landmarks.PrTransformation
Packages that use PrTransformation
Package
Description
Procrustes superimposition of feture points.
-
Uses of PrTransformation in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face that return PrTransformationModifier and TypeMethodDescriptionstatic PrTransformation
FaceRegistrationServices.alignFeaturePoints
(HumanFace staticFace, HumanFace transformedFace, boolean scale) Transforms the second face so that its feature points best fit the position of corresponding feature points of the first face. -
Uses of PrTransformation in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl that return PrTransformationModifier and TypeMethodDescriptionFaceRegistrationServicesImpl.alignFeaturePoints
(HumanFace staticFace, HumanFace transformedFace, boolean scale) Transforms the second face so that its feature points best fit the position of corresponding feature points of the first face. -
Uses of PrTransformation in cz.fidentis.analyst.engines.landmarks
Methods in cz.fidentis.analyst.engines.landmarks that return PrTransformationModifier and TypeMethodDescriptionstatic PrTransformation
LandmarkServices.getProcrustesTransformation
(Collection<Landmark> staticFaceFPs, Collection<Landmark> transformedFaceFPs, boolean scale) Computes and return transformation that registers landmarks from the second face the first face.Methods in cz.fidentis.analyst.engines.landmarks with parameters of type PrTransformationModifier and TypeMethodDescriptionstatic <T extends IPosition>
voidLandmarkServices.transform
(List<T> points, PrTransformation transformation) Applies transformation to given points. -
Uses of PrTransformation in cz.fidentis.analyst.engines.landmarks.impl
Methods in cz.fidentis.analyst.engines.landmarks.impl that return PrTransformationModifier and TypeMethodDescriptionstatic PrTransformation
ProcrustesImpl.getTransformation
(Collection<Landmark> staticFaceFPs, Collection<Landmark> transformedFaceFPs, boolean scale) Computes and return transformation that registers feature points from the second face to feature points of the first face.