What is Brute Force Method?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Could someone explain to me what is brute force method based on image processing?
0 comentarios
Respuestas (2)
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.
0 comentarios
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?
0 comentarios
Ver también
Categorías
Más información sobre Data Type Identification 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!