denoising filters for images rendered with ray tracing
Open Image Denoise is a library of denoising filters for images rendered with ray tracing, developed at Intel. Its purpose is to provide an efficient denoising library that allows ray-tracing-based rendering applications to significantly reduce rendering times.
Open Image Denoise is a library of denoising filters for images rendered with ray tracing, developed at Intel. Its purpose is to provide an efficient denoising library that allows ray-tracing-based rendering applications to significantly reduce rendering times.
To install oidn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oidn
To see what files were installed by oidn, run:
port contents oidn
To later upgrade oidn, run:
sudo port selfupdate && sudo port upgrade oidn
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.