Hello,
Im new to programming with openCV. I gotta do some geometrical transformations on an image, like translation,rotation, scaling, etc... I still dnt know how transformations are done in opencv. I looked in a cv refenrence manual and found a couple of functions many on resizing and rotation. I tried to do resizing on an image but it didnt work. Instead of describing what i did, i attached the file.cpp witch has my code. I think, this is better. The project compiled successfully but when I ran it, it gave null pointer (null array pointer) exception in Function cvGetMat... Please have a look at my code. Tell me your feedback and also tell me if you know were to find more about doing transformations on images on opencv or if you can tell me right away it wil be great. Any help, will be greatly appreciated. Thanks for your support!