Filter löschen
Filter löschen

What is Brute Force Method?

3 Ansichten (letzte 30 Tage)
Esther
Esther am 8 Nov. 2012
Could someone explain to me what is brute force method based on image processing?

Antworten (2)

Walter Roberson
Walter Roberson am 8 Nov. 2012
Bearbeitet: Walter Roberson am 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 am 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?

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by