CalibrateRobertson
Objective-C
@interface CalibrateRobertson : CalibrateCRF
Swift
class CalibrateRobertson : CalibrateCRF
Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. This algorithm uses all image pixels.
For more information see CITE: RB99 .
Member of Photo
-
Declaration
Objective-C
- (float)getThreshold NS_SWIFT_NAME(getThreshold());
Swift
func getThreshold() -> Float
-
Declaration
Objective-C
- (int)getMaxIter NS_SWIFT_NAME(getMaxIter());
Swift
func getMaxIter() -> Int32
-
Declaration
Objective-C
- (void)setMaxIter:(int)max_iter NS_SWIFT_NAME(setMaxIter(max_iter:));
Swift
func setMaxIter(max_iter: Int32)
-
Declaration
Objective-C
- (void)setThreshold:(float)threshold NS_SWIFT_NAME(setThreshold(threshold:));
Swift
func setThreshold(threshold: Float)