[−][src]Struct opencv::types::PtrOfPCTSignatures
Methods
impl PtrOfPCTSignatures[src]
pub fn as_raw_PtrOfPCTSignatures(&self) -> *mut c_void[src]
pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]
Trait Implementations
impl AlgorithmTrait for PtrOfPCTSignatures[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 PCTSignatures for PtrOfPCTSignatures[src]
fn as_raw_PCTSignatures(&self) -> *mut c_void[src]
fn compute_signature(
&self,
image: &dyn ToInputArray,
signature: &mut dyn ToOutputArray
) -> Result<()>[src]
&self,
image: &dyn ToInputArray,
signature: &mut dyn ToOutputArray
) -> Result<()>
fn compute_signatures(
&self,
images: &VectorOfMat,
signatures: &mut VectorOfMat
) -> Result<()>[src]
&self,
images: &VectorOfMat,
signatures: &mut VectorOfMat
) -> Result<()>
fn get_sample_count(&self) -> Result<i32>[src]
fn get_grayscale_bits(&self) -> Result<i32>[src]
fn set_grayscale_bits(&mut self, grayscale_bits: i32) -> Result<()>[src]
fn get_window_radius(&self) -> Result<i32>[src]
fn set_window_radius(&mut self, radius: i32) -> Result<()>[src]
fn get_weight_x(&self) -> Result<f32>[src]
fn set_weight_x(&mut self, weight: f32) -> Result<()>[src]
fn get_weight_y(&self) -> Result<f32>[src]
fn set_weight_y(&mut self, weight: f32) -> Result<()>[src]
fn get_weight_l(&self) -> Result<f32>[src]
fn set_weight_l(&mut self, weight: f32) -> Result<()>[src]
fn get_weight_a(&self) -> Result<f32>[src]
fn set_weight_a(&mut self, weight: f32) -> Result<()>[src]
fn get_weight_b(&self) -> Result<f32>[src]
fn set_weight_b(&mut self, weight: f32) -> Result<()>[src]
fn get_weight_contrast(&self) -> Result<f32>[src]
fn set_weight_contrast(&mut self, weight: f32) -> Result<()>[src]
fn get_weight_entropy(&self) -> Result<f32>[src]
fn set_weight_entropy(&mut self, weight: f32) -> Result<()>[src]
fn get_sampling_points(&self) -> Result<VectorOfPoint2f>[src]
fn set_weight(&mut self, idx: i32, value: f32) -> Result<()>[src]
fn set_weights(&mut self, weights: &VectorOffloat) -> Result<()>[src]
fn set_translation(&mut self, idx: i32, value: f32) -> Result<()>[src]
fn set_translations(&mut self, translations: &VectorOffloat) -> Result<()>[src]
fn set_sampling_points(
&mut self,
sampling_points: &VectorOfPoint2f
) -> Result<()>[src]
&mut self,
sampling_points: &VectorOfPoint2f
) -> Result<()>
fn get_init_seed_indexes(&self) -> Result<VectorOfint>[src]
fn set_init_seed_indexes(
&mut self,
init_seed_indexes: &VectorOfint
) -> Result<()>[src]
&mut self,
init_seed_indexes: &VectorOfint
) -> Result<()>
fn get_init_seed_count(&self) -> Result<i32>[src]
fn get_iteration_count(&self) -> Result<i32>[src]
fn set_iteration_count(&mut self, iteration_count: i32) -> Result<()>[src]
fn get_max_clusters_count(&self) -> Result<i32>[src]
fn set_max_clusters_count(&mut self, max_clusters_count: i32) -> Result<()>[src]
fn get_cluster_min_size(&self) -> Result<i32>[src]
fn set_cluster_min_size(&mut self, cluster_min_size: i32) -> Result<()>[src]
fn get_joining_distance(&self) -> Result<f32>[src]
fn set_joining_distance(&mut self, joining_distance: f32) -> Result<()>[src]
fn get_drop_threshold(&self) -> Result<f32>[src]
fn set_drop_threshold(&mut self, drop_threshold: f32) -> Result<()>[src]
fn get_distance_function(&self) -> Result<i32>[src]
fn set_distance_function(&mut self, distance_function: i32) -> Result<()>[src]
impl Send for PtrOfPCTSignatures[src]
impl Drop for PtrOfPCTSignatures[src]
Auto Trait Implementations
impl !Sync for PtrOfPCTSignatures
impl Unpin for PtrOfPCTSignatures
impl UnwindSafe for PtrOfPCTSignatures
impl RefUnwindSafe for PtrOfPCTSignatures
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,