Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnr-isti-vclab/archaide_digit
The repository for digit, an automatic MATLAB app for the digitalization of archaeological drawings
https://github.com/cnr-isti-vclab/archaide_digit
archaide image-processing image-recognition image-segmentation livewire matlab-application vectorization
Last synced: 2 months ago
JSON representation
The repository for digit, an automatic MATLAB app for the digitalization of archaeological drawings
- Host: GitHub
- URL: https://github.com/cnr-isti-vclab/archaide_digit
- Owner: cnr-isti-vclab
- License: mpl-2.0
- Created: 2017-09-25T09:22:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T14:57:54.000Z (over 5 years ago)
- Last Synced: 2024-03-20T00:20:27.423Z (10 months ago)
- Topics: archaide, image-processing, image-recognition, image-segmentation, livewire, matlab-application, vectorization
- Language: Matlab
- Size: 355 KB
- Stars: 3
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ArchAIDE Digit Tools
====================
ArchAIDE Digit Tools are applications for the automatic digitalization of technical drawings of archaeological vessels.The main application is digitBatch (located in the folder ./code/apps/) that allows users to process a folder containing
technical drawings of vessels such as tableware, vases, amphorae, etc. This tool requires a few input such as
the path of the folder, the file extension of drawings, the ratio mm over pixels, etc. The output of this tool
is a new folder with digitized drawings in the SVG file format. For more information about the input parameters
of this tool check the help by calling the command "help digitBatch" in the MATLAB's Command Window.The second application is digit (located in the folder ./code/apps/) that allows users to check and fix the results
of digitBatch. This tool has a GUI with different tools for fixing an SVG. For example, digit provides a tool for
setting the revolution axis of a vessel, labelling a fracture, setting different parameters of the algorithm, etc.
digit can be employed to digitize drawings from scratch as well.HOW TO INSTALL:
===============
1) Unzip the file .zip in a FOLDER on your PC/MAC2) Run Matlab
3) Set the FOLDER as current directory
4) Write the command install in the Command Window, and wait for the installation process to end.
DEPENDENCIES:
=============This software uses some functions from the HDR Toolbox that can be downloaded at
http://www.advancedhdrbook.com/
or
https://github.com/banterle/HDR_Toolbox
LICENSE:
========
ArchAIDE Digit Tools are distributed under the MPL 2.0 license: https://www.mozilla.org/MPL/2.0/REFERENCE:
==========
If you use the ArchAIDE Digit Tools in your work, please cite it using this reference:@InProceedings\{BIDWCDS17,
author = "Banterle, Francesco and Itkin, Barak and Dellepiane, Matteo and Wolf, Lior and Callieri, Marco and Dershowitz, Nachum and Scopigno, Roberto",
title = "VASESKETCH: Automatic 3D Representation of Pottery from Paper Catalogue Drawings",
booktitle = "The 14th IAPR International Conference on Document Analysis and Recognition (ICDAR2017)",
month = "November",
year = "2017",
publisher = "IEEE",
organization = "IEEE",
url = "http://vcg.isti.cnr.it/Publications/2017/BIDWCDS17"
}