Normal
0
MicrosoftInternetExplorer4
I have an image where all the edges have been assigned a value, for example -999, and all other values are DN greater than zero. I would like to add the -999 part of my image (so all the edges) to another image but not add all the DN values.
Does anyone know a way I could do this??
For example I firstly stack the two images, where:
B1 is the image with the -999 edges
B2 is the image I would like to keep all original values but change wherever values on BI are -999
Replace B2 with B1 only where B1=-999
Or B2=B1 when B1=-999
Any help would be greatly appreciated
|