Enum MvpRegistrationMethod
pub enum MvpRegistrationMethod {
PointToPoint,
PointToPlane,
Gicp,
}Expand description
Registration backend used by the MVP pipeline’s optional alignment step.
Variants§
PointToPoint
Classic point-to-point ICP (target = downsampled cloud).
PointToPlane
Point-to-plane ICP using the estimated normals (target = cloud with normals).
Gicp
Generalized ICP (plane-to-plane, target = downsampled cloud).
Trait Implementations§
§impl Clone for MvpRegistrationMethod
impl Clone for MvpRegistrationMethod
§fn clone(&self) -> MvpRegistrationMethod
fn clone(&self) -> MvpRegistrationMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MvpRegistrationMethod
impl Debug for MvpRegistrationMethod
§impl Default for MvpRegistrationMethod
impl Default for MvpRegistrationMethod
§fn default() -> MvpRegistrationMethod
fn default() -> MvpRegistrationMethod
Returns the “default value” for a type. Read more
§impl PartialEq for MvpRegistrationMethod
impl PartialEq for MvpRegistrationMethod
impl Copy for MvpRegistrationMethod
impl Eq for MvpRegistrationMethod
impl StructuralPartialEq for MvpRegistrationMethod
Auto Trait Implementations§
impl Freeze for MvpRegistrationMethod
impl RefUnwindSafe for MvpRegistrationMethod
impl Send for MvpRegistrationMethod
impl Sync for MvpRegistrationMethod
impl Unpin for MvpRegistrationMethod
impl UnsafeUnpin for MvpRegistrationMethod
impl UnwindSafe for MvpRegistrationMethod
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more