Uses of Enum Class
cz.fidentis.analyst.engines.face.batch.registration.BatchFaceRegistrationServices.AverageFaceStrategy
Packages that use BatchFaceRegistrationServices.AverageFaceStrategy
Package
Description
-
Uses of BatchFaceRegistrationServices.AverageFaceStrategy in cz.fidentis.analyst.engines.face.batch.registration
Methods in cz.fidentis.analyst.engines.face.batch.registration that return BatchFaceRegistrationServices.AverageFaceStrategyModifier and TypeMethodDescriptionBatchFaceRegistrationConfig.avgFaceStrategy()
Returns the value of theavgFaceStrategy
record component.Returns the enum constant of this class with the specified name.BatchFaceRegistrationServices.AverageFaceStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cz.fidentis.analyst.engines.face.batch.registration with parameters of type BatchFaceRegistrationServices.AverageFaceStrategyModifierConstructorDescriptionBatchFaceRegistrationConfig
(BatchFaceRegistrationServices.AverageFaceStrategy avgFaceStrategy, boolean scale, int icpSubsampling) Simplified constructor for the ICP registration strategy withicpError
set to 0.05,icpIterations
set to 100, andicpAutoCropSince
set to 1.BatchFaceRegistrationConfig
(BatchFaceRegistrationServices.AverageFaceStrategy avgFaceStrategy, boolean scale, int icpSubsampling, double icpError, int icpIterations, int icpAutoCropSince) Simplified constructor for the ICP registration strategy.BatchFaceRegistrationConfig
(BatchFaceRegistrationServices.AverageFaceStrategy avgFaceStrategy, boolean scale, com.jogamp.opengl.GLContext glContext) Simplified constructor for the GPA registration strategy.BatchFaceRegistrationConfig
(BatchFaceRegistrationServices.RegistrationStrategy regStrategy, BatchFaceRegistrationServices.AverageFaceStrategy avgFaceStrategy, boolean scale, int icpSubsampling, double icpError, int icpIterations, int icpAutoCropSince, com.jogamp.opengl.GLContext glContext) Constructor. -
Uses of BatchFaceRegistrationServices.AverageFaceStrategy in cz.fidentis.analyst.gui.task.batch.registration
Methods in cz.fidentis.analyst.gui.task.batch.registration that return BatchFaceRegistrationServices.AverageFaceStrategyModifier and TypeMethodDescriptionBatchRegistrationPanel.getAvgFaceStrategy()
Returns selected strategy for the average face computation