simulink code for vision.PeopleDetector

I want to implement vision.Peopledetector system object into raspberry pi to make it a standalone device.After searching I found generating C code and simulink are two options.At present I am using trial package of Matlab. can anyone help me choose which is the better option. If by simulink, can you just verify if the below code will work.And I am using this only for images not videos.
https://github.com/smart-make/opencv/blob/master/samples/cpp/peopledetect.cpp

답변 (1개)

Walter Roberson
Walter Roberson 2016년 7월 23일

0 개 추천

No, that is part of a library of code. You would need to build an unknown portion of the library and link it to the C code you wrote. At that point you should ask why not just do it all in C++. MATLAB Coder does not have raspberry pi defined as a target.
I already pointed you to an official example showing that people detector can be deployed id you work within Simulink. Simulink does have raspberry pi defined as a target.

카테고리

도움말 센터File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

질문:

2016년 7월 23일

답변:

2016년 7월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by