USF-IMARS / wv-land-cover

:earth_americas: Processing scripts for decision-tree land use classification on worldview 2 imagery
5 stars 5 forks source link

Unnecessary DT nodes in 'wv_classify.m' script? #50

Open luislizcano opened 8 months ago

luislizcano commented 8 months ago

The elseif statement in line 544 is a node that can be deleted, it is not taking an alternative decision and it is closed in line 551.

It seems the following lines can deleted since they are additional nodes taking the same decision (developed class) as their respective next lines: Lines 582-583 Lines 586-587

edit: There are too many nodes for classifying 'developed' pixels.