Image processing in visual studio c++

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 10K views
blackcoffee
Messages
2
Reaction score
0
how can i work with images in visual studio c++? i want to work with .jpg images. So how do i store them and access them?
 
Physics news on Phys.org
You have multiple options. The is the There is the http://msdn.microsoft.com/en-us/library/ee719902(v=VS.85).aspx" .

There is also the .Net WPF (http://msdn.microsoft.com/en-us/library/ms743677.aspx" ), which may be hard to use if you are accustomed to writing native Windows applications.

Some more options are http://msdn.microsoft.com/en-us/library/ms533802(v=VS.85).aspx" .

There also may be third party libraries available.
 
Last edited by a moderator:
thanks people :) are these comparable to working in opencv on images?
 
blackcoffee said:
thanks people :) are these comparable to working in opencv on images?

I did not recall that opencv had jpg file I/O, but if it does, that would work too, especially if you want to do image processing for which I recommend opencv.