X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 15 Sep 2023 07:16 AM by  Marcos Montes
No data areas classified
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Vistorina Amputu



New Member


Posts:4
New Member


--
20 Apr 2023 06:51 AM
    Hi, I use ENVI 5.6.3 for my drone imagery analysis. The background around of my region of interest is set to No Data via edit metadata with the data ignore value set to 0, and thus appears as white (or mabye this is transparent). I am applying thresholds via the decision tree classifer to classify my drone imagery into bare, herbaceous and woody classes. But, the background area also gets classified as bare, which affects the statistics and the confusion matrix calculations. I tried to subset the classified map but this does help. I also tried to make the cover classes as bare = 1; herbaceous = 2 and woody = 3, instead of the default output which labels the classes from 0. Is there a way to fix this?

    Thank you.

    Marcos Montes



    New Member


    Posts:33
    New Member


    --
    15 Sep 2023 07:16 AM
    If you are doing the programming, make the **first** decision to be setting pixels with the "No Data" value to a "No Data" class. Only after that apply the scientific based (bare, herbaceous, etc.) decisions on the results of those pixels that are NOT "No Data" pixels.
    You are not authorized to post a reply.