Skip to content
Snippets Groups Projects
Commit 2695959e authored by Christophe Palmann's avatar Christophe Palmann
Browse files

TEST: baseline for SinclairToReciprocalCovariance functor updated

parent a4907473
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,10 @@ int otbSinclairToReciprocalCovarianceMatrixFunctor(int itkNotUsed(argc), char *
OutputType outputFunct;
result[0] = ComplexType(17., 0.);
result[1] = ComplexType(14., 5.);
result[1] = ComplexType(19.7989898732233,7.07106781186548);
result[2] = ComplexType(11., 10.);
result[3] = ComplexType(13., 0.);
result[4] = ComplexType(12., 5.);
result[3] = ComplexType(26., 0.);
result[4] = ComplexType(16.9705627484771,7.07106781186548);
result[5] = ComplexType(13., 0.);
outputFunct = funct.operator ()( ComplexType(1., 4.), ComplexType(2., 3.), ComplexType(3., 2.) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment