Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 649 Bytes

File metadata and controls

20 lines (14 loc) · 649 Bytes

improcflow

Data Flow Graphical Programming Language Backend for Image Processing

Goal

The goal is to have a webservice where you can develop image processing algorithms by using a data flow user interface. The actual image processing will happen on the server.

Details

  • Developed completely using TDD, mainly to get useful interfaces.
  • Using Django as server-side Python framework
  • Using South to enable iterative database development
  • Using OpenCV and NumPy / SciPy as the image processing blocks
  • Using jquery as client-side javascript framework
  • Using jsplumb to visualize the graph in the browser