https://github.com/sciinstitute/shapeworksstudio
Shapeworks Studio is a free shape analysis tool.
https://github.com/sciinstitute/shapeworksstudio
Last synced: 6 months ago
JSON representation
Shapeworks Studio is a free shape analysis tool.
- Host: GitHub
- URL: https://github.com/sciinstitute/shapeworksstudio
- Owner: SCIInstitute
- License: other
- Created: 2014-04-11T20:18:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T17:51:23.000Z (over 5 years ago)
- Last Synced: 2024-03-26T08:16:10.756Z (about 1 year ago)
- Language: C++
- Homepage: https://sciinstitute.github.io/shapeworks.pages/
- Size: 61.3 MB
- Stars: 12
- Watchers: 16
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Shapeworks Studio has been integrated into ShapeWorks main repo
Thanks for your interest in ShapeWork tools.
Recently, we have been devoting more efforts towards ShapeWorks development with improved preprocessing tools and usability as our top priorities … ShapeWorksStudio has been integrated into the ShapeWorks repo to leverage the underlying computational tools and expose the recent prep/post tools within Studio.
To get the latest ShapeWorks tools, go to the Github page and follow the instructions in the top-level README: https://github.com/SCIInstitute/ShapeWorks
We plan to have downloadable builds for different platforms, and until then it should be easy to build your own version locally, see the [README](https://github.com/SCIInstitute/ShapeWorks/blob/master/README.md)
We also have a standard shape analysis workflow scripted in python. Please see https://github.com/SCIInstitute/ShapeWorks/tree/master/UseCaseDocumentation/ellipsoidMain.py
If you have any questions, please email [email protected] or for an even faster response, post your questions to our [Gitter forum](https://gitter.im/ShapeWorks/ShapeWorks).
## Shapeworks Studio
https://github.com/SCIInstitute/ShapeWorksStudio##### [Contents](#contents)
- [Documentation](#documentation)
- [Build](#build)
- [Questions and Answers](#questions-and-answers)
- [License and Credits](#license-and-credits)### Documentation
For documentation, please see: http://sciinstitute.github.io/shapeworks.pages#### Build
Please see http://sciinstitute.github.io/shapeworks.pages/build.html### Questions and Answers
For help, email the testing mailing list at [email protected].### License and Credits
For more information, please see: http://software.sci.utah.edu
```c++
The MIT LicenseCopyright (c) 2016 Scientific Computing and Imaging Institute,
University of Utah.Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
```