[−][src]Struct opencv::rgbd::Dynafu_Params
Implementations
impl Dynafu_Params[src]
pub fn as_raw_Dynafu_Params(&self) -> *const c_void[src]
pub fn as_raw_mut_Dynafu_Params(&mut self) -> *mut c_void[src]
impl Dynafu_Params[src]
pub fn default_params() -> Result<Ptr<Dynafu_Params>>[src]
Default parameters A set of parameters which provides better model quality, can be very slow.
pub fn coarse_params() -> Result<Ptr<Dynafu_Params>>[src]
Coarse parameters A set of parameters which provides better speed, can fail to match frames in case of rapid sensor motion.
Trait Implementations
impl Boxed for Dynafu_Params[src]
unsafe fn from_raw(ptr: *mut c_void) -> Self[src]
fn into_raw(self) -> *mut c_void[src]
fn as_raw(&self) -> *const c_void[src]
fn as_raw_mut(&mut self) -> *mut c_void[src]
impl Drop for Dynafu_Params[src]
impl Dynafu_ParamsTrait for Dynafu_Params[src]
fn as_raw_Dynafu_Params(&self) -> *const c_void[src]
fn as_raw_mut_Dynafu_Params(&mut self) -> *mut c_void[src]
fn frame_size(&self) -> Size[src]
fn set_frame_size(&mut self, val: Size)[src]
fn intr(&self) -> Matx33f[src]
fn set_intr(&mut self, val: Matx33f)[src]
fn depth_factor(&self) -> f32[src]
fn set_depth_factor(&mut self, val: f32)[src]
fn bilateral_sigma_depth(&self) -> f32[src]
fn set_bilateral_sigma_depth(&mut self, val: f32)[src]
fn bilateral_sigma_spatial(&self) -> f32[src]
fn set_bilateral_sigma_spatial(&mut self, val: f32)[src]
fn bilateral_kernel_size(&self) -> i32[src]
fn set_bilateral_kernel_size(&mut self, val: i32)[src]
fn pyramid_levels(&self) -> i32[src]
fn set_pyramid_levels(&mut self, val: i32)[src]
fn volume_dims(&self) -> Vec3i[src]
fn set_volume_dims(&mut self, val: Vec3i)[src]
fn voxel_size(&self) -> f32[src]
fn set_voxel_size(&mut self, val: f32)[src]
fn tsdf_min_camera_movement(&self) -> f32[src]
fn set_tsdf_min_camera_movement(&mut self, val: f32)[src]
fn volume_pose(&self) -> Affine3f[src]
fn set_volume_pose(&mut self, val: Affine3f)[src]
fn tsdf_trunc_dist(&self) -> f32[src]
fn set_tsdf_trunc_dist(&mut self, val: f32)[src]
fn tsdf_max_weight(&self) -> i32[src]
fn set_tsdf_max_weight(&mut self, val: i32)[src]
fn raycast_step_factor(&self) -> f32[src]
fn set_raycast_step_factor(&mut self, val: f32)[src]
fn light_pose(&self) -> Vec3f[src]
fn set_light_pose(&mut self, val: Vec3f)[src]
fn icp_dist_thresh(&self) -> f32[src]
fn set_icp_dist_thresh(&mut self, val: f32)[src]
fn icp_angle_thresh(&self) -> f32[src]
fn set_icp_angle_thresh(&mut self, val: f32)[src]
fn icp_iterations(&mut self) -> Vector<i32>[src]
fn set_icp_iterations(&mut self, val: Vector<i32>)[src]
fn truncate_threshold(&self) -> f32[src]
fn set_truncate_threshold(&mut self, val: f32)[src]
impl Send for Dynafu_Params[src]
Auto Trait Implementations
impl RefUnwindSafe for Dynafu_Params
impl !Sync for Dynafu_Params
impl Unpin for Dynafu_Params
impl UnwindSafe for Dynafu_Params
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>,