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

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

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.