Cppcheck: Solve issues related to copy constructor
This commit is contained in:
@@ -1647,7 +1647,7 @@ void ImProcFunctions::EPDToneMapResid(float * WavCoeffs_L0, unsigned int Iterat
|
||||
float sca = params->epd.scale;
|
||||
float gamm = params->wavelet.gamma;
|
||||
float rew = params->epd.reweightingIterates;
|
||||
EdgePreservingDecomposition epd2 = EdgePreservingDecomposition(W_L, H_L);
|
||||
EdgePreservingDecomposition epd2(W_L, H_L);
|
||||
cp.TMmeth = 2; //default after testing
|
||||
|
||||
if(cp.TMmeth == 1) {
|
||||
|
||||
Reference in New Issue
Block a user