Difference between revisions of "Main Page"

From BoofCV
Jump to navigationJump to search
Line 13: Line 13:
|}
|}


<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"
| Download
| Introduction
|}
|}
| 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
| Tutorial
|}
|}
| 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"
| Tutorial
| Download
|}
|}
| width="200pt"|
| width="200pt"|
Line 35: Line 36:
|}
|}
|}
|}
{| style="width:640pt;"
</center>
| colspan=2 style="background-color:#ffffdd;" align="center" |
<center>
== Table of Contents ==
{|
|-
| width="200pt"|
| Introduction
{| cellpadding=5 style="border:1px solid #BBB" width="180pt"  
| asdfaf
|- bgcolor="#fafeff" style="font-size:200%" align="center"
|-
| JavaDoc
| Examples
|}
| asfasdf
| width="250pt"|
|-
{| cellpadding=5 style="border:1px solid #BBB" width="230pt"
| JavaDoc
|- bgcolor="#fafeff" style="font-size:200%" align="center"
| asdfasdf
| Message Board
|-
|}
| [[List of Applets|Applets]]
| width="200pt"|
| List of all example applets
{| cellpadding=5 style="border:1px solid #BBB" width="180pt"
|-
|- bgcolor="#fafeff" style="font-size:200%" align="center"
| Mailing List
| Applets
| Where to post questions about BoofCV
|}
|-
|  
|}
|}
</center>


{| style="width:640pt;" border="1"
{| style="width:640pt;" border="1"

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.
Introduction
Tutorial
Download
Source Code
JavaDoc
Message Board
Applets


Capability Summary

Image Processing Feature Geometric IO
Image Convolution
Image Derivatives Applet
Interpolation Applet
Image Blur Applet
Image Denoising Applet
Wavelet Decomposition Applet
Discrete Image Pyramid Applet
Float Image Pyramid Applet
Scale Space Image Applet
Steerable Kernels Applet
Image Distort Applet
Corner Detection Applet
Line Detection Future
Interest Points Applet
Scale Space Features Applet
Edge Detection Applet
Region Descriptions Applet
Region Orientation Applet
Feature Association Applet
Feature Tracking Applet
Non-max Suppression
Camera Calibration Future
Stereo Vision Future
Robust Fitting
2D/3D Motion Models
Bundle Adjustment Future
Image Stabilization Applet
Image Stitching
Visual Odometry Future
Visualization Tools
Video Codec Interfaces
Image IO Utility

Future Plans

  • Face Detection
  • Face Learning
  • People Tracking
  • Moving Object Tracking
  • Sparse Bundle Adjustment