unreal.MetaHumanRobustFeatureMatcher

class unreal.MetaHumanRobustFeatureMatcher(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

MetaHuman Robust Feature Matcher

C++ Source:

  • Plugin: MetaHumanCalibrationDiagnostics

  • Module: MetaHumanCalibrationDiagnostics

  • File: UMetaHumanRobustFeatureMatcher.h

detect_features(frame) bool

Detect Features

Parameters:

frame (int64)

Return type:

bool

get_features(frame) DetectedFeatures

Get Features

Parameters:

frame (int64)

Return type:

DetectedFeatures

get_image_paths(camera_name) Array[str]

Get Image Paths

Parameters:

camera_name (str)

Return type:

Array[str]

init(capture_data, options) bool

Init

Parameters:
Return type:

bool