shi-314 / ComputerVision

A C++ computer vision library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A C++ computer vision library

License:GNU General Public License v2.0


Languages

Language:C++ 97.8%Language:C 2.2%