How Object detection?
5 ビュー (過去 30 日間)
古いコメントを表示
Hello. I have an object named Tank. I want to detect the object. What toolbox can be used for tank detection in matlab? Or what code can be used?
2 件のコメント
DGM
2022 年 11 月 9 日
Do you see any practical problems with this example?
if istank(object)
disp('tank detected')
end
Vague or abstract questions really aren't answerable with anything but vague or abstract answers. What is the "object"? In what sense do you "have" it without "detecting" it? Is this simulated or applied? Image processing? Other sensor data?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!