Changeset 34843 for trunk/psModules
- Timestamp:
- Dec 18, 2012, 10:04:00 AM (13 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPABin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20121130/psModules (added) merged: 34838
- Property svn:mergeinfo changed
-
trunk/psModules/src/camera/pmFPABin.c
r34800 r34843 101 101 } 102 102 outImage->data.F32[yOut][xOut] = imageValue; 103 // outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = maskValue; 104 outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = 0; 103 if (0) { 104 outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = maskValue; 105 } else { 106 outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = 0; 107 } 105 108 for (int j = 0; j < Nbits; j++) { 106 109 if (bitcounter[j] > 0.5 * pxlcount) {
Note:
See TracChangeset
for help on using the changeset viewer.
