How to use openCV from mxnet?
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!
Asked: 2017-04-03 02:33:19 -0600
Seen: 346 times
Last updated: Apr 03 '17
what are you trying to do ? from which language ?
i guess, you have to be a bit more concise here.
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.
ah, sure, both intersect using numpy arrays. i guess, you want to take a look at the Hough tutorials , and try a few things