How to add openMP changes openCV source (eg. DetectMultiscale function))
I have read some research papers (https://ieeexplore.ieee.org/document/... , ) wherein they added changes to OpenCV functions (DetectMultiscale, DetectSinglescale) to achieve execution time speedup. How to achieve this? Help will be highly appreciable.