Ask Your Question

charara's profile - activity

2018-05-25 08:48:55 -0600 received badge  Supporter (source)
2018-04-20 01:59:00 -0600 received badge  Enthusiast
2018-04-20 01:59:00 -0600 received badge  Enthusiast
2018-04-10 09:54:11 -0600 received badge  Student (source)
2018-04-10 09:27:31 -0600 edited question StructuredEdgeDetection - detectEdges method - Android

StructuredEdgeDetection - detectEdges method - Android Hi everyone, I managed until now with help of the forum to insta

2018-04-10 09:25:36 -0600 commented question StructuredEdgeDetection - detectEdges method - Android

Thank you ! it worked !! and sorry I can't up vote your answers since I have enough points ! I'll update my post with th

2018-04-10 08:45:23 -0600 commented question StructuredEdgeDetection - detectEdges method - Android

Ok ! i replaced the src with the line code you gave me !! and I didn't get the error. That means probably it worked. But

2018-04-10 08:23:14 -0600 commented question StructuredEdgeDetection - detectEdges method - Android

I tried it with CV_8UC4 and it didn't work too. I still have the same error. I have OpenCV 3.3.1 and I got it from here

2018-04-10 07:59:06 -0600 commented question StructuredEdgeDetection - detectEdges method - Android

The bitmap is a photo taken directly from the phone camera. After resizing it and I feed it to the method I created abov

2018-04-10 07:58:35 -0600 commented question StructuredEdgeDetection - detectEdges method - Android

The bitmap is a photo taken directly from the phone camera. After resizing it and I feed it to the method I created abov

2018-04-10 07:54:58 -0600 received badge  Editor (source)
2018-04-10 07:54:58 -0600 edited question StructuredEdgeDetection - detectEdges method - Android

StructuredEdgeDetection - detectEdges method - Android Hi everyone, I managed until now with help of the forum to insta

2018-04-10 07:20:05 -0600 asked a question StructuredEdgeDetection - detectEdges method - Android

StructuredEdgeDetection - detectEdges method - Android Hi everyone, I managed until now with help of the forum to insta

2018-04-10 04:39:52 -0600 commented question Loading the SED model in android

Thank you again for the information, the documentation you linked is for c++ ! since I'm working with java I should cons

2018-04-10 04:06:29 -0600 commented question Loading the SED model in android

@berak thank you for the tip !! I managed to call the model correctly , but now I'm having a new error : Caused by: C

2018-04-09 08:40:05 -0600 commented question Structured Edge Detection android

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

2018-04-09 08:38:43 -0600 asked a question Loading the SED model in android

Loading the SED model in android Hi everyone , I used this code to implement an Structured Edge Detection model in andr

2018-04-09 08:32:25 -0600 commented question Structured Edge Detection android

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

2018-04-09 06:16:16 -0600 asked a question Structured Edge Detection android

Structured Edge Detection android Hi everyone, I'm trying to implement the Structured Edge Detection in my android app