Image processing ..

Status
Not open for further replies.

prince_20003

Inactive
Contributor
Hi there ...

ANyone has any kind of experience in developing image processing application in VB.NET or any other language...

??

Need some help...
 
in .net, you pretty much can to use System.graphics to make image processing applications

(its just a gdi+ wrapper and very slow, but for learning the concept it pretty much fits)

i also have written a simple image magnifier written in c#, and by looking at it you could see the basics (the code is a bit messy thouh)

http://dl.dropbox.com/u/1484680/TV3X_ver3.zip
 
Hi,

what kind of image processing do you want to do ?

what should be the output of image processing and what kind of transformations you want to apply to image ?

Thanks,

Milind
 
Look into OpenCV , working with OpenCV will take care of most mundane tasks involved in Image Processing.

Handle everything from Face Detection to n number of various transforms.
 
Status
Not open for further replies.