Merge branch 'dev' into blur-flat-regions
This commit is contained in:
@@ -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
|
||||||
@@ -418,7 +419,6 @@ void ImProcFunctions::PF_correct_RTcam(CieImage * ncie, double radius, int thres
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// CIECAM02 hot/bad pixel filter
|
// CIECAM02 hot/bad pixel filter
|
||||||
void ImProcFunctions::Badpixelscam(CieImage * ncie, double radius, int thresh, int mode, float chrom, bool hotbad)
|
void ImProcFunctions::Badpixelscam(CieImage * ncie, double radius, int thresh, int mode, float chrom, bool hotbad)
|
||||||
|
Reference in New Issue
Block a user