FaceAlignmentModelBase
abstract class FaceAlignmentModelBase<I>(modelKindDescription: String?) : OnnxHighLevelModel<I, List<<ERROR CLASS>>>
Content copied to clipboard
Base class for face alignment models.
Constructors
Functions
detectLandmarks
Link copied to clipboard
Detects Landmark objects on the given image.
initializeWith
Link copied to clipboard
open override fun initializeWith(vararg executionProviders: ExecutionProvider)
Content copied to clipboard
Initialize the model with the specified executions providers.
Properties
internalModel
Link copied to clipboard
modelKindDescription
Link copied to clipboard
preprocessing
Link copied to clipboard
abstract val preprocessing: <ERROR CLASS><I, <ERROR CLASS><FloatArray, <ERROR CLASS>>>
Content copied to clipboard
Inheritors
Extensions
detectLandmarks
Link copied to clipboard
fun FaceAlignmentModelBase<Bitmap>.detectLandmarks(imageProxy: ImageProxy): List<Landmark>
Content copied to clipboard
Detects Landmark objects on the given imageProxy.