Oct 4, 2006 #1 A apo Newbie level 2 Joined Oct 4, 2006 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,291 i'm new in C/C++ programing...so i need to knw how can import the grey scale image from C..i need to do the histogram equalization from that image in C
i'm new in C/C++ programing...so i need to knw how can import the grey scale image from C..i need to do the histogram equalization from that image in C
Oct 4, 2006 #2 mehboob_iiui Full Member level 2 Joined May 20, 2006 Messages 132 Helped 8 Reputation 16 Reaction score 1 Trophy points 1,298 Location Rawalpindi - Pakistan Activity points 2,013 you can import any image using loadpicture api, then i suppose I would run a loop and access individual pixels : there must be a better way
you can import any image using loadpicture api, then i suppose I would run a loop and access individual pixels : there must be a better way
Oct 7, 2006 #3 A apo Newbie level 2 Joined Oct 4, 2006 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 1,291 would u give a example coding hw to import the image...i'm still blur