Skip to content

ortho.py:420,421 imXLine and imYline #17

@apiszcz

Description

@apiszcz

I'm guessing this is correct, however does it always ?assumes? Y is less than X?
It appears that X (imX.shape) is the dimension used for both lines.

        #Create an array with the matrix of coordinates
        imXLine = imX.reshape((1, imX.shape[0]*imX.shape[1]))
        imYLine = imY.reshape((1, imX.shape[0]*imX.shape[1]))

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