Re: Need technical help
Posted by
Doug S-3 on
Jun 22, 2011; 7:54am
URL: http://imagej.273.s1.nabble.com/Need-technical-help-tp3684168p3684170.html
On 6/21/2011 7:33 AM, Naresh Muniganti wrote:
> Hi All,I am working on my class project where I need to develop a .Net application which can read an image, extract the attributes of the input image and generate different image resolutions along with the thumbnails. I have come across imageJ plugin in my search. I would like to know if this would be of any help if I am using VS 2010(.Net framework 4.0). If this is possibility please let me know from where I need to download the dlls, which dlls I have to use and any sample code would be greatly appreciated. Please suggest.Thanks in advance.Muniganti.
ImageJ is Java, I don't think it would work well in Visual Studio
I would recommend using OpenCV, an opensource c based imaging package
that can definitely do what you described.
http://opencv.willowgarage.com/wiki/OpenCV works well with .NET assuming you can program in c
Here's installation info:
http://opencv.willowgarage.com/wiki/InstallGuideIf you don't like c++ there are python bindings at
http://code.google.com/p/pyopencv/