Skip to content

Releases: yunfuliu/pixkit

Pixkit v0.5.3

20 Apr 04:26
Compare
Choose a tag to compare

Add 20+ image processing functions in this version.

Pixkit v0.5.2

26 Sep 06:36
Compare
Choose a tag to compare
  • Add many functions of halftoning, comp, and qualityassesment.
    Please go wiki for details.

Pixkit v0.5.1

20 Aug 09:55
Compare
Choose a tag to compare
  • Add two more pixkit libs as:
    • pixkit-cv: for computer vision related usages.
    • pixkit-file: for file I/O.
  • Simplify the complexity of pixkit-cv/src/labeling.
  • Add many methods in pixkit-image.

Pixkit v0.5.0

22 May 11:04
Compare
Choose a tag to compare
  • More functions:
    • Many halftoning methods.
    • Two regional contrast enhancement methods:
      pixkit::enhancement::local::CLAHE1987
      pixkit::enhancement::local::CLAHEnon1987 (previous pixkit::enhancement::local::Pizer1987)
    • One quality assessment method
      pixkit::qualityassessment::HPSNR
    • pixkit-timer
  • Improvement:
    • pixkit::labeling::twoPass
  • And some bug fixes

Pixkit v0.4.0

26 Mar 03:00
Compare
Choose a tag to compare
  • Add one integral image based filtering function
    • pixkit::filtering::FBF()
  • Add one category about image compression
    • Details please go here
  • Add four more local contrast enhancement methods
    • pixkit::enhancement::local::POHE2013()
    • pixkit::enhancement::local::Pizer1987()
    • pixkit::enhancement::local::Lal2014()
    • pixkit::enhancement::local::Sundarami2011()
  • Add one connected-component labeling method
    • Details please go here

Pixkit v0.3.0

24 Jan 04:04
Compare
Choose a tag to compare
  • Add two more functions about clustering
    • pixkit::clustering::fuzzyCMeans()
    • pixkit::clustering::KMeans()
  • bug fixes
    • pixkit::halftoning::dotdiffusion::NADD2013()

Pixkit v0.2.0

31 Dec 04:16
Compare
Choose a tag to compare
  • Add CMake to easily compile pixkit for different environments
  • Add two more contrast enhancement functions
    • pixkit::enhancement::global::WadudKabirDewanChae2007()
    • pixkit::enhancement::global::MaryKim2008()
  • Add one more attack function
    • pixkit::attack::addGaussianNoise()

Pixkit v0.1.1

25 Dec 15:26
Compare
Choose a tag to compare
  • Remove 3 bug functions from v0.1.0

Pixkit v0.1.0

21 Dec 10:44
Compare
Choose a tag to compare
  • Initial version.
  • Contains less than 20 image processing related functions.