Skip to content

All pre-defined libraries and functions in OpenCV are c-codes which get executed serially. These frameworks are available for CUDA as well, but the limitation with using CUDA is the NVIDIA graphics card which obviously is not available with everyone! With the advent of a stable version of OPENMP in late 2015, it made parallel processing easier a…

Notifications You must be signed in to change notification settings

rajanjitenpatel/Face_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engineering Project#

Face_detection

All pre-defined libraries and functions in OpenCV are c-codes which get executed serially. These frameworks are available for CUDA as well, but the limitation with using CUDA is the NVIDIA graphics card which obviously is not available with everyone! With the advent of a stable version of OPENMP in late 2015, it made parallel processing easier and increased its reach amongst developers. OPENMP gained popularity owing to its portability and mainly because it could perform parallel processing on normal computers having multiple cores. In my research at kalp systems, I have implemented the face detection algorithm and parallelized it using OPENMP. For detail information please view presentation.ppsx file.

About

All pre-defined libraries and functions in OpenCV are c-codes which get executed serially. These frameworks are available for CUDA as well, but the limitation with using CUDA is the NVIDIA graphics card which obviously is not available with everyone! With the advent of a stable version of OPENMP in late 2015, it made parallel processing easier a…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published