Changeset 237 in Sophya for trunk/SophyaLib/NTools/imageop.cc
- Timestamp:
- Apr 15, 1999, 12:35:40 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/imageop.cc
r220 r237 1147 1147 CleanImages(5, tir4); 1148 1148 1149 FondLocal(iu2, (float)50., (float)50., (float)5., (float)7., (float)0.5, (float)0.9, 0);1150 FondLocal(ii2, (float)50., (float)50., (float)5., (float)7., (float)0.5, (float)0.9, 0);1151 FondLocal(ii4, (float)50., (float)50., (float)5., (float)7., (float)0.5, (float)0.9, 0);1152 FondLocal(ir4, (float)50., (float)50., (float)5., (float)7., (float)0.5, (float)0.9, 0);1153 1149 1154 1150 FilterImage(&iu2, &xiu2, &matx); … … 1195 1191 #pragma define_template CleanImages<r_4> 1196 1192 1197 #pragma define_template FondLocal<uint_2>1198 #pragma define_template FondLocal<int_2>1199 #pragma define_template FondLocal<int_4>1200 #pragma define_template FondLocal<r_4>1201 1193 1202 1194 #pragma define_template FilterImage<uint_2> … … 1236 1228 template void CleanImages< r_4>(int, Image< r_4>**, double, double, double); 1237 1229 1238 template float FondLocal<uint_2>( Image<uint_2> const & image ,float xcentre ,1239 float ycentre , float rayon1 ,float rayon2 ,1240 float fraclow ,float frachigh , int lp) ;1241 template float FondLocal< int_2>( Image<int_2> const & image ,float xcentre ,1242 float ycentre , float rayon1 , float rayon2 ,1243 float fraclow ,float frachigh , int lp) ;1244 template float FondLocal< int_4>( Image<int_4> const & image ,float xcentre ,1245 float ycentre , float rayon1 , float rayon2 ,1246 float fraclow ,float frachigh , int lp) ;1247 template float FondLocal<r_4>( Image<r_4> const & image ,float xcentre ,1248 float ycentre , float rayon1 , float rayon2 ,1249 float fraclow ,float frachigh , int lp) ;1250 1230 1251 1231 template Image<uint_2>* FilterImage<uint_2>(Image<uint_2> const *, Image<uint_2>*, ImageR4 *); … … 1285 1265 template void CleanImages(int, Image< r_4>**, double, double, double); 1286 1266 1287 template float FondLocal( Image<uint_2> const & image ,float xcentre ,1288 float ycentre , float rayon1 ,float rayon2 ,1289 float fraclow ,float frachigh , int lp) ;1290 template float FondLocal( Image<int_2> const & image ,float xcentre ,1291 float ycentre , float rayon1 , float rayon2 ,1292 float fraclow ,float frachigh , int lp) ;1293 template float FondLocal( Image<int_4> const & image ,float xcentre ,1294 float ycentre , float rayon1 , float rayon2 ,1295 float fraclow ,float frachigh , int lp) ;1296 template float FondLocal( Image<r_4> const & image ,float xcentre ,1297 float ycentre , float rayon1 , float rayon2 ,1298 float fraclow ,float frachigh , int lp) ;1299 1267 1300 1268 template Image<uint_2>* FilterImage(Image<uint_2> const *, Image<uint_2>*, ImageR4 *);
Note:
See TracChangeset
for help on using the changeset viewer.