You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
jwonders edited this page Jan 10, 2013
·
2 revisions
The vision system retrieves images from the cameras, processes them, and publishes results of the processing so that other subsystems can make decisions or update their picture of the world based on what is detected.
This page is meant to hold explanations of the components that make up the vision system.
Architectural Components - A place to describe classes that make up the architecture.
VisionSystem
VisionRunner
Detector
Camera
Recorder
Algorithms - A place to describe algorithms (divided into families)
Segmentation
Connected Component Labeling
Object Detection
Bayesian Inference
Tracking
Detectors - A place to describe the workflow for each detector.