I'd like to build tree crown detection software using OpenCV. Is it a good approach to do it using Haar-feature based Cascade Classifier?
The tree crown I'd like to detect is oil palm trees.
A sample of some images of the trees is below:
Is it doable if I use Haar Feature-based Cascade Classifier in OpenCV?