Fixed some bugs in Noise Reduction, Issue 2557 #254

This commit is contained in:
Ingo
2015-02-05 01:08:43 +01:00
parent b05fa5d6a1
commit 9e3ea2924c
2 changed files with 44 additions and 27 deletions

View File

@@ -519,9 +519,10 @@ namespace rtengine {
int rowstride; // Plan size, in bytes (all padding bytes included)
int planestride; // Row length, in bytes (padding bytes included)
public:
protected:
T* data;
public:
PlanarPtr<T> r;
PlanarPtr<T> g;
PlanarPtr<T> b;