diff options
| author | root <root@dino.fm> | 2018-06-01 07:43:15 -0400 |
|---|---|---|
| committer | root <root@dino.fm> | 2018-06-01 07:43:15 -0400 |
| commit | 91948ccf90e5646ba630fafd631e95840bec9cf7 (patch) | |
| tree | d951692dc15a45e35bdbf80489d8020222a153c4 /bin/3Drotate | |
| parent | 89bf3f22da292969d48ed9cd7481afb023e8ba45 (diff) | |
| parent | abff780ddb60a5218c3a463a7e257024e02476a2 (diff) | |
Merge branch 'master' of ghghgh.us:photoblaster/photoblaster
Diffstat (limited to 'bin/3Drotate')
| -rwxr-xr-x | bin/3Drotate | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/bin/3Drotate b/bin/3Drotate index 227b92d..55b50e6 100755 --- a/bin/3Drotate +++ b/bin/3Drotate @@ -757,45 +757,6 @@ v4=$vv #u5=$uu #v5=$vv -# unused -: ' -# Now invert P to get Q for the inverse perspective transformation -# Use the Method of the Adjoint Matrix = transpose of matrix of cofactors divided by the determinant -# M3inverse $P00 $P01 $P02 $P10 $P11 $P12 $P20 $P21 $P22 -# -# project output corners to input domain -# UL -#echo "UL 0,0" -#u=$u1 -#v=$v1 -#echo "u,v=$u,$v" -#inverseProject $u $v -#echo "i,j=$ii,$jj" -#echo "UR 255,0" -#u=$u2 -#v=$v2 -#echo "u,v=$u,$v" -#inverseProject $u $v -#echo "i,j=$ii,$jj" -#echo "BR 255,255" -#u=$u3 -#v=$v3 -#echo "u,v=$u,$v" -#inverseProject $u $v -#echo "i,j=$ii,$jj" -#echo "BL 0,255" -#u=$u4 -#v=$v4 -#echo "u,v=$u,$v" -#inverseProject $u $v -#echo "i,j=$ii,$jj" -#echo "C 127.5,127.5" -#u=$u5 -#v=$v5 -#echo "u,v=$u,$v" -#inverseProject $u $v -#echo "i,j=$ii,$jj" -' # deal with adjustments for auto settings # first get the bounding box dimensions |
