add chroma to cbdl

This commit is contained in:
Desmis
2017-10-12 17:46:31 +02:00
parent c62be4dec9
commit baa2d91ee6
16 changed files with 353 additions and 95 deletions

View File

@@ -1034,6 +1034,8 @@ void Crop::update (int todo)
params.locallab.cutpast = true;
}
params.locallab.chromacbdl = parent->chromacbdls[sp];
std::vector<double> cretie;
for (int j = 0; j < parent->sizeretics[sp]; j++) {
@@ -1367,6 +1369,8 @@ void Crop::update (int todo)
}
parent->chromacbdls[sp] = params.locallab.chromacbdl = parent->chromacbdls[0];
std::vector<double> ccret;
for (int j = 0; j < parent->sizeretics[sp]; j++) {