Skip to content
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

bug #8

Open
smilethensee opened this issue Jul 2, 2020 · 1 comment
Open

bug #8

smilethensee opened this issue Jul 2, 2020 · 1 comment

Comments

@smilethensee
Copy link

int nextSegment = (int)col.at(next.yjump, next.xjump);
int nextTotalPixels = pixelsInArea[nextSegment-1];

here, when the value nextSegment is 24, the size of pixelsInArea is 14, so erros occured, vector subscript out of range.

@vincent-at
Copy link

We encountered the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants