Selecting range of RGB values from aerial imagery

3536
5
05-03-2014 07:57 PM
JeffTibbits
New Contributor
Hello,
I am trying to figure out how to select specific areas within a coastal prairie based on a range of RGB values.  I am using orthoimages.  I have found a few tutorials online, but nothing about selecting a range of values.  Would greatly appreciate any help.
Thanks!
0 Kudos
5 Replies
larryzhang1
New Contributor III
Hello,
I am trying to figure out how to select specific areas within a coastal prairie based on a range of RGB values.  I am using orthoimages.  I have found a few tutorials online, but nothing about selecting a range of values.  Would greatly appreciate any help.
Thanks!


Jeff,

If understanding correctly, pls try Mosaic Dataset containing your rasters, build with overviews, and clip your AOI from this MD within Image Analysis;

Then, apply the function caled 'Binary Thresholding' onto the cliped MD within Image Analysis. It will help to divide your raster into two distinct classes with the Otsu method. In this way, you can easily select water body, roads, etc. from your images covering a coastal prairie.

In fact, it would be much easier and more flexible to do so via non-binary thresholding value range method, if having remote sensing package like ER Mapper/ ENVI. That is, a combination of RGB thresholding value ranges (i.e, the seperate values for R, G, B) can be allowed.

Hope, MD in ArcGIS will support multiple thresholding sooner...
0 Kudos
RE
by
New Contributor III

Hi Jeff,

I was searching how to implement the Otsu binary thresholding method in ArcGIS 10.2 when I saw this thread.

I hope you don't mind, could you please tell me where in ArcGIS (ArcMap) the Binary Thresholding Function is located?

Thank you very much and I would appreciate your help.

Ron

0 Kudos
RE
by
New Contributor III

Hi Larry and Jeff,

I was searching how to implement the Otsu binary thresholding method in ArcGIS 10.2 when I saw this thread.

I hope you don't mind, could you please tell me where in ArcGIS (ArcMap) the Binary Thresholding Function is located?

Thank you very much and I would appreciate your help.

Ron

0 Kudos
MikeCusi
Occasional Contributor II
0 Kudos
larryzhang
Occasional Contributor III

To understand Otsu method implemented in ArcGIS, refer to Binary Thresholding function—Help | ArcGIS for Desktop

To learn how to apply it, refer to Help on function or function chains at What are the functions used by a raster or mosaic dataset?—Help | ArcGIS for Desktop

0 Kudos