Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added an initial version of a texton module that represents the appea… #1692

Merged
merged 2 commits into from
Jun 1, 2016

Conversation

guidoAI
Copy link
Contributor

@guidoAI guidoAI commented May 29, 2016

…rance 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.

…rance of an image with a texton distribution
@gautierhattenberger
Copy link
Member

please fix indentation or use the fix_code_style.s script.
also there are some comments that can be removed (e.g. in module xml file).

// File pointer for saving the dictionary
static FILE *dictionary_logger = NULL;
#ifndef DICTIONARY_PATH
#define DICTIONARY_PATH /data/video/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be added to the doc section in the module xml file...

@guidoAI
Copy link
Contributor Author

guidoAI commented May 30, 2016

I fixed the code style and added the documentation.

@flixr
Copy link
Member

flixr commented May 30, 2016

@guidoAI thx!
If you tested this and it compiles/works it looks good to me to merge...

@flixr flixr merged commit 33d8584 into paparazzi:master Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants