Skip to content Skip to sidebar Skip to footer

Structured Edge Detection

I'm trying to implement SED from OpenCV to android but I'm running into an error. So this is the code I'm using and it requires a model file (trained model to detect edges) which i

Solution 1:

I solved this problem by making a copy of the model from the asset folder to the phone storage and reading it from there.


Post a Comment for "Structured Edge Detection"