TSRAlgorithmType Constants Reference

Declared in TSRPass.h

TSRAlgorithmType

Definition

typedef NS_ENUM(NSInteger, TSRAlgorithmType ) {
   TSRAlgorithmTypeStandard,
   TSRAlgorithmTypeProfessional,
   ),
};

Constants

TSRAlgorithmTypeStandard

The STANDARD mode provides fast super-resolution processing speed, suitable for scenarios with high real-time requirements, and can achieve significant image quality improvements.

Declared In TSRPass.h.

TSRAlgorithmTypeProfessional

The PROFESSIONAL mode places greater emphasis on super-resolution effects, making it suitable for scenarios with high quality requirements. The super-resolution effect is better than that of the STANDARD mode, but it has certain requirements for device performance and is recommended for use on mid-to-high-end smartphones.

Declared In TSRPass.h.

)

The TSRAlgorithmType enum value representing the algorithm running mode to be used.

Declared In TSRPass.h.

Declared In

TSRPass.h