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...
can u please a little further? thanks
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 thanks for replying. I managed to have the mean values now. AQctually i solved the stack overflow issue by doing 2 things: first i changed my...
okay it settled the stack overflow problem. so coming back to the MAIN issue. looking at this codeline: for (i=2; i<262144-2; i++) {...
ok thanks what is this for in your reply? : arr[1]=27;
so can i declare as 'long' instead? im not too sure about malloc..
Separate names with a comma.