TSRAlgorithmType Constants Reference

Declared in TSRPass.h

TSRAlgorithmType

Definition

typedef NS_ENUM(NSInteger, TSRAlgorithmType ) {
   TSRAlgorithmTypeStandard,
   TSRAlgorithmTypeProfessional,
   ),
   __attribute__,
   (,
   (,
   deprecated,
   (,
   "Use TSRAlgorithmTypeProfessionalHighQuality or TSRAlgorithmTypeProfessionalFast instead.",
   ),
   ),
   ),
   TSRAlgorithmTypeProfessionalHighQuality,
   ),
   TSRAlgorithmTypeProfessionalFast,
   ),
};

Constants

TSRAlgorithmTypeStandard

The TSRAlgorithmTypeStandard mode provides fast super-resolution processing speed, suitable for scenarios with high real-time requirements. It can achieve significant image quality improvements while prioritizing performance.

Declared In TSRPass.h.

TSRAlgorithmTypeProfessional

Deprecated. Currently equivalent to TSRAlgorithmTypeProfessionalHighQuality.

Declared In TSRPass.h.

)

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

Declared In TSRPass.h.

__attribute__

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

Declared In TSRPass.h.

(

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

Declared In TSRPass.h.

(

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

Declared In TSRPass.h.

deprecated

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

Declared In TSRPass.h.

(

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

Declared In TSRPass.h.

"Use TSRAlgorithmTypeProfessionalHighQuality or TSRAlgorithmTypeProfessionalFast instead."

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

Declared In TSRPass.h.

)

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

Declared In TSRPass.h.

)

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

Declared In TSRPass.h.

)

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

Declared In TSRPass.h.

TSRAlgorithmTypeProfessionalHighQuality

The TSRAlgorithmTypeProfessionalHighQuality mode ensures high image quality while requiring higher device performance. It is suitable for scenarios with high image quality requirements 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.

TSRAlgorithmTypeProfessionalFast

The TSRAlgorithmTypeProfessionalFast mode ensures faster processing speed while sacrificing some image quality. It is suitable for scenarios with high real-time requirements and is recommended for use on mid-range 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