2018-02-15 18:14:05 -0500 | asked a question | Different results of code language conversion Different results of code language conversion Hello everyone, I'm developing an OMR Application in Java/Android, I get a |
2018-02-14 11:46:58 -0500 | marked best answer | HoughLinesP generates an empty image I'm developing an app wich uses OMR (Optical mark reconize) to read bubblesheets, I'm using the OpenCV API but I'm having some troubbles with HoughLinesP, when I use it that returns an empty image to me. I used the function of Android, Log.e, to see the total, cols and rows of the image before and after the HoughLinesP. My code is a conversion of a C++ code to Java, both uses OpenCV. Before I get the following result:
After I get the following result:
My code: (more) |
2018-02-14 10:49:07 -0500 | commented question | HoughLinesP generates an empty image Thanks, I just translated the code for java and copied the image, I did not pay attention to this detail. I reduced it f |
2018-02-14 08:05:02 -0500 | commented question | HoughLinesP generates an empty image I let just the important part of code for this case. I tried to remove the adaptiveThreshold, no success. The image that |
2018-02-14 08:04:47 -0500 | commented question | HoughLinesP generates an empty image I let just the important part of code for this case. I tryied to remove the adaptiveThreshold, no success. The image tha |
2018-02-14 08:04:26 -0500 | commented question | HoughLinesP generates an empty image I let just the part of code important for this case. I tryied to remove the adaptiveThreshold, no success. The image tha |
2018-02-14 08:04:18 -0500 | commented question | HoughLinesP generates an empty image I just the part of code important for this case. I tryied to remove the adaptiveThreshold, no success. The image that I' |
2018-02-14 07:52:31 -0500 | received badge | ● Editor (source) |
2018-02-14 07:52:31 -0500 | edited question | HoughLinesP generates an empty image HoughLinesP generates an empty image I'm developing an app wich uses OMR (Optical mark reconize) to read bubblesheets, I |
2018-02-14 07:19:03 -0500 | asked a question | HoughLinesP generates an empty image HoughLinesP generates an empty image I'm developing an app wich uses OMR (Optical mark reconize) to read bubblesheets, I |