Difference between revisions of "Main Page"
m (Changed protection level for "Main Page" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
|||
Line 25: | Line 25: | ||
| 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: | |- bgcolor="#fafeff" style="font-size:150%" align="center" | ||
| Manual | | 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: | |- bgcolor="#fafeff" style="font-size:150%" align="center" | ||
| JavaDoc | | JavaDoc | ||
|} | |} | ||
| 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: | |- bgcolor="#fafeff" style="font-size:150%" align="center" | ||
| Download | | Download | ||
|} | |} | ||
| 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: | |- bgcolor="#fafeff" style="font-size:150%" align="center" | ||
| [https://github.com/lessthanoptimal/BoofCV Source Code] | | [https://github.com/lessthanoptimal/BoofCV Source Code] | ||
|} | |} | ||
Line 49: | Line 49: | ||
| 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: | |- bgcolor="#fafeff" style="font-size:150%" align="center" | ||
| [https://github.com/lessthanoptimal/BoofCV/issues Report Bug] | | [https://github.com/lessthanoptimal/BoofCV/issues Report Bug] | ||
|} | |} | ||
| width="250pt"| | | width="250pt"| | ||
{| cellpadding=5 style="border:1px solid #BBB" width="230pt" | {| cellpadding=5 style="border:1px solid #BBB" width="230pt" | ||
|- bgcolor="#fafeff" style="font-size: | |- bgcolor="#fafeff" style="font-size:150%" align="center" | ||
| Message Board | | Message Board | ||
|} | |} | ||
| 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: | |- bgcolor="#fafeff" style="font-size:150%" align="center" | ||
| [[List of Applets | Applets]] | | [[List of Applets | Applets]] | ||
|} | |} |
Revision as of 07:13, 26 September 2011
BoofCV |
BoofCV is an open source 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 computer vision system. Functionality include optimized low level image processing routines (e.g. convolution, interpolation, gradient) to high level functionality such as image stabilization. Released under a BSD license for both academic and commercial use. BoofCV is organized into four package, image processing, features, geometric vision, and IO. Image processing contains commonly used image processing functions which operate directly on pixels. Features contains feature extraction algorithms for use in higher level operations. Geometric vision is composed of routines for processing extracted image features using 2D and 3D geometry. IO stands for input/output and contains common routines for reading in images and displaying extracted information. |
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