mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Misc. modules/ typos
Found via `codespell`
This commit is contained in:
@@ -129,7 +129,7 @@ system("pause");
|
||||
return 0;
|
||||
}
|
||||
|
||||
****Suggesttion for imporving Simplex implentation***************************************************************************************
|
||||
****Suggestion for improving Simplex implementation***************************************************************************************
|
||||
|
||||
Currently the downhilll simplex method outputs the function value that is minimized. It should also return the coordinate points where the
|
||||
function is minimized. This is very useful in many applications such as using back projection methods to find a point of intersection of
|
||||
|
||||
Reference in New Issue
Block a user