Navigation
API > API/Plugins > API/Plugins/MetaHumanCalibrationLib
| Name | FMetaHumanRobustFeatureMatcher |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationLib/Public/MetaHumanRobustFeatureMatcher.h |
| Include Path | #include "MetaHumanRobustFeatureMatcher.h" |
Syntax
class FMetaHumanRobustFeatureMatcher
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaHumanRobustFeatureMatcher() |
MetaHumanRobustFeatureMatcher.h |
Structs
| Name | Remarks |
|---|---|
| FPrivate |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImplPtr | TPimplPtr< FPrivate > | MetaHumanRobustFeatureMatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddCamera
(
const FString& InCameraName, |
Adds a footage information for the camera. | MetaHumanRobustFeatureMatcher.h | |
bool DetectFeatures
(
int64 InFrame, |
Detects the matching features for the cameras. | MetaHumanRobustFeatureMatcher.h | |
bool GetFeatures
(
int64 InFrame, |
Provides the matching features for the cameras. | MetaHumanRobustFeatureMatcher.h | |
bool Init
(
const TArray< FCameraCalibration >& InCameraCalibrations, |
Initialize robust feature matcher. | MetaHumanRobustFeatureMatcher.h | |
UE_INTERNAL bool Init
(
const FString& InCameraCalibrationFile, |
Initialize robust feature matcher. | MetaHumanRobustFeatureMatcher.h |