TIEAlgorithmType Constants Reference
Declared in | TIEPass.h |
---|
TIEAlgorithmType
Definition
typedef NS_ENUM(NSInteger, TIEAlgorithmType ) {
TIEAlgorithmTypeProfessionalHighQuality,
),
TIEAlgorithmTypeProfessionalFast,
),
};
Constants
TIEAlgorithmTypeProfessionalHighQuality
-
The TIEAlgorithmTypeProfessionalHighQuality mode ensures high image quality while requiring higher device performance. This mode is suitable for scenarios with high image quality requirements and is recommended for use on mid-to-high-end smartphones.
Declared In
TIEPass.h
. )
-
The TIEAlgorithmType enum represents the algorithm running mode to be used for image enhancement.
This enum is used when constructing a [TIEPass](../Classes/TIEPass.html) object to specify the desired image enhancement mode.
Declared In
TIEPass.h
. TIEAlgorithmTypeProfessionalFast
-
The TIEAlgorithmTypeProfessionalFast mode ensures faster processing speed while sacrificing some image quality. This mode is suitable for scenarios with high real-time requirements and is recommended for use on mid-range smartphones.
Declared In
TIEPass.h
. )
-
The TIEAlgorithmType enum represents the algorithm running mode to be used for image enhancement.
This enum is used when constructing a [TIEPass](../Classes/TIEPass.html) object to specify the desired image enhancement mode.
Declared In
TIEPass.h
.
Declared In
TIEPass.h