Changeset 27725 for trunk/ppStack/src/ppStackSources.c
- Timestamp:
- Apr 22, 2010, 10:49:36 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackSources.c
r27447 r27725 230 230 sources = sourceLists->data[i]; 231 231 } 232 options->quality = PPSTACK_ERR_REJECTED; 232 233 options->sources = psMemIncrRefCounter(sources); 233 psLogMsg("ppStack", PS_LOG_WARN, "Single image with sources --- no need to match transparency."); 234 options->norm = psVectorAlloc(num, PS_TYPE_F32); 235 psVectorInit(options->norm, 1.0); 236 options->zp = NAN; 237 psLogMsg("ppStack", PS_LOG_WARN, "Single image with sources --- cannot match transparency."); 234 238 psFree(zp); 235 239 psFree(zpExp);
Note:
See TracChangeset
for help on using the changeset viewer.
