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_camera_names() Array[str]

Get Camera Names

Return type:

Array[str]

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]

get_image_sizes() Array[IntVector2]

Get Image Sizes

Return type:

Array[IntVector2]

init(capture_data, options) bool

Init

Parameters:
Return type:

bool