Namespace: Rx.LFR.Net – Assembly: Rx.LFR.Net

ESuperResolutionParam Enumeration

C#
public enum ESuperResolutionParam

Specifies parameters used by Rx.LFR.Net.IParameters returned by Rx.LFR.Net.SuperResolution.GetParams.

Values

None

Invalid or unknown parameter state.

Scale

The super resolution scale (unsigned,[2,20]:3, RW).

Iterations

The number of iterations of the super resolution algorithm (unsigned,[1,200]:20, RW).

TemporalRadius

Radius of the temporal search area. Where 0 sets the algorithm to automatic mode (unsigned,[0,-]:0, RW).

OpticalFlowAlgorithm

An enum constant representing the optical flow algorithm option (enum,[Rx::EOpticalFlowType]:Rx::EOpticalFlowType::Farneback,RW).