BoofCV Roadmap

From BoofCV
Revision as of 09:03, 5 December 2012 by Peter (talk | contribs)
Jump to navigationJump to search

Road Map

BoofCV is currently in an early developmental phase. The following is a list of features designed for version 1.0. Note that this is not a list of all the capabilities, more than this has been added, just what was on the TODO list.

Image Processing Features Geometric Detection System
  • Image convolution
    • Image Borders
    • Sparse
  • Convolution Kernel Ops
  • Image Derivative
    • Standard List
    • 2nd order
    • Arbitrary
  • Image Blur
    • Gaussian
    • Median
    • Mean
  • Binary Images
    • logical
    • morpholocal
    • threshold
  • Interpolation
    • Nearest Neighbor
    • Bilinear
    • Polynomial
    • Kernel Based
  • Wavelet
    • Denoise
  • Discrete Image Pyramid
  • Scale-Space
    • Blur
    • Pyramid
  • Point Detectors
    • SURF
    • SIFT
    • ShiTomasi
    • Harris
    • FAST
  • Point Trackers
    • KLT
    • Detect-Describe-Associate
  • Region Descritors
    • SURF
    • SIFT
    • NCC
    • Pixel
  • Contour
  • Lines
  • Line Segments
  • Fast Non-Maximum Supression
  • Association
    • Exhaustive
    • Approximate Neighest Neighbor
  • Camera Calibration
  • Stereo Disparity
  • Structure from Motion
    • Essential/Fundemental
    • Homography
    • PNP
    • Trifocal
    • Triangulation
    • Bundle Adjustment
  • Visual Odometry
    • Stereo
    • Monocular
  • Faces
  • People
  • System Tests
    • Speed
    • Stability
  • Maven
  • Fix known bugs
  • Move Legacy Algorithms