Problem with Computer Vision tool box
3 ビュー (過去 30 日間)
古いコメントを表示
Following the tutorials presented in the site, I've tried to build a stereo vision system. everything was OK, but at the depth estimation phase, the system has been crashed! How to solve this problem? Is there any alternate way to do so?
Error:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157038/image.jpeg)
2 件のコメント
採用された回答
Dima Lisin
2016 年 3 月 8 日
編集済み: Dima Lisin
2016 年 3 月 8 日
Hi Ali,
Try the following:
Go to "Preferences". Select "Image Processing Toolbox" on the left. Uncheck "Enable hardware optimization" at the bottom of the right side. This should prevent the crash.
To help us further investigate why this is happening, can you please run the following command, and post the output? Please make sure to do that before you turn off hardware optimization.
>> [a, b] = ippl
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!