Changeset 12180 for trunk/FACT++/gui/QCameraWidget.cc
- Timestamp:
- 10/13/11 10:21:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/QCameraWidget.cc
r12133 r12180 422 422 for (int i=0;i<9;i++) 423 423 for (int j=0;j<3;j++) 424 averagePatchColour[j] += pixelsColor[softwareMapping[ patches[fWhitePatch][i]]][j];424 averagePatchColour[j] += pixelsColor[softwareMapping[fWhitePatch*9+i]][j]; 425 425 for (int j=0;j<3;j++) 426 426 averagePatchColour[j] /= 9;
Note:
See TracChangeset
for help on using the changeset viewer.