Skip to content
Snippets Groups Projects
Commit 0a8bc22e authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: fix output image from orthorectification having no projection

parent 9f68fb4e
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,8 @@ void GenericRSResampleImageFilter<TInputImage, TOutputImage>::GenerateOutputInfo
{
itk::EncapsulateMetaData<ImageKeywordlist>(dict, MetaDataKey::OSSIMKeywordlistKey, this->GetOutputKeywordList());
}
this->GetOutput()->SetProjectionRef(this->GetOutputProjectionRef());
}
/**
......
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