Skip to content
Snippets Groups Projects
Commit dca78e88 authored by Guillaume Borrut's avatar Guillaume Borrut
Browse files

commit des images de tests et de reference : SARPolarimetrie

parent 98066694
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,13 @@ PolarimetricSynthesisFilter<TInputImageHH,TInputImageHV,TInputImageVH,TInputImag
pix.imag()=0;
pix.real()=0;
// With all the channels
if ( ( this->GetInput(0)!=0 && this->GetInput(1)!=0 )&&
( this->GetInput(2)!=0 && this->GetInput(3)!=0 ) )
{
//nothing
}
else
// With 3 channels : HH VH VV
if ( ( this->GetInput(0)!=0 && this->GetInput(1)==0 )&&
( this->GetInput(2)!=0 && this->GetInput(3)!=0 ) )
......
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