does MATLAB is used in cameras?

1 view (last 30 days)
I used a canon model camera. It tracks face exactly.. Plotting the border of face in red color. Does MATLAB is used in cameras to track face?

Accepted Answer

Image Analyst
Image Analyst on 23 Apr 2013
Most probably not. They had face tracking in cameras long before MATLAB offered the Computer Vision System Toolbox.
  8 Comments
Walter Roberson
Walter Roberson on 26 Apr 2013
Simulink, especially, can be used to generate code that can be deployed to embedded processors. What ends up running on the processors is not MATLAB or Simulink but rather compiled C (or C++)
MATLAB and Simulink can be used in the design process, and then C / C++ or VHDL code can be generated (more thoroughly for Simulink products than for MATLAB itself.)
My "fairly surprised" with regards to this being done for cameras is due to the fact that cameras are usually designed with very tight code, both for efficiency and for die size: manufacturers compete down to the grams of weight level, and definitely compete on the performance level. If I were designing a performance camera, I would probably be asking for SIMD (Single Instruction Multiple Data) rather than regular processors... though the practical requirement that only specialty cameras can tolerate cooling systems would influence architecture choice.
Tim McBrayer
Tim McBrayer on 29 Apr 2013
FLIR uses MATLAB HDL Coder to generate HDL for FPGAs in their thermal imaging systems: http://www.mathworks.com/company/user_stories/FLIR-Accelerates-Development-of-Thermal-Imaging-FPGA.html

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Support Package for IP Cameras in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!