Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycarta/sketch2model
https://github.com/mycarta/sketch2model
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mycarta/sketch2model
- Owner: mycarta
- Created: 2015-08-11T16:56:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T04:24:57.000Z (over 2 years ago)
- Last Synced: 2023-11-16T16:05:20.487Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: http://sketch2model.com/
- Size: 33.4 MB
- Stars: 14
- Watchers: 8
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sketch2model
This was a project from the [2015 Calgary Geoscience Hackathon](http://www.agilegeoscience.com/blog/2015/5/15/canadian-codeshow) organized by [Agile Geoscience](http://www.agilegeoscience.com/blog/2016/2/16/a-european-hackathon). You can read more on the hackathon in an Article on the September 2015 issue of the Canadain Society of Exploration Geophysicists journal Recorder: [Open Collaboration: Hackathons and Tomorrow’s Subsurface Software](http://csegrecorder.com/articles/view/open-collaboration-hackathons-and-tomorrows-subsurface-software).
The original idea, proposed by [Elwyn](https://github.com/scibbatical) at the Hackathon, was to make an app that would turn an image of geological sketch into a model:
![flow](https://raw.githubusercontent.com/mycarta/sketch2model/master/workflow.PNG)
The implementation of the finished app involves using morphological filtering and other image processing methods to enhance the sketch image and convert it into a model with discrete bodies, then pass it on to Agile's [modelr.io](https://www.modelr.io/) to create a synthetic.Blog posts:
[sketch2model](https://mycarta.wordpress.com/2016/05/04/sketch2model)
[sketch2model – sketch image enhancements](https://mycarta.wordpress.com/2016/05/25/sketch2model-sketch-image-enhancements)
[sketch2model – linking edges with mathematical morphology](https://mycarta.wordpress.com/2016/07/22/sketch2model-linking-edges-with-mathematical-morphology)