How to detect nocturnal animals eyes ?

1 次查看(过去 30 天)
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 个评论
Jayaram Theegala
Jayaram Theegala 2017-6-26
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 2017-8-10
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.

请先登录,再进行评论。

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!