How to use openCV from mxnet?

asked 2017-04-03 02:33:19 -0600

Hi! I am completely newbie in CV. Please, give some links on how to use openCV from mxnet (i need Hough Transform, by the way) Thank you!

edit retag flag offensive close merge delete

Comments

what are you trying to do ? from which language ?

i guess, you have to be a bit more concise here.

berak gravatar imageberak ( 2017-04-03 02:51:11 -0600 )edit

I'm going to use python. I have a task that could be solved by Hough Transform. But I was said that we could use only mxnet or tensorflow in production. That's why i'm interested how to call openCv's methods (Hough Transform for example) from mxnet.

dimaxano gravatar imagedimaxano ( 2017-04-03 17:13:54 -0600 )edit

ah, sure, both intersect using numpy arrays. i guess, you want to take a look at the Hough tutorials , and try a few things

berak gravatar imageberak ( 2017-04-03 19:03:14 -0600 )edit