Skip to content
Snippets Groups Projects
Commit 694d3b3a authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

TEST

parent b58fd326
No related branches found
No related tags found
No related merge requests found
...@@ -188,7 +188,7 @@ SarParametricMapFunction<TInputImage, TCoordRep> ...@@ -188,7 +188,7 @@ SarParametricMapFunction<TInputImage, TCoordRep>
vnl_lsqr linearSystemSolver(linearSystem); vnl_lsqr linearSystemSolver(linearSystem);
std::cout << "EvaluateParam bestParams: " <<bestParams<< std::endl; std::cout << "EvaluateParam bestParams: " <<bestParams<< std::endl;
linearSystemSolver.minimize(bestParams); linearSystemSolver.minimize(bestParams);
std::cout << "EvaluateParam minimize bestParams: " <<bestParams<< std::endl;
for (unsigned int xcoeff = 0; xcoeff < coeffCols; ++xcoeff) for (unsigned int xcoeff = 0; xcoeff < coeffCols; ++xcoeff)
{ {
for (unsigned int ycoeff = 0; ycoeff < coeffRows; ++ycoeff) for (unsigned int ycoeff = 0; ycoeff < coeffRows; ++ycoeff)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment