0.0.15 ā€¢ Published 3 years ago

@stsier/vinlib v0.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Ā 

:dart: About

Describe your project

:sparkles: Features

:heavy_check_mark: Sift compare images;\ :heavy_check_mark: C++ OpenCV code;\ :heavy_check_mark: Node addon API;

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Git and Node installed.

:checkered_flag: Starting

# Create vinlib.js

const vinlib = require('@stsier/vinlib');

vinlib.start();

# Run the project
$ node vinlib.js

# Output
info.Env(): :  vs
[Extract Feature] Compute SIFT features using opencv sift
 [Extract Feature Sift]   keypoints: 3356; descriptors: [128 x 3356]; took 6758.45ms
[Extract Feature] Compute SIFT features using opencv sift
 [Extract Feature Sift]   keypoints: 4830; descriptors: [128 x 4830]; took 6671.97ms
[Good Matcher] took 71.613560ms
 Good match percentage: 96/3356==2.860548%%
 inliers: 26 / 96
[Homography Matcher] took 25.797964ms
 Filter match percentage: 27.083334%
------------------------ Flann matcher : 0.774732%
[Good Matcher] took 430.586592ms
 Good match percentage: 83/3356==2.473182%%
 inliers: 25 / 83
[Homography Matcher] took 18.470230ms
 Filter match percentage: 30.120483%
------------------------ BruteForce matcher : 0.744934%
[Good Matcher] took 402.348928ms
 Good match percentage: 88/3356==2.622169%%
 inliers: 24 / 88
[Homography Matcher] took 25.558200ms
 Filter match percentage: 27.272728%
------------------------ BruteForceSq matcher : 0.715137%

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by Sergei TSIER

Ā 

Back to top

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago