Skip to content

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

License

Notifications You must be signed in to change notification settings

haswello/i3s-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published