pub struct IcpRegistration { /* private fields */ }Expand description
Point-to-point ICP registration.
Implementations§
Source§impl IcpRegistration
impl IcpRegistration
Sourcepub fn align_with_diagnostics(
&self,
source: &PointCloud,
target: &PointCloud,
) -> SpatialResult<RegistrationResult>
pub fn align_with_diagnostics( &self, source: &PointCloud, target: &PointCloud, ) -> SpatialResult<RegistrationResult>
Aligns source to target using iterative closest point.
Trait Implementations§
Source§impl Clone for IcpRegistration
impl Clone for IcpRegistration
Source§fn clone(&self) -> IcpRegistration
fn clone(&self) -> IcpRegistration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IcpRegistration
impl Debug for IcpRegistration
Source§impl PartialEq for IcpRegistration
impl PartialEq for IcpRegistration
Source§fn eq(&self, other: &IcpRegistration) -> bool
fn eq(&self, other: &IcpRegistration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IcpRegistration
impl StructuralPartialEq for IcpRegistration
Auto Trait Implementations§
impl Freeze for IcpRegistration
impl RefUnwindSafe for IcpRegistration
impl Send for IcpRegistration
impl Sync for IcpRegistration
impl Unpin for IcpRegistration
impl UnsafeUnpin for IcpRegistration
impl UnwindSafe for IcpRegistration
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