sonali_dp
May 27th, 2004, 02:08 AM
Hello!
This is Sonali here.I'm working on an image processing project and i need help desperately.
The algorithm is :
The user opens an image and performs edge enhancement on it and then both these images are stored in two different arrays.Then from each array each pixel is read a computation is done like a+Kb where K is provided by user.These values are then compared against a Max and a Min which are again assumed earlier by programmer.When all the pixel values are compared to see if it fits within the Max and the Min then the actual values of Max and Min can be ascertained.These pixel values are stored in a third array.Then from this array i need to read each pixel and compute ((x-Max)/(Max-Min))*255 and then display the image.
I've really very less time now that i've to submit my project.
Please help me.
Sonali
This is Sonali here.I'm working on an image processing project and i need help desperately.
The algorithm is :
The user opens an image and performs edge enhancement on it and then both these images are stored in two different arrays.Then from each array each pixel is read a computation is done like a+Kb where K is provided by user.These values are then compared against a Max and a Min which are again assumed earlier by programmer.When all the pixel values are compared to see if it fits within the Max and the Min then the actual values of Max and Min can be ascertained.These pixel values are stored in a third array.Then from this array i need to read each pixel and compute ((x-Max)/(Max-Min))*255 and then display the image.
I've really very less time now that i've to submit my project.
Please help me.
Sonali