I wrote my own template matching software in c# without any external image processing libraries. Works quite well if you don't mind waiting minutes for a result when processing large images.
@svetoslavchilingirov3858Ай бұрын
ok
@whlau6191 Жыл бұрын
Thanks a lot for your amazing sharing! If my target(s) in the source image may have different orientation, slightly different scale, slight variation in xy ratio, and mild alteration in intensity compared with my “template”. Could you suggest my direction of python coding or modification of your code? Thanks a lot!!
@caiyu5383 жыл бұрын
I follow up your series, The more I read, the more I realized them excellent tutorials
@saikiriti27162 жыл бұрын
How can we give 2 different images as templates to match with large image, whether those 2 image templates are there or not?
@TheSoonAnn6 ай бұрын
very interesting. clear explanation too
@ruslansobr2 жыл бұрын
Thanks. Can opencv recognize rotated images?
@ajarivas72 Жыл бұрын
Great question
@ausialfrai33353 жыл бұрын
Thank you Sreeni😊
@pravinthakur310 Жыл бұрын
Line 86 is not visible properly...at the last within int() we cannot see...so please show what is written there
@Andrey439153 жыл бұрын
Now you never need to wonder where's Wally is.
@alanjohnstone87662 жыл бұрын
It seems to me that the size of the difference will also depend on the size of the template so smaller templates will have smaller differences for the same amount of disparity. I thing you need to “normalise” by the area.
@mohammadrajabi31523 жыл бұрын
Thanks. Could you please make a video about semantic segmentation with json file 🤟🏽 It would be very helpful 🌹