<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remove near black edges off some rasters in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/remove-near-black-edges-off-some-rasters/m-p/465654#M26620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply.&amp;nbsp; Your workflow wont work for me, but I think that I may be able to adjust it so that it will work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The original images on my map have been scanned so that the edges are not pure "black", a single color, and in some cases the edge color may be the same color portions of the image such as water.&amp;nbsp; Therefore I cannot just assume a single color is "no data" nor can I use a threshold to set "no data."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But maybe this is what I can do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Build footprints around each image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Create a negative buffer of about 35 pixels so that it is large enough to remove any border.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Import the "shrinked" images&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Add all the original images under the shrinked images.*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.&amp;nbsp; Create a image from that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Now I just need to figure out the best way of doing this in ArcGIS&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*The cropped images will be on top and the originals would be on bottom incase I remove too much overlap in step 2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2013 12:59:25 GMT</pubDate>
    <dc:creator>MarkVolz</dc:creator>
    <dc:date>2013-09-03T12:59:25Z</dc:date>
    <item>
      <title>Remove near black edges off some rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/remove-near-black-edges-off-some-rasters/m-p/465652#M26618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to mosaic hundreds of pictures into a single dataset.&amp;nbsp; Each individual picture has a near black frame around the edge, and there is a significant overlap between each image.&amp;nbsp; Currently when I add all the images I cannot see everything because the frame on the top image hides portions of the images below it.&amp;nbsp; I need to find a way to automatically remove the frames.&amp;nbsp; I should mention these are black and white air photos.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-The edges are not truly black, nor are they consistent so I cannot set a certain color to "No Data"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-There are legitimate areas that are darker than the boarder.&amp;nbsp; Therefore I cannot remove a color darker than a certain threshold.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-I cannot use a maximum function as the rasters are not perfectly georeferenced&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Possible thoughts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a shapefile that contains each raster boundary.&amp;nbsp; If there is an overlap could I automatically crop the raster image by a certain number of pixels?&amp;nbsp; This is the quickest method I can think of.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other idea?s&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 16:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remove-near-black-edges-off-some-rasters/m-p/465652#M26618</guid>
      <dc:creator>MarkVolz</dc:creator>
      <dc:date>2013-08-30T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remove near black edges off some rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/remove-near-black-edges-off-some-rasters/m-p/465653#M26619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The solution I have used is to :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Create a mosaic data set - if you read the help for manage image and raster data you may find other nice guidance on design and management of mosaic dat sets &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Add the images to this mosaic data set&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c) "Build footprints" using your black values as ignore/ Nodata values&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d) Export the footprints as a polygon feature class and buffer it with a negative length to get the e.g. a shrinkage of 2-3 pixels to get rid of those pixels being gray due to the interpolation process between 0 and the real image data&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e) Import the "shrinked" features to replace the previously build footprints &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;f) You may now generate overviews or output image based on your preferred mosaicick order &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael Stjernholm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 10:57:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remove-near-black-edges-off-some-rasters/m-p/465653#M26619</guid>
      <dc:creator>MichaelStjernholm</dc:creator>
      <dc:date>2013-09-02T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remove near black edges off some rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/remove-near-black-edges-off-some-rasters/m-p/465654#M26620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply.&amp;nbsp; Your workflow wont work for me, but I think that I may be able to adjust it so that it will work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The original images on my map have been scanned so that the edges are not pure "black", a single color, and in some cases the edge color may be the same color portions of the image such as water.&amp;nbsp; Therefore I cannot just assume a single color is "no data" nor can I use a threshold to set "no data."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But maybe this is what I can do:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Build footprints around each image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Create a negative buffer of about 35 pixels so that it is large enough to remove any border.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Import the "shrinked" images&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Add all the original images under the shrinked images.*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.&amp;nbsp; Create a image from that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Now I just need to figure out the best way of doing this in ArcGIS&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*The cropped images will be on top and the originals would be on bottom incase I remove too much overlap in step 2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 12:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/remove-near-black-edges-off-some-rasters/m-p/465654#M26620</guid>
      <dc:creator>MarkVolz</dc:creator>
      <dc:date>2013-09-03T12:59:25Z</dc:date>
    </item>
  </channel>
</rss>

