pic2map icon indicating copy to clipboard operation
pic2map copied to clipboard

ortho.py:420,421 imXLine and imYline

Open apiszcz opened this issue 5 years ago • 0 comments

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]))

apiszcz avatar Oct 04 '19 13:10 apiszcz