Update README

Added information about dependencies to README
This commit is contained in:
Sravan Balaji
2019-04-29 13:10:25 -04:00
parent 5e419d53d1
commit d16d0c240e

View File

@@ -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