Skip to content

nivan/vfkm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vfkm

Vector Field K-Means Implementation

  1. In order to compile, just go to the src directory and make it. This will generate the vfkm binary.

  2. The data directory contains sample data files. The data format consists of the first line containing the bouding box of the region used to estimate the vector fields used in the experiment in the form "xmin xmax ymin ymax tmin tmax". Trajectories not contained in this grid are tesselated. The following lines contains the trajectory themselves as a sequence of points and ending with the line "0 0 0".

  3. The output of the algorithm is written in the form of tree where the root cluster is represented by "r" and its children are numbered. The vf files contain the vector fields for the cluster and the curve files contain the curves in each cluster.

About

Vector Field K-Means Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published