Shape Detection Using MATLAB

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?

+1
source share
3 answers

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).

+5
source

.

:

  • . .
  • . .

:

  • , (, , , , ). , .
  • (, , )
+2

3D/ "" ? , . , (, ), , (, ).

, , , .

0

Source: https://habr.com/ru/post/1788967/


All Articles