8000 GitHub - Cytusvoid/vfkm: Vector Field K-Means Implementation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cytusvoid/vfkm

 
 

Folders and files

NameName
Last commit message
Last commit date
< 8000 h2 class="sr-only ScreenReaderHeading-module__userSelectNone--vW4Cq prc-Heading-Heading-6CmGO" data-testid="screen-reader-heading">Latest commit
 

History

6 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
0