Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 749 Bytes

Readme.md

File metadata and controls

13 lines (7 loc) · 749 Bytes

Extensible Image Processing Framework

Resources Used

  • Accord.NET: Great imaging library that can provide the launch platform of analyzing the images using machine learning if desired.

How to Use

Run program passing in a folder path to search: defaults to folder where deployed and then an optional BatchSize argument to get the usage run ImageProcessor /?

Reason Created

I am a member of a VB.Net group and a member wanted help with his image processing of Astronomy pictures. He is taking pictures of some cool things. I developed this as a platform for him to process various images. He had some beginnings of things but I felt he needed a stronger OOP designed way of handling it.