pub struct Detail_BlocksChannelsCompensator { /* private fields */ }
Expand description
Exposure compensator which tries to remove exposure related artifacts by adjusting image block on each channel.
Implementations§
Source§impl Detail_BlocksChannelsCompensator
impl Detail_BlocksChannelsCompensator
Sourcepub fn new(
bl_width: i32,
bl_height: i32,
nr_feeds: i32,
) -> Result<Detail_BlocksChannelsCompensator>
pub fn new( bl_width: i32, bl_height: i32, nr_feeds: i32, ) -> Result<Detail_BlocksChannelsCompensator>
§C++ default parameters
- bl_width: 32
- bl_height: 32
- nr_feeds: 1
Sourcepub fn new_def() -> Result<Detail_BlocksChannelsCompensator>
pub fn new_def() -> Result<Detail_BlocksChannelsCompensator>
§Note
This alternative version of [new] function uses the following default values for its arguments:
- bl_width: 32
- bl_height: 32
- nr_feeds: 1
Trait Implementations§
Source§impl Boxed for Detail_BlocksChannelsCompensator
impl Boxed for Detail_BlocksChannelsCompensator
Source§unsafe fn from_raw(
ptr: <Detail_BlocksChannelsCompensator as OpenCVFromExtern>::ExternReceive,
) -> Self
unsafe fn from_raw( ptr: <Detail_BlocksChannelsCompensator as OpenCVFromExtern>::ExternReceive, ) -> Self
Wrap the specified raw pointer Read more
Source§fn into_raw(
self,
) -> <Detail_BlocksChannelsCompensator as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw( self, ) -> <Detail_BlocksChannelsCompensator as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
Source§fn as_raw(
&self,
) -> <Detail_BlocksChannelsCompensator as OpenCVTypeExternContainer>::ExternSend
fn as_raw( &self, ) -> <Detail_BlocksChannelsCompensator as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
Source§fn as_raw_mut(
&mut self,
) -> <Detail_BlocksChannelsCompensator as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self, ) -> <Detail_BlocksChannelsCompensator as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
Source§impl Detail_BlocksChannelsCompensatorTraitConst for Detail_BlocksChannelsCompensator
impl Detail_BlocksChannelsCompensatorTraitConst for Detail_BlocksChannelsCompensator
fn as_raw_Detail_BlocksChannelsCompensator(&self) -> *const c_void
Source§impl Detail_BlocksCompensatorTrait for Detail_BlocksChannelsCompensator
impl Detail_BlocksCompensatorTrait for Detail_BlocksChannelsCompensator
fn as_raw_mut_Detail_BlocksCompensator(&mut self) -> *mut c_void
fn apply( &mut self, index: i32, corner: Point, image: &mut impl ToInputOutputArray, mask: &impl ToInputArray, ) -> Result<()>
fn get_mat_gains(&mut self, umv: &mut Vector<Mat>) -> Result<()>
fn set_mat_gains(&mut self, umv: &mut Vector<Mat>) -> Result<()>
fn set_nr_feeds(&mut self, nr_feeds: i32) -> Result<()>
fn get_nr_feeds(&mut self) -> Result<i32>
fn set_similarity_threshold(&mut self, similarity_threshold: f64) -> Result<()>
fn set_block_size(&mut self, width: i32, height: i32) -> Result<()>
fn set_block_size_1(&mut self, size: Size) -> Result<()>
fn set_nr_gains_filtering_iterations( &mut self, nr_iterations: i32, ) -> Result<()>
Source§impl Detail_BlocksCompensatorTraitConst for Detail_BlocksChannelsCompensator
impl Detail_BlocksCompensatorTraitConst for Detail_BlocksChannelsCompensator
fn as_raw_Detail_BlocksCompensator(&self) -> *const c_void
fn get_similarity_threshold(&self) -> Result<f64>
fn get_block_size(&self) -> Result<Size>
fn get_nr_gains_filtering_iterations(&self) -> Result<i32>
Source§impl Detail_ExposureCompensatorTrait for Detail_BlocksChannelsCompensator
impl Detail_ExposureCompensatorTrait for Detail_BlocksChannelsCompensator
fn as_raw_mut_Detail_ExposureCompensator(&mut self) -> *mut c_void
Source§fn feed(
&mut self,
corners: &Vector<Point>,
images: &Vector<UMat>,
masks: &Vector<UMat>,
) -> Result<()>
fn feed( &mut self, corners: &Vector<Point>, images: &Vector<UMat>, masks: &Vector<UMat>, ) -> Result<()>
Parameters Read more
Source§fn feed_1(
&mut self,
corners: &Vector<Point>,
images: &Vector<UMat>,
masks: &Vector<Tuple<(UMat, u8)>>,
) -> Result<()>
fn feed_1( &mut self, corners: &Vector<Point>, images: &Vector<UMat>, masks: &Vector<Tuple<(UMat, u8)>>, ) -> Result<()>
Parameters Read more
Source§fn apply(
&mut self,
index: i32,
corner: Point,
image: &mut impl ToInputOutputArray,
mask: &impl ToInputArray,
) -> Result<()>
fn apply( &mut self, index: i32, corner: Point, image: &mut impl ToInputOutputArray, mask: &impl ToInputArray, ) -> Result<()>
Compensate exposure in the specified image. Read more
fn get_mat_gains(&mut self, unnamed: &mut Vector<Mat>) -> Result<()>
fn set_mat_gains(&mut self, unnamed: &mut Vector<Mat>) -> Result<()>
fn set_update_gain(&mut self, b: bool) -> Result<()>
fn get_update_gain(&mut self) -> Result<bool>
Source§impl Detail_ExposureCompensatorTraitConst for Detail_BlocksChannelsCompensator
impl Detail_ExposureCompensatorTraitConst for Detail_BlocksChannelsCompensator
fn as_raw_Detail_ExposureCompensator(&self) -> *const c_void
Source§impl From<Detail_BlocksChannelsCompensator> for Detail_BlocksCompensator
impl From<Detail_BlocksChannelsCompensator> for Detail_BlocksCompensator
Source§fn from(s: Detail_BlocksChannelsCompensator) -> Self
fn from(s: Detail_BlocksChannelsCompensator) -> Self
Converts to this type from the input type.
Source§impl From<Detail_BlocksChannelsCompensator> for Detail_ExposureCompensator
impl From<Detail_BlocksChannelsCompensator> for Detail_ExposureCompensator
Source§fn from(s: Detail_BlocksChannelsCompensator) -> Self
fn from(s: Detail_BlocksChannelsCompensator) -> Self
Converts to this type from the input type.
impl Send for Detail_BlocksChannelsCompensator
Auto Trait Implementations§
impl Freeze for Detail_BlocksChannelsCompensator
impl RefUnwindSafe for Detail_BlocksChannelsCompensator
impl !Sync for Detail_BlocksChannelsCompensator
impl Unpin for Detail_BlocksChannelsCompensator
impl UnwindSafe for Detail_BlocksChannelsCompensator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Mat> ModifyInplace for Matwhere
Mat: Boxed,
impl<Mat> ModifyInplace for Matwhere
Mat: Boxed,
Source§unsafe fn modify_inplace<Res>(
&mut self,
f: impl FnOnce(&Mat, &mut Mat) -> Res,
) -> Res
unsafe fn modify_inplace<Res>( &mut self, f: impl FnOnce(&Mat, &mut Mat) -> Res, ) -> Res
Helper function to call OpenCV functions that allow in-place modification of a
Mat
or another similar object. By passing
a mutable reference to the Mat
to this function your closure will get called with the read reference and a write references
to the same Mat
. This is unsafe in a general case as it leads to having non-exclusive mutable access to the internal data,
but it can be useful for some performance sensitive operations. One example of an OpenCV function that allows such in-place
modification is imgproc::threshold
. Read more