Struct visioncortex::Skeleton
source · pub struct Skeleton {
pub image: BinaryImage,
pub stat: SampleStat,
}Expand description
The skeleton of a binary image (aka medial axis)
Fields§
§image: BinaryImage§stat: SampleStatAuto Trait Implementations§
impl RefUnwindSafe for Skeleton
impl Send for Skeleton
impl Sync for Skeleton
impl Unpin for Skeleton
impl UnwindSafe for Skeleton
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