Navigation
API > API/Plugins > API/Plugins/MetaHumanCalibrationLib > API/Plugins/MetaHumanCalibrationLib/FMetaHumanRobustFeatureMatcher
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
Init(const TArray< FCameraCalibration > &, double, double)
Description
Initialize robust feature matcher.
| Name | Init |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationLib/Public/MetaHumanRobustFeatureMatcher.h |
| Include Path | #include "MetaHumanRobustFeatureMatcher.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationLib/Private/MetaHumanRobustFeatureMatcher.cpp |
bool Init
(
const TArray< FCameraCalibration > & InCameraCalibrations,
double InReprojectionThreshold,
double InRatioThreshold
)
True if initialization is successful, False otherwise.
Parameters
| Name | Remarks |
|---|---|
| InCameraCalibrations | An array of camera calibrations |
| InReprojectionThreshold | Max allowed reprojection error (in pixels) to consider a 3D-2D correspondence |
| InRatioThreshold | Ratio used for comparing best match distance to second-best; keeps match if sufficiently better |
Init(const FString &, double, double)
Description
Initialize robust feature matcher.
| Name | Init |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationLib/Public/MetaHumanRobustFeatureMatcher.h |
| Include Path | #include "MetaHumanRobustFeatureMatcher.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationLib/Private/MetaHumanRobustFeatureMatcher.cpp |
UE_INTERNAL bool Init
(
const FString & InCameraCalibrationFile,
double InReprojectionThreshold,
double InRatioThreshold
)
True if initialization is successful, False otherwise.
Parameters
| Name | Remarks |
|---|---|
| InCameraCalibrationFile | Camera Calibration file |
| InReprojectionThreshold | Max allowed reprojection error (in pixels) to consider a 3D-2D correspondence |
| InRatioThreshold | Ratio used for comparing best match distance to second-best; keeps match if sufficiently better |