Changes between Version 9 and Version 10 of RemapFilter
- Timestamp:
- Jun 17, 2016, 12:19:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemapFilter
v9 v10 43 43 44 44 /* Compile with: gcc projection.c -Wall -o project -lm 45 * math.h does not like to be linked directly... 45 * math.h does not like to be linked directly... 46 * Example call: ./project -x front_kodak_sp360_1440_xmap.pgm -y front_kodak_sp360_1440_ymap.pgm -h 1440 -w 1440 -r 1440 -c 1440 -m front --verbose 46 47 */ 47 48
