MergeRobertson

Objective-C

@interface MergeRobertson : MergeExposures

Swift

class MergeRobertson : MergeExposures

The resulting HDR image is calculated as weighted average of the exposures considering exposure values and camera response.

For more information see CITE: RB99 .

Member of Photo

Methods

  • Declaration

    Objective-C

    - (void)process:(nonnull NSArray<Mat *> *)src
                dst:(nonnull Mat *)dst
              times:(nonnull Mat *)times
           response:(nonnull Mat *)response;

    Swift

    func process(src: [Mat], dst: Mat, times: Mat, response: Mat)
  • Declaration

    Objective-C

    - (void)process:(NSArray<Mat*>*)src dst:(Mat*)dst times:(Mat*)times NS_SWIFT_NAME(process(src:dst:times:));

    Swift

    func process(src: [Mat], dst: Mat, times: Mat)