Image Processing, joining the small images to form the main image
Posted
by
n0idea
on Stack Overflow
See other posts from Stack Overflow
or by n0idea
Published on 2012-03-29T17:09:44Z
Indexed on
2012/03/29
17:29 UTC
Read the original article
Hit count: 292
Good morning everyone,
Actually I'm having a small issue in image processing and I'm in need of some help. First of all, let me explain what i want to do, i have an image that was split into 4 other small images. I currently have like 6 small images that i need to figure out which ones are part of the real image. Second, what i currently know is that that i should compare these images edges or last column with the first column of the other image.
I'm not sure yet what exactly should be done, anyone is able to put me on the same tracks, with some detailed hints and how to compare the edges of 2 images.
Some links and example codes will be help full.
One more thing, how am i able to read .Raw images using java, c# or python ?
© Stack Overflow or respective owner