Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luislizcano opened this issue Jan 31, 2024 · 0 comments
Open

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

luislizcano opened this issue Jan 31, 2024 · 0 comments

Comments

@luislizcano
Copy link
Contributor

luislizcano commented Jan 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant