Connecting Tech Pros Worldwide Help | Site Map

image manupulation in c++

  #1  
Old June 27th, 2008, 05:38 PM
mohi
Guest
 
Posts: n/a
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????

thats all what is required
all help is appreciated
mohan
  #2  
Old June 27th, 2008, 05:38 PM
Juha Nieminen
Guest
 
Posts: n/a

re: image manupulation in c++


mohi wrote:
Quote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????
Have you tried google? Try with: c++ image library
  #3  
Old June 27th, 2008, 05:38 PM
mohi
Guest
 
Posts: n/a

re: image manupulation in c++


On Apr 22, 2:58 pm, Juha Nieminen <nos...@thanks.invalidwrote:
Quote:
mohi wrote:
Quote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????
>
Have you tried google? Try with: c++ image library
i tried a lot to google this but wassnt able to get satisfactory
result ,,,i m posting this message at this place tird time ,,i search
of a better answer ..
can anyone pls help
  #4  
Old June 27th, 2008, 05:38 PM
divya_rathore_@gmail.com
Guest
 
Posts: n/a

re: image manupulation in c++


On Apr 22, 2:49 pm, mohi <mohangupt...@gmail.comwrote:
Quote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????
>
thats all what is required
all help is appreciated
mohan
If you are working on windows + Microsoft Visual Studio, Image
Apprentice could be a choice:
www.adislindia.com/pdts.html
Alternately: http://home.iitk.ac.in/~rksr/adisl.html

It has a Plugin Developer Network as well:
http://www.adislindia.com/login/pluginlinks.php

hope that helps,
Divya Rathore
  #5  
Old June 27th, 2008, 05:38 PM
SomeBody
Guest
 
Posts: n/a

re: image manupulation in c++


On Apr 22, 5:49 am, mohi <mohangupt...@gmail.comwrote:
Quote:
hello every one ,
can anyone please help me ,,actually i want to load an image in c++
i.e i want to get the digital signature(a file which contains the
pixel values of the image ) . i know that these features are not
provided ny stardard c++ library but can anyone please suggest some
third party sources ????
>
thats all what is required
all help is appreciated
mohan
Hi Mohan.
What you need is a vision library. You can use the OpenCV (i.e.:Open
Computer Vision Library) if you need to do serious works on image.
ref http://www.intel.com/technology/comp...encv/index.htm This
library have C++ API.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
GC memory pressure problem in using unmanaged components =?Utf-8?B?Tm9tYW4gQWxp?= answers 2 January 21st, 2008 06:05 AM