kartik2112 / Silatra

This is the server-side of the SiLaTra System. This system is targetted towards the hearing and speech impaired community that use sign language for communicating with each other. But when they communicate with other people outside this community, there is a communication gap. This system is an attempt towards bridging this gap.
9 stars 7 forks source link

Speed up thresholding using GPU #62

Open kartik2112 opened 6 years ago

kartik2112 commented 6 years ago

Dev Talk Nvidia opencv-gpu-modules-performs-slowly-in-tk1

kartik2112 commented 6 years ago

Consider this one too: NVIDIA Performance Primitives

kartik2112 commented 6 years ago

inRange has not been implemented for opencv CUDA. So cannot speed up that operation. Tried using CUDA GaussianBlur and MorphologyEx operations but is slowing it down