Changeset 541 for abuse/trunk/src/imlib/supmorph.cpp
- Timestamp:
- Apr 24, 2011, 10:33:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/supmorph.cpp
r533 r541 15 15 #include "supmorph.h" 16 16 #include "specs.h" 17 #include "t image.h"17 #include "transimage.h" 18 18 #include "timing.h" 19 19 #include "filter.h" … … 25 25 ((int)(y1)-(int)y2)*((int)(y1)-(int)y2)) 26 26 27 super_morph::super_morph(T Image *hint1, TImage *hint2,27 super_morph::super_morph(TransImage *hint1, TransImage *hint2, 28 28 int aneal_steps, void (*stat_fun)(int)) 29 29 { … … 356 356 int steps=atoi(argv[1]); 357 357 if (steps<2) steps=50; 358 T Image *hh1=new TImage(h1,"hint1"),*hh2=new TImage(h2,"hint2");358 TransImage *hh1=new TransImage(h1,"hint1"),*hh2=new TransImage(h2,"hint2"); 359 359 360 360 time_marker time1;
Note: See TracChangeset
for help on using the changeset viewer.