Module visioncortex::color_clusters[][src]

Algorithm to build an image binary tree

The hierarchical structure resembles the human visual cortex.

To support interactivity, components follow a state-machine model:

  • new(): creation of placeholder object
  • init(): resource allocation
  • tick() -> bool: computation. returning false to continue, returning true when finish
  • result() -> T: cleanup & collect results

Structs

Builder
BuilderConfig
Cluster
ClusterIndex
Clusters
ClustersOutputIterator
ClustersView
IncrementalBuilder
NeighbourInfo
Runner
RunnerConfig

Constants

HIERARCHICAL_MAX
ZERO

the 0th cluster is reserved for internal use

Functions

color_diff
color_same

Type Definitions

ClusterIndexElem