Commit 6294701e authored by Nianchen Deng's avatar Nianchen Deng
Browse files

sync

parent 2824f796
#pragma once
#include "../utils/common.h"
class Enhancement
{
public:
Enhancement(glm::uvec2 res, glm::vec2 params);
void run(sptr<CudaArray<glm::vec4>> imageData);
private:
glm::uvec2 _res;
glm::vec2 _params;
sptr<CudaArray<glm::vec4>> _boxFiltered;
};
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment