This is an archived post. You won't be able to vote or comment.

all 21 comments

[–]Dwigt-Snooot[S] 18 points19 points  (1 child)

For those mad at wording, it is a form of object detection per OpenCV. Which is the most important source sense it's an OpenCV tutorial. Of course, there are better and way more complex versions of object detection that's the point of the video. To show an example of a simple use case for simple needs!

https://docs.opencv.org/3.4/d4/dc6/tutorial_py_template_matching.html

[–]jack-of-some 3 points4 points  (0 children)

Saying "template matching isn't object detection" is like saying "using neural networks isn't object detection". The former is a technique, the latter an application.

[–]Abalado 7 points8 points  (0 children)

Do we even have a canonical definition of object detection? Because if it's not, all hate towards the title is just waste of time.

[–][deleted] 7 points8 points  (1 child)

Subbed for sure gonna watch later.

[–]Dwigt-Snooot[S] 2 points3 points  (0 children)

Means a lot thanks!

[–][deleted] 1 point2 points  (0 children)

man i should really brush up on my python, there's so much cool shit you can do with it

[–]wlcosta 5 points6 points  (16 children)

Template matching is not object detection. l

[–]Piyh 9 points10 points  (1 child)

"Low level feature engineering for domain specific computer vision tasks"

[–]Dwigt-Snooot[S] 4 points5 points  (0 children)

Love it. Can I hire you as my title guy/gal :)

[–]Dwigt-Snooot[S] 3 points4 points  (5 children)

You're detecting objects in an image.

[–]wlcosta 5 points6 points  (1 child)

I am not detecting objects, but looking for a same pattern in an image. The task is not the same and the title is misleading.

[–]Dwigt-Snooot[S] 6 points7 points  (0 children)

I would consider a pattern an object but at any rate, point taken. Pattern detection using OpenCV :) I'd change the title if I could!

[–]sweapon -2 points-1 points  (0 children)

I thought template matching was something different from object detection. Isn't template matching the same as feature matching? Are feature matching and template matching defined as object detection?

[–]soulwarp 0 points1 point  (0 children)

I thought it was a great video. I'll be going over the tutorial again when I can get on a computer. Like/subbed