Hi all, Im using MFC to create my application and im stuck with the whole 'save as' function. Im stuck with renaming an existing file to...
What i want to know is how do i rename an 'old' file into what the user have typed to be saved as. For example, in my case i automatically...
Hi, i have done with implementing codes for median filter on a 8-bit bitmap image. somehow i get a distorted image, totally distorted.. so this is...
This is my code for bubble sorting: void CLEO_MedivisionView::OnNoiseremovalMedianfilter() { int n=262144; for(int x=0; x<n; x++) { for(int...
Hi, i have read up on median filter and i know it is necessary to arrange the arrays into increasing order. but im not sure how i am suppose to do...
hi, i read up some articles about mean filter and its use-age. however im connfused about it when it comes to coding it. can someone explain to me...
Hi, everyone. I want to know how do i start about doing image segmentation by histogram methods? i have read some articles in places such as wiki...
Hi, this is my code below: void CLEO_MedivisionView::OnToolsHistogramequalization() { int i; unsigned int array1[256]; unsigned...
Hi, im doing histogram equalization on 8-bit images of sizes 512*512 and 256*256.. Here is my code below: void...
hi, im doing histogram equalziation as part of my project.. im done with the displaying of the image's histogram and it was successful (finally)....
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...
hi, im currently on a final year project and im doing hist. equalization for medical images. im progressing pretty alright.. so far, i have came...
Separate names with a comma.