mirror of
https://github.com/balajsra/EECS-442-WN19-DIC-Project.git
synced 2025-09-03 09:23:14 +00:00
Update README
Added information about dependencies to README
This commit is contained in:
15
README.md
15
README.md
@@ -20,4 +20,17 @@ Images of brass specimen undergoing a tensile test were provided by John Laidlaw
|
||||
The data file contains a column with the frame number to sync the data and images. All the images are numbered in sequence (i.e. frame number)
|
||||
|
||||
## Motivation
|
||||
The motivation for this project came from Sravan's [MECHENG 395: Laboratory I](https://me.engin.umich.edu/academics/courses) course at the University of Michigan in which a tensile test of brass was conducted and analyzed using [LaVision](https://www.lavision.de/en/) DaVis software. After a conversation with [Dr. Michael Thouless](https://me.engin.umich.edu/people/faculty/michael-thouless), who had worked on a paper using DIC to investigate the cohesive zone in a double-cantilever beam, we determined that this would be a cool project to combine our interest in Mechanical Engineering and Computer Science.
|
||||
The motivation for this project came from Sravan's [MECHENG 395: Laboratory I](https://me.engin.umich.edu/academics/courses) course at the University of Michigan in which a tensile test of brass was conducted and analyzed using [LaVision](https://www.lavision.de/en/) DaVis software. After a conversation with [Dr. Michael Thouless](https://me.engin.umich.edu/people/faculty/michael-thouless), who had worked on a paper using DIC to investigate the cohesive zone in a double-cantilever beam, we determined that this would be a cool project to combine our interest in Mechanical Engineering and Computer Science.
|
||||
|
||||
## Dependencies
|
||||
|
||||
### Recommended
|
||||
* [Anaconda 5.2 for Python 3.7.x](https://www.anaconda.com/download/)
|
||||
|
||||
### Required
|
||||
* [Numpy](https://www.numpy.org)
|
||||
* conda install -c anaconda numpy
|
||||
* [Matplotlib](https://matplotlib.org)
|
||||
* conda install -c conda-forge matplotlib
|
||||
* [OpenCV](https://opencv.org)
|
||||
* conda install -c menpo opencv
|
Reference in New Issue
Block a user