Effacer les filtres
Effacer les filtres

does MATLAB is used in cameras?

2 vues (au cours des 30 derniers jours)
Sivakumaran Chandrasekaran
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?

Réponse acceptée

Image Analyst
Image Analyst le 23 Avr 2013
Most probably not. They had face tracking in cameras long before MATLAB offered the Computer Vision System Toolbox.
  8 commentaires
Walter Roberson
Walter Roberson le 26 Avr 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 le 29 Avr 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Support Package for IP Cameras dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by