Igv and LMMSE demosaicing for noisy images see issue1741

This commit is contained in:
jdc
2013-03-10 09:39:26 +01:00
parent ab97db2862
commit edeae689a6
18 changed files with 894 additions and 160 deletions

View File

@@ -37,6 +37,7 @@
#endif
#include "rt_math.h"
#include "rawimagesource.h"
@@ -45,7 +46,7 @@
//#include "RGBdefringe.cc"
//namespace rtengine {
namespace rtengine {
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -698,5 +699,5 @@ void RawImageSource :: HLRecovery_inpaint (float** red, float** green, float** b
}
*/
//}
}