HOG for Jetson TX1

I have installed JetPack 3.2 on a Jetson TX1, but cv::cuda::HOG class appears to be missing.

Where can I find CUDA HOG implementation for Jetson TX1?

Hi RDEng,

According to [url]https://docs.nvidia.com/jetpack-l4t/#developertools/mobile/jetpack/l4t/3.2/release_notes.htm[/url] , you may need to build it with cuda support by yourself. See if info in [url]Jetson TX1 - eLinux.org or [url]Jetson TX2 - eLinux.org helps.

Thank you.

CUDA HOG is now successfully running on Jetson TX1 after building OpenCV and updating to CUDA 9.

The following posts were also helpful:

Instructions for building OpenCV

Instructions to update to CUDA 9
https://stackoverflow.com/questions/46584000/cmake-error-variables-are-set-to-notfound

Great! Thanks for sharing.