Namespace: Rx::LFR – Header: Rx.LFR/ESuperResolutionParam.h

ESuperResolutionParam Enumeration

C++
#include "Rx.LFR/ESuperResolutionParam.h"
enum class ESuperResolutionParam

Specifies parameters used by Rx::LFR::CParametersPimpl returned by Rx::LFR::CSuperResolution::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).