Difference between revisions of "MatlabPyrTools patch"
From hdrvdp
(Created page with 'The HDR-VDP-2 requires that [http://www.cns.nyu.edu/~lcv/software.php matlabPyrTools] are used with the compiled MEX files and not the default .m matlab scripts. This is because …') |
|||
Line 1: | Line 1: | ||
The HDR-VDP-2 requires that [http://www.cns.nyu.edu/~lcv/software.php matlabPyrTools] are used with the compiled MEX files and not the default .m matlab scripts. This is because .m and MEX files return slightly different results, while the HDR-VDP-2 was calibrated for the MEX files. | The HDR-VDP-2 requires that [http://www.cns.nyu.edu/~lcv/software.php matlabPyrTools] are used with the compiled MEX files and not the default .m matlab scripts. This is because .m and MEX files return slightly different results, while the HDR-VDP-2 was calibrated for the MEX files. | ||
− | Version 1.4 of matlabPyrTools fails on recent version of matlab when used with MEX files. The attached [ | + | Version 1.4 of matlabPyrTools fails on recent version of matlab when used with MEX files. The attached [http://hdrvdp.sourceforge.net/matlabPyrTools_1.4_upConv.patch patch] resolves this issue. |
Latest revision as of 15:03, 2 May 2011
The HDR-VDP-2 requires that matlabPyrTools are used with the compiled MEX files and not the default .m matlab scripts. This is because .m and MEX files return slightly different results, while the HDR-VDP-2 was calibrated for the MEX files.
Version 1.4 of matlabPyrTools fails on recent version of matlab when used with MEX files. The attached patch resolves this issue.