I am working on a project for a car parking system. For this, I would like to detect the presence of a car.
Can someone tell me how can I do this using MATLAB?
Also, what is a car detection algorithm?
There is a whole world of methods for detecting objects in images. You need to know a little about image processing to solve this problem. I suggest you read pattern matching or, more generally, Object Recognition . In particular, to detect a car, if you know that they will be visible from a certain angle (for example, on the head), I would try to detect Viola-Jones which is implemented in OpenCV as a definition of a cascade of haar-based functions . Although OpenCV is not a matlab library, you can probably find something in Matlab's image processing toolkits that do similar work (or an interface in OpenCV).
.
:
3D/ "" ? , . , (, ), , (, ).
, , , .
Source: https://habr.com/ru/post/1788967/More articles:How to change text in JFileChooser? - javaApplet and JSP - jspcompare two images using OpenCV - c ++Enabling AOP interrupts my dependency injection for a factory bean that takes a string - springiostreams slowly. Is there a way to speed them up? - c ++Convert string from code page 1252 to 1250 - javaСинхронизацияObject против Invoke - multithreadingPyQt4: How can I switch the behavior of "Stay On Top"? - pythonHow can I solve NSInternalInconsistencyException ', reason:' + entityForName: error report - iosCustom message in which the key is not in the hash - ruby | fooobar.comAll Articles