[][src]Trait opencv::hub_prelude::MergeDebevec

pub trait MergeDebevec: MergeExposures {
    pub fn as_raw_MergeDebevec(&self) -> *const c_void;
pub fn as_raw_mut_MergeDebevec(&mut self) -> *mut c_void; pub fn process_with_response(
        &mut self,
        src: &dyn ToInputArray,
        dst: &mut dyn ToOutputArray,
        times: &dyn ToInputArray,
        response: &dyn ToInputArray
    ) -> Result<()> { ... }
pub fn process(
        &mut self,
        src: &dyn ToInputArray,
        dst: &mut dyn ToOutputArray,
        times: &dyn ToInputArray
    ) -> Result<()> { ... } }

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

For more information see DM97 .

Required methods

Loading content...

Provided methods

pub fn process_with_response(
    &mut self,
    src: &dyn ToInputArray,
    dst: &mut dyn ToOutputArray,
    times: &dyn ToInputArray,
    response: &dyn ToInputArray
) -> Result<()>
[src]

pub fn process(
    &mut self,
    src: &dyn ToInputArray,
    dst: &mut dyn ToOutputArray,
    times: &dyn ToInputArray
) -> Result<()>
[src]

Loading content...

Implementors

Loading content...