Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Releases: artem-burashnikov/ImageProcessing

v1.0.0

17 Sep 23:58

Choose a tag to compare

1.0.0 - 2023-09-18

Added

  • Added clockwise and counterclockwise rotation performed on CPU, sharpen, emboss, sobel filter kernels, ability to process a batch of images, console application - (#4)
  • Added agent-based parallel model for transforming and saving images (#5)
  • Added rotation and flip GPU kernels, unified CPU and GPU functionality, added logger agent (#9)