How Object detection?
Afficher commentaires plus anciens
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 commentaires
DGM
le 9 Nov 2022
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?
Aysel Alimirzayeva
le 9 Nov 2022
Réponses (0)
Catégories
En savoir plus sur Pattern Recognition dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!