- Timestamp:
- Apr 26, 2013, 9:07:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpMatchRange.c
r21323 r35434 98 98 99 99 // demo forward and backward transformation 100 # if ( 0)100 # if (1) 101 101 srcPix->x = *minX; 102 102 srcPix->y = *minY; … … 115 115 psPlaneTransformApply (srcFP, fpaSrc->fromTPA, srcTP); 116 116 psPlaneTransformApply (srcPix, chipSrc->fromFPA, srcFP); 117 fprintf (stderr, "-> %f,%f ", srcPix->x, srcPix->y);117 fprintf (stderr, "-> %f,%f\n", srcPix->x, srcPix->y); 118 118 # endif 119 119
Note:
See TracChangeset
for help on using the changeset viewer.
