Discussion:
How to detect cars on the image?
Alexandr Pischanskyy
2015-06-05 14:10:49 UTC
Permalink
Hello!

I am looking for a solution for my problem. I have an image (see
attachment), on which I want to detect all the cars. I tried to follow this
http://pythonvision.org/basic-tutorial/ but it seams that it is not
suitable for my case, see some results in the attachment. I could not find
any suitable example, and I do not have enough knowledge of the topic to be
able to find solution myself. I can guess that I need some technique for
shape detection but I cannot perform it directly.

Please help me with the procedure. It would be nice to have some
step-by-step instruction on how to solve the problem.

Thank you.
Regards,
Alexandr
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jean-Patrick Pommier
2015-06-09 17:26:36 UTC
Permalink
there's dedicaced things to detect cars in opencv
https://pythonspot.com/car-tracking-with-cascades/ may be suited for your
images
Post by Alexandr Pischanskyy
Hello!
I am looking for a solution for my problem. I have an image (see
attachment), on which I want to detect all the cars. I tried to follow this
http://pythonvision.org/basic-tutorial/ but it seams that it is not
suitable for my case, see some results in the attachment. I could not find
any suitable example, and I do not have enough knowledge of the topic to be
able to find solution myself. I can guess that I need some technique for
shape detection but I cannot perform it directly.
Please help me with the procedure. It would be nice to have some
step-by-step instruction on how to solve the problem.
Thank you.
Regards,
Alexandr
--
You received this message because you are subscribed to the Google Groups
"pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
http://dip4fish.blogspot.fr/
Dedicated to Digital Image Processing for FISH, QFISH and other things
about the telomeres.
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alexandr Pischanskyy
2015-06-10 06:06:09 UTC
Permalink
Thank you for the information. It seams rather interesting approach. I will
check it out.
Post by Jean-Patrick Pommier
there's dedicaced things to detect cars in opencv
https://pythonspot.com/car-tracking-with-cascades/ may be suited for your
images
Post by Alexandr Pischanskyy
Hello!
I am looking for a solution for my problem. I have an image (see
attachment), on which I want to detect all the cars. I tried to follow this
http://pythonvision.org/basic-tutorial/ but it seams that it is not
suitable for my case, see some results in the attachment. I could not find
any suitable example, and I do not have enough knowledge of the topic to be
able to find solution myself. I can guess that I need some technique for
shape detection but I cannot perform it directly.
Please help me with the procedure. It would be nice to have some
step-by-step instruction on how to solve the problem.
Thank you.
Regards,
Alexandr
--
You received this message because you are subscribed to the Google Groups
"pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
http://dip4fish.blogspot.fr/
Dedicated to Digital Image Processing for FISH, QFISH and other things
about the telomeres.
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...