A Node.js library to extract data from the SIN3D database.

rigwild 76063fb0e3 Release 0.1.3 hace 5 años
lib ddea01ba89 Fixed not wanted logging hace 5 años
.editorconfig 00ff5af349 Initial commit hace 5 años
.eslintrc.js 00ff5af349 Initial commit hace 5 años
.gitignore 00ff5af349 Initial commit hace 5 años
LICENSE 00ff5af349 Initial commit hace 5 años
README.md 8a5732d529 Rename project + link SIN3D hace 5 años
example.js ddea01ba89 Fixed not wanted logging hace 5 años
package.json 53a89d7de3 Release 0.1.3 hace 5 años
yarn.lock 00ff5af349 Initial commit hace 5 años

README.md

SIN3D-data-extract

Synthesis Image Noise Detection on Distributed Data (SIN3D)

A Node.js library to extract data from the SIN3D database.

Install

yarn add https://gogs.univ-littoral.fr/Prise3D/SIN3D-data-extract.git
# or
npm i git+https://gogs@gogs.univ-littoral.fr/Prise3D/SIN3D-data-extract

Usage

See /example.js

API

See /lib/db.js#L81-L92

Every functions should be auto-completable in your editor.