Structured Edge Detection android [closed]
Hi everyone,
I'm trying to implement the Structured Edge Detection in my android application using this model . But I can't manage to find any documentation about how the implementation goes.
I'm using opencv 3 and I looked into the documentation of opencv and I found a class named StructuredEdgeDetection under this link.
But I can't seem to find it or the ximgproc library. I saw couple of threads talking about opencv + extra modules. Can anyone please guide through how I can solve this problem or provide me with a link that can helps ?
Any help is appreciated.
read this post : you will need opencv_contrib and example is here
Thank you for the links. I managed to install opencv_contrib and I ran to a similar problem of this post ! I'm going to open a new thread about it. here is a link to the new thread ! if you can help.