Clear Filters
Clear Filters

How to detect nocturnal animals eyes ?

1 view (last 30 days)
Fahad Alharbi
Fahad Alharbi on 12 Jun 2017
Commented: Tim Baj on 10 Aug 2017
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 Comments
Jayaram Theegala
Jayaram Theegala on 26 Jun 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
Tim Baj on 10 Aug 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.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!