Clear Filters
Clear Filters

What is Brute Force Method?

3 views (last 30 days)
Esther
Esther on 8 Nov 2012
Could someone explain to me what is brute force method based on image processing?

Answers (2)

Walter Roberson
Walter Roberson on 8 Nov 2012
Edited: Walter Roberson on 8 Nov 2012
"Brute force" refers to trying all of the possibilities, or at the very least to just trying possibilities one after another until a recognizable answer is reached.
The alternative is to somehow weed out some possibilities without trying them, or to use some kind of "successive approximation" approach to home in on an answer.
An example of "brute force method" would be starting with the first word of an encyclopedia and repeating: read the definition of the current word, and end the loop if you now understand what "brute force" means, and otherwise go on to the next word, continuing one by one from the beginning until the meaning was understood. An example of a non-brute-force method would be using an index to find out which page the "B" words start at, and go to there instead of starting from the very beginning.

Jan
Jan on 8 Nov 2012
It is a good practize in a forum to ask your favourite search engine at first, e.g.:
or
Why let others type an answer, if you find good explanations in the net easily?

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!