|
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | Apache License, Version 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/nasa/astrobee.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-07-03 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Astrobee Flight Software
Authors
- Astrobee Flight Software
\page visioncommon Vision Common
Package Overview
Distortion Models
Field of view (fov), radial (rad), and radial tangential (radtan) distortion models are provided along with an identity distortion model. These are use for example as template parameters for image projection functions in the camera utilities files. The models are templated on the value type (i.e. double, jet) to allow their usage with Ceres-based optimization packages.
Feature Detection And Matching
Brisk, surf, and lucas kanade optical flow feature detector and matchers are provided and inherit the base FeatureDetectorAndMatcher class so they can be used polymorphically by other classes and functions.
Utilities
The utilities files provide helper functions for the distortion models and templated implementations based on the distortion type of image space projections, ransac pnp, and a reprojection pose estimate function that utilities ransac pnp to find an initial pose estimate for a set of 3d and corresponding image points before performing nonliner optimization to refine this pose estimate.
FeatureTracker
The FeatureTracker maintains feature tracks for image based measurements. Feature tracks can be queried using feature ids or by returning the N longest feature tracks. The feature tracker also slides the window for feature tracks to remove old measurements if necessary.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
localization_common | |
optimization_common | |
catkin |
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged vision_common at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | Apache License, Version 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/nasa/astrobee.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-07-03 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Astrobee Flight Software
Authors
- Astrobee Flight Software
\page visioncommon Vision Common
Package Overview
Distortion Models
Field of view (fov), radial (rad), and radial tangential (radtan) distortion models are provided along with an identity distortion model. These are use for example as template parameters for image projection functions in the camera utilities files. The models are templated on the value type (i.e. double, jet) to allow their usage with Ceres-based optimization packages.
Feature Detection And Matching
Brisk, surf, and lucas kanade optical flow feature detector and matchers are provided and inherit the base FeatureDetectorAndMatcher class so they can be used polymorphically by other classes and functions.
Utilities
The utilities files provide helper functions for the distortion models and templated implementations based on the distortion type of image space projections, ransac pnp, and a reprojection pose estimate function that utilities ransac pnp to find an initial pose estimate for a set of 3d and corresponding image points before performing nonliner optimization to refine this pose estimate.
FeatureTracker
The FeatureTracker maintains feature tracks for image based measurements. Feature tracks can be queried using feature ids or by returning the N longest feature tracks. The feature tracker also slides the window for feature tracks to remove old measurements if necessary.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
localization_common | |
optimization_common | |
catkin |