Crate visionmagic[−][src]
Expand description
Collection of vision & graphics algorithms
Re-exports
pub use visioncortex;
pub use aggregation::Processor as Aggregation;
pub use cluster_stat::Processor as ClusterStat;
pub use clustering::Processor as Clustering;
pub use segmentation::Processor as Segmentation;
pub use simplification::Processor as Simplification;
Modules
Processor to remove small clusters by merging into larger ones
Processor to calculate color statistic on set of clusters
Processor to perform clustering & hierarchical clustering on an image
Processor to group clusters together by the disjoint set algorithm
Processor to simplify an image by pruning the image tree
Traits
Processor is an element of an image processing pipeline