We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5d22530 commit f1fa50bCopy full SHA for f1fa50b
src/plugins/georeferencer/qgsgeoreftransform.cpp
@@ -603,17 +603,6 @@ bool QgsProjectiveGeorefTransform::updateParametersFromGCPs( const std::vector<Q
603
{
604
mParameters.Hinv[i] = adjoint[i]*oo_det;
605
}
606
-
607
- for (int i = 0; i < 3; i++) {
608
- for (int j = 0; j < 3; j++) {
609
- double sum = 0.0;
610
- for (int k = 0; k < 3; k++) {
611
- sum+= H[j*3 + k]*mParameters.Hinv[i + k*3];
612
- }
613
- std::cout<<sum<<", ";
614
615
- std::cout<<std::endl;
616
617
618
return true;
619
0 commit comments