|
||
Website deprecated and outdated. Click here for the new site. | ||
Dr.-Ing. Chris SchwemmerAlumnus of the Pattern Recognition Lab of the Friedrich-Alexander-Universität Erlangen-NürnbergSoftwareOn this page, you can find implementations of various published algorithms that were useful in the course of my work, mostly for evaluation purposes. All software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software. We took care in testing the implementations, but no guarantee for correctness is given. Image Noise Estimation
An implementation of the image noise estimation algorithm published in S.-M. Yang and S.-C. Tai: "Fast and reliable image-noise estimation using a hybrid approach". Journal of Electronic Imaging 19(3), pp. 033007-1–15, 2010. http://dx.doi.org/10.1117/1.3476329 Both a C++ and a MATLAB implementation are provided. The results differ slightly due to different convolution implementations. Both versions have no additional dependencies. See also the Image Denoising Algorithms Archive on our website. Fast normalized correlation metric for ITK 3.20
This is a small update to the itkNormalizedCorrelationImageToImageMetric of ITK 3.20. It includes the B-spline weight caching that is part of the itkMattesMutualInformationImageToImageMetric. If a B-spline is used as the registration transform, the caching is enabled automatically, so this class can be used as a direct replacement by simply changing the class name without further source code modifications. Click here to download. |