Preview sometimes goes magenta at >=100% preview when using Ciecam02 and defringe, fixes #5116
This commit is contained in:
parent
3461328a8c
commit
42beee886b
@ -396,6 +396,7 @@ void ImProcFunctions::PF_correct_RTcam(CieImage * ncie, double radius, int thres
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // end of ab channel averaging
|
} // end of ab channel averaging
|
||||||
|
}
|
||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
#pragma omp parallel for
|
#pragma omp parallel for
|
||||||
#endif
|
#endif
|
||||||
@ -417,7 +418,6 @@ void ImProcFunctions::PF_correct_RTcam(CieImage * ncie, double radius, int thres
|
|||||||
ncie->C_p[i][j] = sqrt(SQR(interb) + SQR(intera));
|
ncie->C_p[i][j] = sqrt(SQR(interb) + SQR(intera));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CIECAM02 hot/bad pixel filter
|
// CIECAM02 hot/bad pixel filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user