Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Calculation uses width instead of height? #1

@pakdev

Description

@pakdev

According to your article:
image

However, your code divides by width:
Distance1 = 11.5*(img.shape[1]/float(w))

Shouldn't that be:
Distance1 = 11.5*(img.shape[1]/float(h))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions