Skip to content

zhongqiangjy/TomoKTH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TomoKTH

See FluidImage for a working implementation of camera calibration and reconstruction.

Tomographic PIV code done as a part of a KTH course

Installation

To install in development mode.

$ python setup.py develop

It may be a good idea to setup a virtual environment (virtualenv command for Linux and Anaconda for Windows), so that you don't clutter the root of your system. A quick tutorial can be found on that here.

To install dependencies (for eg: numpy, matplotlib, etc.) in Linux

$ pip search <package>
$ pip install <package>

Anaconda users can find similar instructions here.

Resources

Images available as a zip archive from KTH. Do not upload the images or any binary files! They can increase the size of the repositories. Save the files under the following path & it will be ignored by git. (Maybe an unnecessary detail, but for the sake of consistency)

  • examples/assignment/calibration_images/
  • examples/assignment/particle_images/

Tasks to do / Assignee

  • Image loading / jadelord
  • Classes for storing calibration and particle datasets / jadelord
  • Calibration / mubasharkhan
  • Preprocessing: Threshold, sliding minima, Gaussian smoothing / jadelord
  • Class for storing voxel and velocity vector datasets / jadelord
  • Operators for tomo reconstruction: MLOS/MART/SMART
  • Operators for 3D PIV: single pass cross-correlation

Future

  • Outlier or bad vector removal
  • Statistics: Image density calculation, PDF of intensities ()

External Resources

About

Tomographic PIV code done as a part of a KTH course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.5%
  • MATLAB 38.1%
  • Jupyter Notebook 3.1%
  • Makefile 0.3%