Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 381 Bytes

File metadata and controls

6 lines (6 loc) · 381 Bytes

Image Processor

Programme allowing to read and process images implemented in producer-consumer architecture. Works under LabView 2022 Q3.
User can read images in jpg, png and bmp formats. After reading one of 3 operations can be applied:

  • Filter - filtration using Gaussian filter with 3x3 kernel and sigma=1,
  • Sharpen - sharpenning the image,
  • Blur - blurring the image.