Skip to content

Releases: ad-si/FlatCV

FlatCV 0.3

15 Jan 11:03
564de37

Choose a tag to compare

  • Add and improve several image manipulation features
    • Rotate
    • Border
    • Morphological operations: erode, dilate, open, and close
      • Fix binary_erosion_disk function
    • Histogram
    • Add threshold parameter to trim operation
    • Corner detection
      • Improve results by gradually lowering threshold for corner peaks
        and interpolating missing ones
  • Add support for images with EXIF rotation
  • Add input validation, NULL checks, and integer overflow protection
  • Add cross-platform CI testing
  • Fix macOS build in makefile
  • Add more examples to documentation

FlatCV 0.2

23 Aug 17:24
525dd1d

Choose a tag to compare

  • Add new image manipulation features
    • Resize
    • Crop
    • Trim
    • Flip x and flip y
    • Draw circles and disks
    • Sobel edge detection
    • Foerstner corner detection
      • Draw corners
    • Watershed segmentation
      • Extract document
  • Host documentation site at flatcv.ad-si.com
    • Includes an interactive playground page with wasm build of FlatCV
  • Add a benchmark
    comparing it with GM and ImageMagick
  • Rename all functions to start with fcv_
  • Print warning if binarized image is saved as JPEG
  • Use ISC license
  • Log run time for each step in image processing pipeline
  • Fix blur function

FlatCV 0.1

27 Jul 13:38
752544a

Choose a tag to compare