How to detect nocturnal animals eyes ?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello there i am trying to detect animals eyes at night
like this for example

i used this code but it didn't work
EyeDetect = vision.CascadeObjectDetector('EyePairBig');
BB=step(EyeDetect,I);
hold on
rectangle('Position',BB,'LineWidth',4,'LineStyle','-','EdgeColor','b');
subImage = imcrop(I, BB);
any ides ?
thanks
4 Commenti
Jayaram Theegala
il 26 Giu 2017
Adding to what Ngonidzashe has already suggested, there are several different types of detectors that you can use, and to find more information about using them, you can refer to the following MATLAB documentation:
Tim Baj
il 10 Ago 2017
Maybe look into deep learning to identify eyes. Research neural network controllers. This way you the controller can be set to identify eyes and you can make it do whatever once it does that. e.g. tell you the position of the eyes.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!