Difference between revisions of "BoofCV Roadmap"
From BoofCV
Jump to navigationJump to search (removed stuff that has already been added) |
m |
||
Line 1: | Line 1: | ||
= Road Map = | = Road Map = | ||
BoofCV is currently in an early developmental phase. The following | 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. | ||
{| class="wikitable" | |||
! Image Processing !! Features !! Geometric !! Detection !! System | |||
* Convolution | |- | ||
** | | | ||
** | * <strike>Image convolution</strike> | ||
** | ** <strike>Image Borders</strike> | ||
* | ** <strike>Sparse</strike> | ||
* Fast | * <strike>Convolution Kernel Ops</strike> | ||
* | * <strike>Image Derivative</strike> | ||
** <strike>Standard List</strike> | |||
** <strike>2nd order</strike> | |||
* | ** <strike>Arbitrary</strike> | ||
* | * <strike>Image Blur</strike> | ||
* | ** <strike>Gaussian</strike> | ||
* | ** <strike>Median</strike> | ||
* | ** <strike>Mean</strike> | ||
* <strike>Binary Images</strike> | |||
** <strike>logical</strike> | |||
** <strike>morpholocal</strike> | |||
** <strike>threshold</strike> | |||
* <strike>Interpolation</strike> | |||
** <strike>Nearest Neighbor</strike> | |||
** <strike>Bilinear</strike> | |||
** <strike>Polynomial</strike> | |||
** <strike>Kernel Based</strike> | |||
* <strike>Wavelet</strike> | |||
** <strike>Denoise</strike> | |||
* <strike>Discrete Image Pyramid</strike> | |||
* <strike>Scale-Space</strike> | |||
** <strike>Blur</strike> | |||
** <strike>Pyramid</strike> | |||
| | |||
* <strike>Point Detectors</strike> | |||
** <strike>SURF</strike> | |||
** '''SIFT''' | |||
** <strike>ShiTomasi</strike> | |||
** <strike>Harris</strike> | |||
** <strike>FAST</strike> | |||
* <strike>Point Trackers</strike> | |||
** <strike>KLT</strike> | |||
** <strike>Detect-Describe-Associate</strike> | |||
* <strike>Region Descritors</strike> | |||
** <strike>SURF</strike> | |||
** '''SIFT''' | |||
** <strike>NCC</strike> | |||
** <strike>Pixel</strike> | |||
* <strike>Contour</strike> | |||
* <strike>Lines</strike> | |||
* <strike>Line Segments</strike> | |||
* <strike>Fast Non-Maximum Supression</strike> | |||
* Association | |||
** <strike>Exhaustive</strike> | |||
** '''Approximate Neighest Neighbor''' | |||
| | |||
* <strike>Camera Calibration</strike> | |||
* <strike>Stereo Disparity</strike> | |||
* <strike>Structure from Motion</strike> | |||
** <strike>Essential/Fundemental</strike> | |||
** <strike>Homography</strike> | |||
** <strike>PNP</strike> | |||
** <strike>Trifocal</strike> | |||
** <strike>Triangulation</strike> | |||
** <strike>Bundle Adjustment</strike> | |||
* Visual Odometry | |||
** <strike>Stereo</strike> | |||
** '''Monocular''' | |||
| | |||
* '''Faces''' | |||
* '''People''' | |||
| | |||
* System Tests | |||
** Speed | |||
** Stability | |||
* <strike>Maven</strike> | |||
|} |
Revision as of 19:40, 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 |
---|---|---|---|---|
|
|
|
|
|