Code cleanups

on behalf of Lebedev, see issue 1332
This commit is contained in:
Oliver Duis
2012-04-22 10:44:51 +02:00
parent 0dec768a2b
commit 29dc72e26c
105 changed files with 539 additions and 690 deletions

View File

@@ -90,7 +90,7 @@ public:
~RawImage();
int loadRaw (bool loadData=true, bool closeFile=true);
int get_colorsCoeff( float *pre_mul, float *scale_mul, float *cblack );
void get_colorsCoeff( float* pre_mul_, float* scale_mul_, float* cblack_ );
void set_prefilters(){
if (isBayer() && get_colors() == 3) {
prefilters = filters;