FrameGetQualityMetrics Method
Note: This API is now obsolete.
Calculates the quality metrics for the current frame.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public List<float> GetQualityMetrics(
float iso = NaNf,
int maxQualityMetrics = 100
)
<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>
Public Function GetQualityMetrics (
Optional iso As Single = NaNF,
Optional maxQualityMetrics As Integer = 100
) As List(Of Single)
public:
[ObsoleteAttribute(L"This method is deprecated and will be removed in future versions.")]
List<float>^ GetQualityMetrics(
float iso = NaNf,
int maxQualityMetrics = 100
)
[<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>]
member GetQualityMetrics :
?iso : float32 *
?maxQualityMetrics : int
(* Defaults:
let _iso = defaultArg iso NaNf
let _maxQualityMetrics = defaultArg maxQualityMetrics 100
*)
-> List<float32>
- iso Single (Optional)
- The ISO used to capture this frame
- maxQualityMetrics Int32 (Optional)
- The maximum number of metrics to return
ListSinglelist of metrics
The provided ISO and exposure settings along with the current frame
image data are used to construct a set of quality metrics which
are used by the exposure algorithm to determine if the ISO needs
to be increased or decreased to improve the image quality.