Community Profile

photo

M.Khan

Last seen: 3 months 前 自 2015 起处于活动状态

统计数据

  • First Review
  • Knowledgeable Level 1
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
Code Generation failed: How to use a Matlab algorithm inside a Simulink MATLAB Function Block?
Yes, you need to change the compiler. One of the supported compilers is Microsoft Visual C++ 2012. - Mohammad

8 years 前 | 1

已回答
Code Generation failed: How to use a Matlab algorithm inside a Simulink MATLAB Function Block?
vision.ForegroundDetector does not support MATLAB function block. It's listed in <http://www.mathworks.com/help/vision/ug/code-g...

8 years 前 | 2

已回答
I'm working on an image processing project which employs rasberry pi. I have written the code in matlab using image processing toolbox and computer vision. Can i make a standalone executable application and dump it in the pi?
If your MATLAB code generates portable C code, you can create standalone executable on Raspberry Pi. Here are the steps: * Us...

8 years 前 | 1

已回答
How to snapshot a real time image with raspberry pi and attachable logitech webcam ?
Hi Ken, You should be able to use any V4L2 compliant video capture device with Raspberry PI support package to capture image/...

8 years 前 | 1

已回答
how to solve this problem"The library method 'vision.internal.buildable.ForegroundDetectorBuildable.updateBuildInfo' failed."'
The error message should tell you which compiler you are using in the codegen. You can also find the compiler being used by exec...

9 years 前 | 1

| 已接受