X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 31 Oct 2022 08:21 AM by  Ben Castellani
Creating ROIs for a dataset and collect pixel values
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Bereket Mamo



New Member


Posts:
New Member


--
07 May 2020 11:37 AM
    I am doing remote sensing work and have a dataset containing a few hundred images. Each image has several bands, which contain information such as reflectance, incidence angle, longitude and latitude information. My goal is to create a database of reflectance and other information contained in the other bands on a pixel-by-pixel basis.

    1. To reduce the large amount of data this would generate, I would like to create a region of interest (ROI) around a specified location of the surface and apply it to all bands of all images. How can I do this in IDL?

    2. Then I would like to collect reflectance and other information from the bands to create the database. How can I accomplish this?

    Thank you



    Ben Castellani



    Basic Member


    Posts:130
    Basic Member


    --
    31 Oct 2022 08:21 AM
    For #1, try using the IDLanROI object and the ContainsPoints method: https://www.l3harrisgeospatial.com/docs/idlanroi__containspoints.html

    Not sure about #2. You may want to look into IDL Dataminer module for database support and management: https://www.l3harrisgeospatial.com/docs/dataminer.html
    You are not authorized to post a reply.