LAB: Image Detection, Part 2
Warning – this post will be heavy on images, so if you are on a low bandwidth connection, well sucks to be you then.
With a few minor improvements to the code, here we have the Source image:
![]()
Here is the target image’s blobs:
![]()
As you can see, it has found both blobs, and here is the raw output for the blob data:
![]()
They are very similar, only a few pixels out! Now to compare the images somehow…

