Difference between revisions of "BoofCV Roadmap"

From BoofCV
Jump to navigationJump to search
m
m
Line 77: Line 77:
** Stability
** Stability
* <strike>Maven</strike>
* <strike>Maven</strike>
* Fix known bugs
* Move Legacy Algorithms
|}
|}

Revision as of 20:43, 2 December 2012

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