Skip to content

Jinderamarak/que-image-processing

Repository files navigation

Que Image Processing

pipeline status

  • Use Mat from OpenCVSharp for image representation
  • User defined filters interface
  • Loading filters from user libraries (.dll) at runtime
  • "hot reloading" of user libraries (.dll is loaded only when needed, then released)
  • Persistence of settings
  • Defining filter queue
  • Editing parameters of individual filters (including user defined)
  • Loading input image
  • Image is processed by defined filter queue
  • Preview of results after individual filters in queue
  • Batch processing of images
  • Exporting filter queue definition including parameters
  • Processing image through terminal interface using exported filter queue definition
  • Filters are applied in parallel and UI does not freeze
  • UI shows progress of filter application - which have been applied, which are running and which are waiting
  • Implementation of basic image filters for common image operations using available interface: brightness, contrast, threshold, etc.

About

Desktop application for prototyping image processing algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published