Skip to content

Fix image index out of range error#2

Open
dupeljan wants to merge 1 commit intofranciscouzo:masterfrom
dupeljan:master
Open

Fix image index out of range error#2
dupeljan wants to merge 1 commit intofranciscouzo:masterfrom
dupeljan:master

Conversation

@dupeljan
Copy link
Copy Markdown

Sometimes it's go out of range, so with this it work correctly

@tomaz-suller
Copy link
Copy Markdown

It'd add another dependency, but I adapted this code to use Numpy to check if the motive overlaps with the image. In my code, I called the motive draw_over_image, but I think it's more straightforward and easier to understand.

draw_over_image_np = np.asarray(Image.open(DRAW_OVER_IMAGE_PATH))
def point_inside_draw_over_image(x, y):
    return np.any(draw_over_image_np[int(y)][int(x)] != 0)

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.

2 participants