added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
This commit is contained in:
@@ -127,6 +127,14 @@ Mat readImageType(const std::string& fname, int type)
|
||||
return src;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Image dumping
|
||||
|
||||
void dumpImage(const std::string& fileName, const cv::Mat& image)
|
||||
{
|
||||
cv::imwrite(TS::ptr()->get_data_path() + fileName, image);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Gpu devices
|
||||
|
||||
|
Reference in New Issue
Block a user