Multi-processor support for image to histogram conversion and comparison (Feature #1528)
Description
Hello there.
In terms of a parallel programming course in my master degree, I have implemented a parallel version of plImage to cvHistogram conversion and comparison.
The speedup I achieved is 6x when you add 8 cpus... This means that if you have 8 cpus it gets 6 times faster to convert two images from plImage* to cvHistogram* and compare them using cvCompareHist() rather than having just one cpu.
I can submit you the source code with more details if you find that interesting.
Many thanks,
Dimos.
History
Updated by Alexander Shishkov almost 13 years ago
Could you provide your code? What parallel framework do you use (OpenMP, TBB, pthreads, WinThreads)?
- Priority changed from Normal to Low
- Assignee changed from Vadim Pisarevsky to dstamat -
Updated by Andrey Kamaev almost 13 years ago
Closing because of inactivity.
Please provide the details if you want this issue to be reopened.
- Status changed from Open to Cancelled
- Target version set to 2.4.1