~ubuntu-branches/ubuntu/vivid/luminance-hdr/vivid-proposed

« back to all changes in this revision

Viewing changes to src/TonemappingOperators/durand02/bilateral.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2012-11-03 09:09:25 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121103090925-6b12x4a4cpqd3u4q
Tags: 2.3.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 */
30
30
 
31
31
 
32
 
#ifndef _bilateral_h_
33
 
#define _bilateral_h_
34
 
 
35
 
#include "Common/progressHelper.h"
36
 
#include "Libpfs/array2d.h"
 
32
#ifndef BILATERAL_H
 
33
#define BILATERAL_H
 
34
 
 
35
// forward declaration
 
36
class ProgressHelper;
 
37
 
 
38
namespace pfs {
 
39
    class Array2D;
 
40
}
37
41
 
38
42
/**
39
43
 * @brief Bilateral filtering