-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory error #4
Comments
@ArsenLuca , |
@frotms |
@frotms |
@frotms
edLineVec_[ZERO]->lines_.sId has a size of 40, while lineIDInScaled is 39. So edLineVec_[ZERO]->lines_.sId[lineIDInScaled + 1] is out of range. |
I'll try later @ArsenLuca |
@frotms while in: |
@frotms |
When I use the following image as input, the algorithm meets with a memory error in function
int EDLineDetector::EDline(image_int8u_p image, LineChains &lines, bool smoothed)
It seems to be a memory out of range error.
@frotms Could you please have a try and resolve the problem?
The text was updated successfully, but these errors were encountered: