how to load image and detect greylevel for each pixel?
-
Hi, I am doing a project doing image processing using C++. But I dont know how to load image (jpg or bmp) into MFC. And I need to make the image into graylevel image. also I need to get the graylevel of each pixel. Someone introduce me VFW, but I still cannot find out how to load image and get information of it... really need your help... Thanks...:sigh: coding, coding, still coding...
-
Hi, I am doing a project doing image processing using C++. But I dont know how to load image (jpg or bmp) into MFC. And I need to make the image into graylevel image. also I need to get the graylevel of each pixel. Someone introduce me VFW, but I still cannot find out how to load image and get information of it... really need your help... Thanks...:sigh: coding, coding, still coding...
-
Hi, I am doing a project doing image processing using C++. But I dont know how to load image (jpg or bmp) into MFC. And I need to make the image into graylevel image. also I need to get the graylevel of each pixel. Someone introduce me VFW, but I still cannot find out how to load image and get information of it... really need your help... Thanks...:sigh: coding, coding, still coding...
-
Hi, I am doing a project doing image processing using C++. But I dont know how to load image (jpg or bmp) into MFC. And I need to make the image into graylevel image. also I need to get the graylevel of each pixel. Someone introduce me VFW, but I still cannot find out how to load image and get information of it... really need your help... Thanks...:sigh: coding, coding, still coding...
If you want to make advanced image processing application; - First use DirectDraw to proceed display images. - Learn .jpeg, .bmp file format - Learn .bmp, .jpeg file compression decompression. ICImageCompress(...) and ICIamgeDecompress(...) defined vfw.h will be helpful