- Timestamp:
- Jun 6, 2012, 9:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/imphot.c
r31635 r33985 9 9 char bufname[64]; 10 10 float *p; 11 double fx, fy,x, y;11 double x, y; 12 12 Image *image; 13 13 Buffer *buf; … … 58 58 59 59 if (GreyScale && Nsubset) { 60 fx = image[subset[0]].NX / 100;61 fy = image[subset[0]].NY / 200;60 // double fx = image[subset[0]].NX / 100; 61 // double fy = image[subset[0]].NY / 200; 62 62 p = (float *) buf[0].matrix.buffer; 63 63 for (y = 0; y < 200; y+=1.0) {
Note:
See TracChangeset
for help on using the changeset viewer.
