Difference between revisions of "Main Page"
(Updated for v0.4) |
(fixed license. ugh how long as the wrong one been up?) |
||
Line 7: | Line 7: | ||
|- | |- | ||
| | | | ||
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 | 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 an Apache 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 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. |
Revision as of 11:48, 6 January 2012
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 an Apache 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. |
|
|
|
|
Capability Summary | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Image Processing | Feature | Geometric | IO | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|