Is it plausible to use NDVI along with other regular bands for image classification related data processing? Recently, I came across a comment that RED and NIR band might interfere with NDVI or vice versa during the processing. I am working on a project where I want to classify healthy and stressed crop patches in fields using satellite imagery, and I am using all four bands (RGB and NIR) along with NDVI to train the model and classify the satellite images. For the classification, I am using Random Forest algorithm.

Similar questions and discussions