Borrar filtros
Borrar filtros

What is Brute Force Method?

3 visualizaciones (últimos 30 días)
Esther
Esther el 8 de Nov. de 2012
Could someone explain to me what is brute force method based on image processing?

Respuestas (2)

Walter Roberson
Walter Roberson el 8 de Nov. de 2012
Editada: Walter Roberson el 8 de Nov. de 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 el 8 de Nov. de 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?

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by