Sign in

username:

password:



Not a member?

Search imagedsp



Search tips

Subscribe to imagedsp



imagedsp by Keywords

Error Concealment | JPEG | MPEG-4 | Wavelet | YUV

Discussion Groups

Discussion Groups | Image Signal Processing | Usefull site for image processing in C++

Technical Discussions related to Image Processing (image coding, compression, digital effects, mpeg, etc)

  

Post a new Thread

Usefull site for image processing in C++ - belb...@yahoo.com - Feb 16 7:29:03 2008



Hello everyone,

I am having tough time locating some usefull sites for image processing. I am working on a
project for color image enhancement. I am using currently, Homomorphic filtering and histogram
truncation. All my code is Matlab and I want to write it in visual C++. Any one knows where I
can download C++ functions and classes to build my code. 

Thanks,
Kamel



(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )

Re: Usefull site for image processing in C++ - Anuj Sharma - Apr 9 8:34:07 2008

Hi Kamel,

Since you are developing on C++, I would suggest you to use the ITK (insight toolkit) image
processing library. It is an open-source C++ library for development in the field of image
processing. This library is very rich in content and should be helpful to you.
 
Regards, 

Anuj

----- Original Message ----
From: "b...@yahoo.com" <b...@yahoo.com>
To: i...@yahoogroups.com
Sent: Friday, 15 February, 2008 10:34:09 PM
Subject: [imagedsp] Usefull site for image processing in C++

Hello everyone,

I am having tough time locating some usefull sites for image processing. I am working on a
project for color image enhancement. I am using currently, Homomorphic filtering and histogram
truncation. All my code is Matlab and I want to write it in visual C++. Any one knows where I
can download C++ functions and classes to build my code. 

Thanks,
Kamel

------------------------------------



(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )

Re: Usefull site for image processing in C++ - LinCheng Wang - Apr 9 19:41:51 2008

I would recommend OpenCV (http://opencvlibrary.sourceforge.net/) for image and computer
vision processing.
Regards,
LinCheng

Anuj Sharma <a...@yahoo.com> wrote:                             Hi Kamel,
 
 Since you are developing on C++, I would suggest you to use the ITK (insight toolkit) image
processing library. It is an open-source C++ library for development in the field of image
processing. This library is very rich in content and should be helpful to you.
  
 Regards, 
 
 Anuj
 
 ----- Original Message ----
 From: "b...@yahoo.com" <b...@yahoo.com>
 To: i...@yahoogroups.com
 Sent: Friday, 15 February, 2008 10:34:09 PM
 Subject: [imagedsp] Usefull site for image processing in C++
 
 Hello everyone,
 
 I am having tough time locating some usefull sites for image processing. I am working on a
project for color image enhancement. I am using currently, Homomorphic filtering and histogram
truncation. All my code is Matlab and I want to write it in visual C++. Any one knows where I
can download C++ functions and classes to build my code. 
 
 Thanks,
 Kamel

------------------------------------



(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )

Re: Usefull site for image processing in C++ - "Sudeep. S" - Apr 11 7:03:42 2008

I recommend libCVD as well http://mi.eng.cam.ac.uk/~er258/cvd/
 
Of a silence that speaks out much louder than words....
----- Original Message ----
From: LinCheng Wang <l...@yahoo.com>
To: i...@yahoogroups.com
Sent: Wednesday, April 9, 2008 4:05:53 PM
Subject: Re: [imagedsp] Usefull site for image processing in C++

                I would recommend OpenCV (http://opencvlibrar y.sourceforge. net/) for image
and computer vision processing.
Regards,
LinCheng

Anuj Sharma <anuj_sharma001@ yahoo.com> wrote:                             Hi Kamel,
 
 Since you are developing on C++, I would suggest you to use the ITK (insight toolkit) image
processing library. It is an open-source C++ library for development in the field of image
processing. This library is very rich in content and should be helpful to you.
  
 Regards, 
 
 Anuj
 
 ----- Original Message ----
 From: "belbouk@yahoo. com" <belbouk@yahoo. com>
 To: imagedsp@yahoogroup s.com
 Sent: Friday, 15 February, 2008 10:34:09 PM
 Subject: [imagedsp] Usefull site for image processing in C++
 
 Hello everyone,
 
 I am having tough time locating some usefull sites for image processing. I am working on a
project for color image enhancement. I am using currently, Homomorphic filtering and histogram
truncation. All my code is Matlab and I want to write it in visual C++. Any one knows where I
can download C++ functions and classes to build my code. 
 
 Thanks,
 Kamel

------------------------------------



(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )

Re: Usefull site for image processing in C++ - Anuj Sharma - Apr 16 7:35:08 2008

Hi Bharat,

I haven't used SCILAB and SIVP so I will not comment on them. However, if one has to choose
between C, Matlab and C++ then one should go by the requirements at hand. Matlab is very very
slow compared to both C & C++. But, I would suggest Matlab for a beginnner, as it doesn't
command great programming skills, but, procuring the license can be an issue. Between C &
C++, using C is OK for smaller scale projects, but, if you wish to exploit the capabilities of
object-oriented programming - which you may wish to in a large scale project - then C++ is the
obvious choice.

I will like to say that there is a learning curve for all the three, which in my opinion is
least for Matlab and highest for C++.
 
Regards, 

Anuj

----- Original Message ----
From: Bharat Pathak <b...@hotmail.com>
To: Anuj Sharma <a...@yahoo.com>
Sent: Wednesday, 9 April, 2008 7:13:52 PM
Subject: RE: [imagedsp] Usefull site for image processing in C++
anuj,
 
        this is bharat here.
 
        in the past i have done image processing using matlab 
        and c
 
        i do not know/understand c++, i went through the doc
        of itk but went overhead.
 
        if someone does not want to pay for matlab then scilab
        has sivp toolbox (built using opencv). i found it useful
        but after sometime the speed became pathetic. maybe
        i was running on windows mc. i am yet to try it on linux.
 
rgds
bharat
 
Arithos Designs
www.Arithos.com
 
DSP design consultancy and training company.

To: b...@yahoo.com; i...@yahoogroups.com
From: a...@yahoo.com
Date: Tue, 8 Apr 2008 23:52:51 -0700
Subject: Re: [imagedsp] Usefull site for image processing in C++

Hi Kamel,

Since you are developing on C++, I would suggest you to use the ITK (insight toolkit) image
processing library. It is an open-source C++ library for development in the field of image
processing. This library is very rich in content and should be helpful to you.

Regards, 

Anuj

----- Original Message ----
From: "belbouk@yahoo. com" <belbouk@yahoo. com>
To: imagedsp@yahoogroup s.com
Sent: Friday, 15 February, 2008 10:34:09 PM
Subject: [imagedsp] Usefull site for image processing in C++

Hello everyone,

I am having tough time locating some usefull sites for image processing. I am working on a
project for color image enhancement. I am using currently, Homomorphic filtering and histogram
truncation. All my code is Matlab and I want to write it in visual C++. Any one knows where I
can download C++ functions and classes to build my code. 

Thanks,
Kamel

------------------------------------



(You need to be a member of imagedsp -- send a blank email to imagedsp-subscribe@yahoogroups.com )