Skip to content

Releases: Preet-Sojitra/imgcv

v0.10.0

06 Jun 07:02
Compare
Choose a tag to compare

v0.10.0 (2024-06-06)

Documentation

  • docs: add example for using frequency domain filters (c4f017d)

Feature

  • feat(fourier): add frequency domain filters
  • Add Low pass filter for image smoothing in frequency domain
  • Add High pass filter for image sharpening in frequency domain (bb69f75)

Unknown

  • Merge branch 'main' of github.com:Preet-Sojitra/imgcv (0233bde)

v0.9.0

05 Jun 11:38
Compare
Choose a tag to compare

v0.9.0 (2024-06-05)

Documentation

  • docs: add example for fourier transform (e0e7b2b)

Feature

  • feat(frequency-domain): add module for calculating fourier transform
  • Moudle for calculating fourier transform and inverse fourier transform (188be75)

Unknown

  • Merge branch 'main' of github.com:Preet-Sojitra/imgcv (7c8ed97)

v0.8.0

04 Jun 07:24
Compare
Choose a tag to compare

v0.8.0 (2024-06-04)

Documentation

  • docs: add example for using laplacian, sobel and robert filter
  • Also add images for the example (9566a11)

Feature

  • feat(filters): add more linear filters
  • Add laplacian, sobel, and robert cross filters

  • Add a utility function to apply padding and convolution (6958032)

v0.7.0

02 Jun 12:40
Compare
Choose a tag to compare

v0.7.0 (2024-06-02)

Chore

  • chore: remove some unused images from docs (e4a3321)

Documentation

  • docs: add example for filters (380f4c7)

Feature

  • feat(filters): add linear and non-linear filters
  • Add Mean/Average/Box filter
  • Add Min, Max and Median filter (6d46add)

Unknown

  • Merge branch 'main' of github.com:Preet-Sojitra/imgcv (06d28e4)

v0.6.0

04 May 18:48
Compare
Choose a tag to compare

v0.6.0 (2024-05-04)

Documentation

  • docs: add example for histogram macthing (f73d1c3)

  • docs: add example of equalization for color images (7f20309)

Feature

  • feat(histogram): add histogram matching (6317180)

  • feat(histogram): add equalization for color images (a0403f5)

v0.5.0

04 May 07:06
Compare
Choose a tag to compare

v0.5.0 (2024-05-04)

Documentation

  • docs: add equalization example (4b3ac7a)

Feature

  • feat(histogram): add module of histogram equalization (3f7fa0c)

Fix

  • fix(histogram): change cdf to calculate_cdf (98473e1)

v0.4.0

30 Mar 06:49
Compare
Choose a tag to compare

v0.4.0 (2024-03-30)

Documentation

Feature

  • feat(quantization): add module to reduce gray levels in image (05d0086)

  • feat(quantization): add binary thresholding (538061b)

  • feat(connectivity): add connected component analysis (e415952)

  • feat(transformations): add gamma correction (bf6acaa)

v0.3.1

30 Mar 06:10
Compare
Choose a tag to compare

v0.3.1 (2024-03-30)

Documentation

  • docs: update README.md

Add badges to README.md (dd9944e)

Fix

  • fix(build): update pyproject

add build instructions for python semantic release in pyproject.toml (d79d3b5)

v0.3.0

30 Mar 05:58
Compare
Choose a tag to compare

v0.3.0 (2024-03-30)

Feature

  • feat: add ci-cd workflow (7bafbc4)

Version 0.2.0

30 Mar 05:49
Compare
Choose a tag to compare

Add log transformation in transformations module