Struct opencv::stereo::PropagationParameters[][src]

#[repr(C)]
pub struct PropagationParameters {
Show 15 fields pub corr_win_size_x: i32, pub corr_win_size_y: i32, pub border_x: i32, pub border_y: i32, pub correlation_threshold: f32, pub textrure_threshold: f32, pub neighborhood_size: i32, pub disparity_gradient: i32, pub lk_template_size: i32, pub lk_pyr_lvl: i32, pub lk_term_param1: i32, pub lk_term_param2: f32, pub gft_quality_thres: f32, pub gft_min_seperation_dist: i32, pub gft_max_num_features: i32,
}

Fields

corr_win_size_x: i32corr_win_size_y: i32border_x: i32border_y: i32correlation_threshold: f32textrure_threshold: f32neighborhood_size: i32disparity_gradient: i32lk_template_size: i32lk_pyr_lvl: i32lk_term_param1: i32lk_term_param2: f32gft_quality_thres: f32gft_min_seperation_dist: i32gft_max_num_features: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.