sxysxy / OIDN-python

Python Binding of Intel Open Image Denoise
Apache License 2.0
16 stars 2 forks source link

Can the HDR value be assigned? #7

Open yusufguleray opened 2 months ago

yusufguleray commented 2 months ago

First of all, thank you for this wrapper.

Is it possible to turn on the HDR for the denoiser? I tried couple of things but it seems like it does not work

yusufguleray commented 2 months ago

I tried: oidn.SetFilterBool(filter,"hdr",True) but I am getting:

Exception has occurred: AttributeError
module 'oidn' has no attribute 'SetFilterBool'