I want to mosaic three images. Each image has a black back ground. The background is still there even after mosaicking the images, so it's like a gape between the image. Please help me to remove this black color.
I am using ArcGIS, QGIS, and FME.
|
I want to mosaic three images. Each image has a black back ground. The background is still there even after mosaicking the images, so it's like a gape between the image. Please help me to remove this black color. I am using ArcGIS, QGIS, and FME. |
||||
|
|
|
Removing the black collar is very easy using ArcMap 10:
Alternatively, you can Reclassify your raster data and either exclude certain values or set the black collar pixel values to "NoData".
|
||||
|
use gdalwarp as following code:
i hope it helps you... |
|||
|
|