Difference between revisions of "BoofCV Roadmap"

From BoofCV
Jump to navigationJump to search
m
(marked ANN as done and fixed several spelling errors)
Line 21: Line 21:
* <strike>Binary Images</strike>
* <strike>Binary Images</strike>
** <strike>logical</strike>
** <strike>logical</strike>
** <strike>morpholocal</strike>
** <strike>morphological</strike>
** <strike>threshold</strike>
** <strike>threshold</strike>
* <strike>Interpolation</strike>
* <strike>Interpolation</strike>
Line 44: Line 44:
** <strike>KLT</strike>
** <strike>KLT</strike>
** <strike>Detect-Describe-Associate</strike>
** <strike>Detect-Describe-Associate</strike>
* <strike>Region Descritors</strike>
* <strike>Region Descriptors</strike>
** <strike>SURF</strike>
** <strike>SURF</strike>
** <strike>SIFT</strike>
** <strike>SIFT</strike>
Line 52: Line 52:
* <strike>Lines</strike>
* <strike>Lines</strike>
* <strike>Line Segments</strike>
* <strike>Line Segments</strike>
* <strike>Fast Non-Maximum Supression</strike>
* <strike>Fast Non-Maximum Suppression</strike>
* Association
* Association
** <strike>Exhaustive</strike>
** <strike>Exhaustive</strike>
** '''Approximate Neighest Neighbor'''
** <strike>Approximate Nearest Neighbor<strike>
|
|
* <strike>Camera Calibration</strike>
* <strike>Camera Calibration</strike>
* <strike>Stereo Disparity</strike>
* <strike>Stereo Disparity</strike>
* <strike>Structure from Motion</strike>
* <strike>Structure from Motion</strike>
** <strike>Essential/Fundemental</strike>
** <strike>Essential/Fundamental</strike>
** <strike>Homography</strike>
** <strike>Homography</strike>
** <strike>PNP</strike>
** <strike>PNP</strike>

Revision as of 10:21, 16 February 2014

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
    • morphological
    • 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 Descriptors
    • SURF
    • SIFT
    • NCC
    • Pixel
  • Contour
  • Lines
  • Line Segments
  • Fast Non-Maximum Suppression
  • Association
    • Exhaustive
    • Approximate Nearest Neighbor
  • Camera Calibration
  • Stereo Disparity
  • Structure from Motion
    • Essential/Fundamental
    • Homography
    • PNP
    • Trifocal
    • Triangulation
    • Bundle Adjustment
  • Visual Odometry
    • Stereo
    • Monocular
  • Faces
  • People
  • System Tests
    • Speed
    • Stability
  • Maven
  • Fix known bugs
  • Move Legacy Algorithms