Image Processing, joining the small images to form the main image
- by n0idea
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 ?