Difference between revisions of "Main Page"
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<center> | |||
{| style="width:640pt;" | {| style="width:640pt;" | ||
| style="background-color:#ffffdd;" align="center" | | | style="background-color:#ffffdd;" align="center" | | ||
Line 9: | Line 10: | ||
It is divided up into four package, 1) image processing, 2) features, 3) geometric vision, and 4) input output. Image processing contains core functionality which are most commonly used and typically operate directly on pixels. Features contains feature (e.g. points, lines, and regions) extraction algorithms for use in higher level operations. Geometric vision contains routines for processing extracted image features using 2D and 3D geometry. IO stands for input/output and contains common routines for reading in and displaying compute images. | It is divided up into four package, 1) image processing, 2) features, 3) geometric vision, and 4) input output. Image processing contains core functionality which are most commonly used and typically operate directly on pixels. Features contains feature (e.g. points, lines, and regions) extraction algorithms for use in higher level operations. Geometric vision contains routines for processing extracted image features using 2D and 3D geometry. IO stands for input/output and contains common routines for reading in and displaying compute images. | ||
|- | |||
| align="center" | | |||
'''BoofCV is still in an early development phase and is undergoing frequent changes.''' | |||
|} | |} | ||
</center> | |||
<!-- Vertical Space --> | |||
{| style="width:640pt;height:30pt;" | {| style="width:640pt;height:30pt;" | ||
|} | |} | ||
<center> | |||
{| | {| | ||
| width="200pt"| | | width="200pt"| | ||
{| cellpadding=5 style="border:1px solid #BBB" width="180pt" | {| cellpadding=5 style="border:1px solid #BBB" width="180pt" | ||
|- bgcolor="#fafeff" style="font-size:200%" align="center" | |- bgcolor="#fafeff" style="font-size:200%" align="center" | ||
| | | Manual | ||
|} | |} | ||
| width="200pt"| | | width="200pt"| | ||
{| cellpadding=5 style="border:1px solid #BBB" width="180pt" | {| cellpadding=5 style="border:1px solid #BBB" width="180pt" | ||
|- bgcolor="#fafeff" style="font-size:200%" align="center" | |- bgcolor="#fafeff" style="font-size:200%" align="center" | ||
| | | JavaDoc | ||
|} | |} | ||
| width="200pt"| | | width="200pt"| | ||
Line 36: | Line 40: | ||
{| cellpadding=5 style="border:1px solid #BBB" width="180pt" | {| cellpadding=5 style="border:1px solid #BBB" width="180pt" | ||
|- bgcolor="#fafeff" style="font-size:200%" align="center" | |- bgcolor="#fafeff" style="font-size:200%" align="center" | ||
| Source Code | | [https://github.com/lessthanoptimal/BoofCV Source Code] | ||
|} | |} | ||
|} | |} | ||
</center> | |||
<center> | |||
{| | {| | ||
| width="200pt"| | | width="200pt"| | ||
{| cellpadding=5 style="border:1px solid #BBB" width="180pt" | {| cellpadding=5 style="border:1px solid #BBB" width="180pt" | ||
|- bgcolor="#fafeff" style="font-size:200%" align="center" | |- bgcolor="#fafeff" style="font-size:200%" align="center" | ||
| | | [https://github.com/lessthanoptimal/BoofCV/issues Report Bug] | ||
|} | |} | ||
| width="250pt"| | | width="250pt"| | ||
Line 58: | Line 62: | ||
|} | |} | ||
|} | |} | ||
</center> | |||
<!-- Vertical Space --> | |||
{| style="width:640pt;height:30pt;" | |||
|} | |} | ||
<center> | |||
{| style="width:640pt;" border="1" | {| style="width:640pt;" border="1" | ||
| colspan=4 style="background-color:#ffffdd;" align="center" | | | colspan=4 style="background-color:#ffffdd;" align="center" | | ||
Line 171: | Line 179: | ||
|} | |} | ||
|} | |} | ||
</center> | |||
Future Plans | Future Plans |
Revision as of 05:22, 24 September 2011
BoofCV |
BoofCV is a Java library for real-time computer vision and robotics applications. Written from scratch for ease of use and high performance, it provides both basic and advanced features needed for creating a modern computer vision system. Functionality include highly optimized low level image processing routines (e.g. convolution, interpolation, gradient) to high level functionality such as image stabilization. It is divided up into four package, 1) image processing, 2) features, 3) geometric vision, and 4) input output. Image processing contains core functionality which are most commonly used and typically operate directly on pixels. Features contains feature (e.g. points, lines, and regions) extraction algorithms for use in higher level operations. Geometric vision contains routines for processing extracted image features using 2D and 3D geometry. IO stands for input/output and contains common routines for reading in and displaying compute images. |
BoofCV is still in an early development phase and is undergoing frequent changes. |
|
|
|
|
|
|
|
Capability Summary | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Image Processing | Feature | Geometric | IO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
Future Plans
- Face Detection
- Face Learning
- People Tracking
- Moving Object Tracking
- Sparse Bundle Adjustment