Skip to content

This toolbox runs an ArcPy script to threshold and segment RGB images. Thresholding removes flat regions and areas of no change from the image. Segmentation breaks down the threshold image into objects for further classification.

Notifications You must be signed in to change notification settings

sabrinanicc/ls_thresholdandsegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ls_thresholdandsegmentation

ArcGIS Toolbox/ArcPy Script

The inputs for this tool are an NDVI change detection map, DEM and post-event RGB image. The tool uses the inputs to remove flat areas and areas of no-change from the post-event image. The clipped image is then segmented for use in the desired classifier. The final image will be named 'SEGMENTED_CLIPPED_IMAGE.tif' and saved in the workspace defined.

Description

This toolbox can be used to threshold and segment RGB images for the purpose of landslide detection. This thresholding method removes flat areas and area of no-change in the imagery so as to reduce the amount of false-positives when classifying the imagery for landslide detection purposes. An example is shown below.

TEST

TEST

Installation

Please refer to 'ls_eval' repository readme for installation instructions.

About

This toolbox runs an ArcPy script to threshold and segment RGB images. Thresholding removes flat regions and areas of no change from the image. Segmentation breaks down the threshold image into objects for further classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages