Ignore:
Timestamp:
10/13/11 10:21:03 (13 years ago)
Author:
tbretz
Message:
Removed the obsolete use of the Trigger-Patches.txt, the fPatchHW and the patches-array in the gui classes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/QCameraWidget.cc

    r12133 r12180  
    422422         for (int i=0;i<9;i++)
    423423             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];
    425425         for (int j=0;j<3;j++)
    426426             averagePatchColour[j] /= 9;
Note: See TracChangeset for help on using the changeset viewer.