Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

GPU HOUGH in multithreading applications

Hi guys, well done! OpenCV is fantastic! I say this because i'm working with other image processing library and OpenCV is the top!

But i wonder, why doesn't GPU HoughCircle function support use for GPU Stream?

I'm working on a multithreading Qt project and i need to start more CPU thread on one GPU in order to perform Hough Transformation. But, without stream this is not possible! Is it right!?

Thanks a lot! Have a good job

click to hide/show revision 2
retagged

updated 2013-09-17 01:58:36 -0600

berak gravatar image

GPU HOUGH in multithreading applications

Hi guys, well done! OpenCV is fantastic! I say this because i'm working with other image processing library and OpenCV is the top!

But i wonder, why doesn't GPU HoughCircle function support use for GPU Stream?

I'm working on a multithreading Qt project and i need to start more CPU thread on one GPU in order to perform Hough Transformation. But, without stream this is not possible! Is it right!?

Thanks a lot! Have a good job