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

Fix crash while input is 1280px wide #6

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Fix crash while input is 1280px wide #6

wants to merge 1 commit into from

Conversation

isgursoy
Copy link

(city.avi) 1280x720: _size_patch[1] becomes zero and reshape in the createHanningMats blows out in release mode because of zero column size.

(city.avi) 1280x720: _size_patch[1] becomes zero and reshape in the createHanningMats blows out in release mode because of zero column size.
@isgursoy
Copy link
Author

isgursoy commented Apr 2, 2017

I tried city.avi in different resolutions and it was crashing only for 1280x720.
I am still reproducing this issue after above change and it looks like input frame size is not related with that.
Need same for _size_patch[1]/Y.

@ysolovyov
Copy link

#22, it is crashing only if width >> height or height >> width

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

Successfully merging this pull request may close these issues.

None yet

2 participants