X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 20 Jun 2017 05:55 AM by  Z Z
ROI
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Z Z



New Member


Posts:6
New Member


--
05 Jun 2017 05:46 AM
    Hi,everyone.

    I have create several different ROIs in an satellite image,and I want to get the statistics of every different ROI's mean value rather than overall ROI's mean value.I have found XROI in IDL can show individual samples’ information, however these information couldn't be saved into files.So I want to know the way to get the goals.

    Thanks for your suggestions in advance.

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    06 Jun 2017 01:10 PM
    This is true. ROIs are treated as one group of pixels for training purposes. You would need each of those ROI regions as separate ROIs.
    One thing you can do is export your ROI to a vector. The vector will retain all the attributes and class values. Then import that vector to an ROI using "Record Subset to a single ROI" or other import method to subset the records you want. Once it is separated into its own ROI, you can calculate the statistics on the single ROI area.

    Z Z



    New Member


    Posts:6
    New Member


    --
    20 Jun 2017 05:55 AM
    Thanks for your reply, and I have tried as your given steps, but I found that after using Record subset to a single ROI, the output is still one whole ROI. Using Each record to a separate ROI or Unique records of an attribute option can get several individual ROIs and be able to make statistics analysis about different ROIs.

    Thanks for your reply again, and your reply give me some meaningful instructions.

    You are not authorized to post a reply.