Okay got it. Well it has to be (600,100) = the rounded up value which is 43600 So for this case my ACTAUAL highest is 43542, so by simple math it...
What point as in the EXACT (x,y) pixel values on the screen? For the image in the thumbnail, the value of array1[0] is 43542 hence, during the...
Okay thanks i think i know where i went bonkers. my condition was set to i=1 onwards. i have ammended it and now the array1[0] line is there and...
Hi, well is it possible for u to zoom the thumbnail i attached earlier? well seemingly as you can roughly see: my x-axis starts from 0-255 and its...
hi guys im on a project to come up with a histogram equalization but right now i need to display the histogram for now. so far everything i did...
okay thanks :)
okay where do i have to find to display the debugging information? and where can the log file be found at? thanks
sorry, i mean this code: CPen* gOldPen = pDC->SelectObject(&greenPen); //starting of histogram drawing (intensity vs pixel value)...
however, i managed to work on that AFTER coming up with: int highest=0; for (int i=0; i<256; i++) { if (array1[i] > array1[highest]) highest...
okay, i will post it below pls have a look.
oh, okay well i was thinking of this: int highest=0; for (int i=0; i<256; i++) { if (array1[i] > array1[highest]) highest =...
but as for now, i have been given the task to find the highest value in array1[i] ie array1[200]=5000 array1[3]=4003 array[49]=592 so in this...
oh sorry it was a typo. i was in a rush bit today. im still trying to forge an algorithm to determine which intensity value has the most number of...
hi this is the image sorry for mising out on the prev post.
hi, i tried the code u given me and i just got a flat horizontal line like the one attached below. well right now, my supervisor wanted me me to...
Hi! I think i finally got what you meant actually. Okay for image[] it has 262144 values ranging from 0-255. For image256[] it has 65536 values...
Hmm, i tried my best. Oh, is it 0-3? Or perhaps it's 100-200? Thanks for replying
oh, okay understood. the range for the array image[] is 0-262143 (512*512=262144 numbers) and for array image256[] is 0-65535 (256*256=65536...
Hi, when you were saying about range, do you mean the numbr of pixels? or the range of intensity value?
hi, for image[] it should contain 0-262143 and image256[] should have 0-65535. so at ur advise, which set of codes do i need to change? and change...
Separate names with a comma.