This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2EVM5777: C66x/VLIB - Hough transform

Part Number: TDA2EVM5777

Hello,

I am working with VisionSDK 3.06.

I am attempting to port an algorithm that uses the OpenCV HoughLinesP function (https://docs.opencv.org/2.4/modules/imgproc/doc/feature_detection.html?highlight=houghlinesp#houghlinesp) on one of the C66x DSP cores.

Is the VLIB_houghLineFromList function equivalent to the above OpenCV function?

Can I replace the OpenCV function with the VLIB function?

Thank you.