Skip to main content
2 of 2
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/

As a footnote: I remember my problems with ImageAlign before were caused by the fact that the images were simply too small. So if we make them bigger, it should work better.

bin = Binarize[ ImageAlign[ImageResize[all, Scaled[2]], ImageResize[part, Scaled[2]]]] 

where 'all' and 'part' are the two images.

imagealign

and it seems to work.

First[Position[ImageData[bin], 1]] 

returns row and column:

{187, 175} 
cormullion
  • 24.4k
  • 5
  • 65
  • 139