PDA

View Full Version : Could Qt integrate the algorithm design by boost generic image library?



stereoMatching
13th April 2012, 15:45
I would like to study the source codes of openCV and reimplement them by
the boost generic image library, I hope the algorithms developed by GIL
could be integrated with Qt seamlessly.

There are many libraries of image processing and I don't need to implement
them again if I only want to develop some app, I would like to do this because
I want to learn something from surveying the source codes of openCV(looks like
this is a well design library) and the generic image library.

I haven't studied GIL yet, anybody who studied GIL could give me some advices?
Thanks a lot.

Thanks a lot

ChrisW67
14th April 2012, 00:55
I would like to study the source codes of openCV
Excellent. Nothing to do with Qt.

and reimplement them by the boost generic image library,
Excellent. Nothing to do with Qt.

I hope the algorithms developed by GIL could be integrated with Qt seamlessly.
If you want to use OpenCV or Boost GIL in a C++ program that also uses the Qt libraries then you can do it right now, nothing special required.

My advice:

Don't reinvent a wheel that does not need reinventing.
Be kind to your mother :)