Crate visionmagic

Source
Expand description

Collection of vision & graphics algorithms

Re-exports§

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;
pub use visioncortex;

Modules§

aggregation
Processor to remove small clusters by merging into larger ones
cluster_stat
Processor to calculate color statistic on set of clusters
clustering
Processor to perform clustering & hierarchical clustering on an image
fmm
segmentation
Processor to group clusters together by the disjoint set algorithm
simplification
Processor to simplify an image by pruning the image tree

Traits§

Processor
Processor is an element of an image processing pipeline