Difference between revisions of "Main Page"

From BoofCV
Jump to navigationJump to search
m
Line 88: Line 88:
! style="background:#ffdead;" | Feature  
! style="background:#ffdead;" | Feature  
! style="background:#ffdead;" | Geometric  
! style="background:#ffdead;" | Geometric  
! style="background:#ffdead;" | IO
! style="background:#ffdead;" | Integration
|-
|-
|
|
Line 164: Line 164:
|
|
{|
{|
| Visualization Tools
| Visualization
|-
|-
| Video Codec Interfaces
| [[Android_support|Android]]
|-
|-
| Image IO Utility
| [[Tutorial Videos and Webcams|Video]]
|}
|}
|}
|}
</center>
</center>

Revision as of 17:38, 22 July 2012


Boofcv logo 200px.jpg

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 often outperforms even native libraries. Functionality includes optimized low-level image processing routines, feature tracking, and geometric computer vision. BoofCV has been released under an Apache license for both academic and commercial use.

BoofCV is organized into several packages: image processing, features, geometric vision, calibration, visualize, 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. Calibration has routines for determining the camera's intrinsic and extrinsic parameters. Geometric vision is composed of routines for processing extracted image features using 2D and 3D geometry. Visualize has routines for rendering and displaying extracted features. 'IO stands for input/output and contains common routines for reading in images from various input sources.

Loose-lips.jpg

BoofCV is still in early development!
Click here for ways you can contribute!

Current Release (change log)
Version: Alpha v0.9
Date: July 22, 2012
Boofcv bug propaganda poster small.jpg
Main-page-help-icon.png
Manual
JavaDoc
Report Bug
Message Board
Main-page-binary-icon.png
Download
Applets
Videos
Main-page-graph-icon.png
Performance
Road Map
Validation
Users
Acknowledgements


Capability Summary

Image Processing Feature Geometric Integration
Image Convolution
Image Derivatives Applet
Interpolation Applet
Image Blur Applet
Binary Image Applet
Noise Removal Applet
Wavelet Decomposition Applet
Discrete Image Pyramid Applet
Float Image Pyramid Applet
Scale Space Image Applet
Steerable Kernels Applet
Interest Points Applet
Line Detection Applet
Scale Space Features Applet
Edge Detection Applet
Region Descriptions Applet
Region Orientation Applet
Feature Association Applet
Feature Tracking Applet
Non-max Suppression Applet
Mono Calibration Applet
Stereo Calibration Applet
Stereo Rectification Applet
Remove Distortion Applet
3D Stereo Cloud Applet
Image Stabilization Applet
Image Mosaic Applet
Visualization
Android
Video