STIRA
0.1
|
class to compare effects of sharpening and filtering using joint histograms of gradients Reference: "A new measure for the effect of sharpening and smoothing filters on images", J. Dijk, D. de Ridder, P.W. Verbeek, J. Walraven, I.T. Young, and L.J. van Vliet in: B.K. Ersboll, P. Johansen (eds.), SCIA'99, Proc. 11th Scandinavian Conference on Image Analysis (Kangerlussuaq, Greenland, June 7-11), Pattern Recognition Society of Denmark, Lyngby, 1999, 213-220. WORK IN PROGRESS More...
#include <CompareSmoothSharpDijk.h>
Public Member Functions | |
CompareSmoothSharpDijk (Image *pImage1, Image *pImage2, std::string name) | |
constructor More... | |
~CompareSmoothSharpDijk () | |
destructor | |
bool | Run () |
run method | |
class to compare effects of sharpening and filtering using joint histograms of gradients Reference: "A new measure for the effect of sharpening and smoothing filters on images", J. Dijk, D. de Ridder, P.W. Verbeek, J. Walraven, I.T. Young, and L.J. van Vliet in: B.K. Ersboll, P. Johansen (eds.), SCIA'99, Proc. 11th Scandinavian Conference on Image Analysis (Kangerlussuaq, Greenland, June 7-11), Pattern Recognition Society of Denmark, Lyngby, 1999, 213-220. WORK IN PROGRESS
stira::degradationestimation::CompareSmoothSharpDijk::CompareSmoothSharpDijk | ( | Image * | pImage1, |
Image * | pImage2, | ||
std::string | name | ||
) |
constructor
pImage1 | first image to compare |
pImage2 | second image to compare |
name | identifier for identifier of comparison |
References stira::imagedata::Image::GetHeight(), and stira::imagedata::Image::GetWidth().