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

rigwild 53a89d7de3 Release 0.1.3 il y a 4 ans
lib ddea01ba89 Fixed not wanted logging il y a 4 ans
.editorconfig 00ff5af349 Initial commit il y a 4 ans
.eslintrc.js 00ff5af349 Initial commit il y a 4 ans
.gitignore 00ff5af349 Initial commit il y a 4 ans
LICENSE 00ff5af349 Initial commit il y a 4 ans
README.md 8a5732d529 Rename project + link SIN3D il y a 4 ans
example.js ddea01ba89 Fixed not wanted logging il y a 4 ans
package.json 53a89d7de3 Release 0.1.3 il y a 4 ans
yarn.lock 00ff5af349 Initial commit il y a 4 ans

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.