Commit Graph

3 Commits

Author SHA1 Message Date
guidoAI a40e0fa4e1 Pull request with all the code for 6 DOF optical flow control, the ba… (#3028)
* Pull request with all the code for 6 DOF optical flow control, the basis of a Nature and Nature Machine Intelligence paper.

* Camera ID was already added.

* Remove a duplicate airframe file.

* Cleanup

* Simulator does not work with opticflow

* Incorporated comments review

* fix provides

---------

Co-authored-by: Christophe De Wagter <dewagter@gmail.com>
2023-09-13 15:46:23 +02:00
Felix Ruess 888af334d7 [modules] computer vision modules only for ap target
until it is properly implemented for nps as well...
2016-06-06 14:25:21 +02:00
guidoAI 33d858437c Added an initial version of a texton module that represents the appea… (#1692)
* Added an initial version of a texton module that represents the appearance of an image with a texton distribution

In past work, we have used texton distributions for instance for obstacle detection. If the entropy of the texton distribution becomes low, this is typically an indication of a close obstacle. This "appearance variation cue" can be a good complement to using optical flow measurements for obstacle avoidance. There are may other uses for texton distributions though, while they are computationally quite cheap.
* Fixed code style, and added nicer settings and documentation in xml
2016-06-01 09:52:15 +02:00