Click to See Complete Forum and Search --> : need vc++ code on image processing


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

Andreas Masur
May 27th, 2004, 03:06 AM
[Moved thread]

bpb99
June 1st, 2004, 12:08 AM
Hi,

We have developed a image processing software its available free on the net.

Please browse www.pentagramresearch.com/modlips.htm

mehdi97
December 9th, 2004, 01:17 PM
Hi
you Can Use IPL98 Library OR VisSDK of Microsoft
Also You can Use VFW
for use VFW you can see link
http://www.coding-board.de/board/showthread.php?t=11072

and search in site WWW.Codeproject.com you can find some code
about it.
for example
http://www.codeproject.com/vcpp/gdiplus/GdiPThumbnailsViewer.asp
goodbye.