Skip to content
Snippets Groups Projects
Commit f8f284af authored by Julien Malik's avatar Julien Malik
Browse files

ENH: remove overprecision in the road reference pixel

parent 0b8f96ad
No related branches found
No related tags found
No related merge requests found
......@@ -39,10 +39,10 @@ VectorDataToRoadDescriptionFilter<TVectorData, TOpticalImage>
//Example for QuickBird images (on a specific image)
typename ParserConditionFeatureFunctionType::PixelType refPixel;
refPixel.SetSize(4);
refPixel[0] = 252.284;
refPixel[1] = 357.3;
refPixel[2] = 232.644;
refPixel[3] = 261.558;
refPixel[0] = 252;
refPixel[1] = 357;
refPixel[2] = 232;
refPixel[3] = 261;
m_SpectralAngleFeatureFunction->SetSpectralAngleReferencePixel(refPixel);
m_DBOverlapFeatureFunction = DBOverlapFeatureFunctionType::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment