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
Usefull site for image processing in C++
Started by ●February 16, 2008
Reply by ●April 9, 20082008-04-09
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"
To: i...
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
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"
To: i...
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
Reply by ●April 9, 20082008-04-09
I would recommend OpenCV (http://opencvlibrary.sourceforge.net/) for image and
computer vision processing.
Regards,
LinCheng
Anuj Sharma 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"
To: i...
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
Regards,
LinCheng
Anuj Sharma 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"
To: i...
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
Reply by ●April 11, 20082008-04-11
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
To: i...
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 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"
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
Of a silence that speaks out much louder than words....
----- Original Message ----
From: LinCheng Wang
To: i...
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 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"
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
Reply by ●April 16, 20082008-04-16
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
To: Anuj Sharma
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...
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"
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
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
To: Anuj Sharma
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...
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"
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