/ComputerVision

A C++ computer vision library

Primary LanguageC++GNU General Public License v2.0GPL-2.0

ComputerVision

A C++ computer vision / image processing library

Features

  • Bitmaps: load, scale, convert, access pixel data and export
  • Histogram equalization
  • Filter: convolution filters
  • Line extraction: laplace filter, sobel filter or Canny algorithm
  • Line detection: hough transform or progressive probabilistic hough transform (ppht)

Todo

  • Code style: Use a consistent code style
  • Comments: Translate german comments to english
  • Documentation: Use doxygen documentations for the interface
  • Use makefile to build project
  • Remove Windows API usages
  • Use open source, multi platform Bitmap loader
  • Test code compilation on Linux and OSX