For an assignment we have to read in 2 jpeg images taken from a stereo camera. It says we can use 'a language of our choice' but we have only covered straight C in any detail. We then need to do some calculations on the images to find the epipolar lines amongst other things. Apparently we only have to read the image in and store the data in a 2D array (quite what we store i'm not sure of), then we can do all the calculations on the array.
My question is does anyone know of a guide or something similar which talks about using images in C? I think it may be easier to do in Java or C# for example but I know only the basics of Java and no nothing about any other language.
Thanks for any help.
My question is does anyone know of a guide or something similar which talks about using images in C? I think it may be easier to do in Java or C# for example but I know only the basics of Java and no nothing about any other language.
Thanks for any help.