haswello / i3s-js

Javascript implementation of the various spot/feature pattern matching algorithms used by the photo ID software i3s (http://reijns.com/i3s)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3s-js

Javascript implementation of the various spot/feature pattern matching algorithms used by the photo ID software I3S. Currently, only points (as used by I3S Classic) are supported for matching, but support for ellipses (as used by I3S Spot) is planned.

Getting started

First, install the project dependencies. In the project root:

npm install

API documentation can be found in the doc/ directory

Running tests

To run the test suite, ensure you have installed the development dependencies:

npm install

then:

npm test

Using in a browser

TODO...

About

Javascript implementation of the various spot/feature pattern matching algorithms used by the photo ID software i3s (http://reijns.com/i3s)

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%