clean array2D.h dependencies
This commit is contained in:
@@ -20,11 +20,12 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "array2D.h"
|
template<typename T> class array2D;
|
||||||
|
|
||||||
namespace rtengine
|
namespace rtengine
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
void guidedFilter(const array2D<float> &guide, const array2D<float> &src, array2D<float> &dst, int r, float epsilon, bool multithread, int subsampling=0);
|
void guidedFilter(const array2D<float> &guide, const array2D<float> &src, array2D<float> &dst, int r, float epsilon, bool multithread, int subsampling=0);
|
||||||
|
|
||||||
} // namespace rtengine
|
} // namespace rtengine
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "array2D.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "curves.h"
|
#include "curves.h"
|
||||||
#include "guidedfilter.h"
|
#include "guidedfilter.h"
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include "improcfun.h"
|
#include "improcfun.h"
|
||||||
|
|
||||||
|
#include "array2D.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "curves.h"
|
#include "curves.h"
|
||||||
#include "gauss.h"
|
#include "gauss.h"
|
||||||
|
@@ -18,7 +18,6 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "array2D.h"
|
|
||||||
#include "iimage.h"
|
#include "iimage.h"
|
||||||
|
|
||||||
class EditDataProvider;
|
class EditDataProvider;
|
||||||
|
Reference in New Issue
Block a user