Thanks for the reply Steve.
You are right. That code gave me some build problems.
So I read the image something like:
unsigned char* read_pgm(char *file_name, int *width, int *height);
void write_pgm(char *file_name, char *comment, unsigned char *image,int width,int height)...
Hello all,
I am new to much C++ syntax. I am an avid programmer in other languages. I am trying to develope an application that takes an image and modifies it automatically. But for some reason I can't find an efficient way to read a .pgm image (converting it to an array) and then modifying...
Hello,
I am new to the GNU-Linux world. I have installed on my Linux machine gcc-4.2.4 and I would like to convert back to gcc-4.2.0 beacuse of compatibility problems with compiling S-functions in Matlab. Is there an easy way to do this?
Thanks,
Fe
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.