let b =

let c =

How to do:
find[c,b] that returns the bounding box of c in b?
Notes
- Original
bis not scaled, this is only the case in this post. - (Update: this may actually not be the case.) Because
bcontains an exact copy ofc, this can be thought of as a problem of finding a submatrix in a larger matrix.
Links to original images
Update
Here are the results so far:
Final Result (using Heike's answer)

