[−][src]Struct opencv::types::PtrOfGeneralizedHoughBallard
Methods
impl PtrOfGeneralizedHoughBallard[src]
pub fn as_raw_PtrOfGeneralizedHoughBallard(&self) -> *mut c_void[src]
pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]
pub fn get_inner_ptr(&self) -> *mut c_void[src]
Get raw pointer to the inner object
Trait Implementations
impl AlgorithmTrait for PtrOfGeneralizedHoughBallard[src]
fn as_raw_Algorithm(&self) -> *mut c_void[src]
fn clear(&mut self) -> Result<()>[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>[src]
fn write_1(&self, fs: &PtrOfFileStorage, name: &str) -> Result<()>[src]
fn read(&mut self, fn_: &FileNode) -> Result<()>[src]
fn empty(&self) -> Result<bool>[src]
fn save(&self, filename: &str) -> Result<()>[src]
fn get_default_name(&self) -> Result<String>[src]
impl Drop for PtrOfGeneralizedHoughBallard[src]
impl GeneralizedHough for PtrOfGeneralizedHoughBallard[src]
fn as_raw_GeneralizedHough(&self) -> *mut c_void[src]
fn set_template(
&mut self,
templ: &dyn ToInputArray,
templ_center: Point
) -> Result<()>[src]
&mut self,
templ: &dyn ToInputArray,
templ_center: Point
) -> Result<()>
fn set_template_1(
&mut self,
edges: &dyn ToInputArray,
dx: &dyn ToInputArray,
dy: &dyn ToInputArray,
templ_center: Point
) -> Result<()>[src]
&mut self,
edges: &dyn ToInputArray,
dx: &dyn ToInputArray,
dy: &dyn ToInputArray,
templ_center: Point
) -> Result<()>
fn detect(
&mut self,
image: &dyn ToInputArray,
positions: &mut dyn ToOutputArray,
votes: &mut dyn ToOutputArray
) -> Result<()>[src]
&mut self,
image: &dyn ToInputArray,
positions: &mut dyn ToOutputArray,
votes: &mut dyn ToOutputArray
) -> Result<()>
fn detect_with_edges(
&mut self,
edges: &dyn ToInputArray,
dx: &dyn ToInputArray,
dy: &dyn ToInputArray,
positions: &mut dyn ToOutputArray,
votes: &mut dyn ToOutputArray
) -> Result<()>[src]
&mut self,
edges: &dyn ToInputArray,
dx: &dyn ToInputArray,
dy: &dyn ToInputArray,
positions: &mut dyn ToOutputArray,
votes: &mut dyn ToOutputArray
) -> Result<()>
fn set_canny_low_thresh(&mut self, canny_low_thresh: i32) -> Result<()>[src]
fn get_canny_low_thresh(&self) -> Result<i32>[src]
fn set_canny_high_thresh(&mut self, canny_high_thresh: i32) -> Result<()>[src]
fn get_canny_high_thresh(&self) -> Result<i32>[src]
fn set_min_dist(&mut self, min_dist: f64) -> Result<()>[src]
fn get_min_dist(&self) -> Result<f64>[src]
fn set_dp(&mut self, dp: f64) -> Result<()>[src]
fn get_dp(&self) -> Result<f64>[src]
fn set_max_buffer_size(&mut self, max_buffer_size: i32) -> Result<()>[src]
fn get_max_buffer_size(&self) -> Result<i32>[src]
impl GeneralizedHoughBallard for PtrOfGeneralizedHoughBallard[src]
fn as_raw_GeneralizedHoughBallard(&self) -> *mut c_void[src]
fn set_levels(&mut self, levels: i32) -> Result<()>[src]
fn get_levels(&self) -> Result<i32>[src]
fn set_votes_threshold(&mut self, votes_threshold: i32) -> Result<()>[src]
fn get_votes_threshold(&self) -> Result<i32>[src]
impl Send for PtrOfGeneralizedHoughBallard[src]
Auto Trait Implementations
impl RefUnwindSafe for PtrOfGeneralizedHoughBallard
impl !Sync for PtrOfGeneralizedHoughBallard
impl Unpin for PtrOfGeneralizedHoughBallard
impl UnwindSafe for PtrOfGeneralizedHoughBallard
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,