Search found 171 matches

by alpistinho
Sun Feb 03, 2019 1:29 am
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

I've added the initial support for the library but couldn't test since LuxcoreUI was refusing to load any test scene, being unable to parse the PLY files included. [LuxCore][254.269] /home/daniel/Documents/lux2/LinuxCompile/LuxCore/scenes/simple [SDL][254.269] Reading scene: ./simple.scn [SDL][254.2...
by alpistinho
Sun Feb 03, 2019 12:28 am
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

@Acasta69: can you add the intel denoiser to Windows GitHub repository like we do for Intel Embree ? I will do it for Linux. Hey, I've got it to compile and linking correctly now. Clearing all the workspace and starting fresh got me through the last mile. I will try to add the actual code for using...
by alpistinho
Thu Jan 31, 2019 11:23 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

I've tried to compile OIDN following their instructions but it is not working either. I don't know if something is messed up with my system. I will try to compile against the binary and use the same shared library for both. Sorry for my rusty building abilities :? daniel@daniel-desktop ~/Documents/o...
by alpistinho
Thu Jan 31, 2019 9:58 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

Just an update: Both Embree and OIDN include a copy of libtbbmalloc.so.2, but they are not the same. They're probably compiled against different versions of TBB.

I need now to find a way to include both and link everything correctly
by alpistinho
Thu Jan 31, 2019 1:20 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

acasta69 wrote: Thu Jan 31, 2019 1:01 pm
alpistinho wrote: Thu Jan 31, 2019 11:57 am Maybe that's better than what I am doing. I think this library uses Intel MKL, so that would be another dependency. I will try to compile against the binary later today when I am home.
By the way: which platform are you working on?
Linux Mint 18.3 (Ubuntu 16.04)
by alpistinho
Thu Jan 31, 2019 11:57 am
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

What do you think of using the binary distribution of the library? It could be added to WindowsCompileDeps or installed to standard locations for other platforms and found by cmake. I feel this could be easier, at least for Windows... not sure if it's the best way for the other OSes. Maybe that's b...
by alpistinho
Wed Jan 30, 2019 11:13 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

Great! If you have any questions, we're happy to help. I think I need some help setting up the build system. I've tried to copy how BCD and openVDB have been added but it is not going well yet. The library includes some CMake files that maybe could be imported into the LuxCoreRender's. I will commi...
by alpistinho
Wed Jan 30, 2019 12:51 am
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

alpistinho wrote: Tue Jan 29, 2019 11:35 pm I will take a shot, even though I shouldn't :lol:
I have forked into https://github.com/Alpistinho/LuxCore.

Thanks to the tutorial in the wiki I have added a dummy implementation for the classes and got it compiling.
I hope I don't take too long to get it working
by alpistinho
Tue Jan 29, 2019 11:35 pm
Forum: Development
Topic: OpenImageDenoise
Replies: 313
Views: 155937

Re: OpenImageDenoise

Dade wrote: Tue Jan 29, 2019 11:24 pm
B.Y.O.B. wrote: Tue Jan 29, 2019 11:22 pm Yes. The API looks a lot simpler than the one of BCD on first inspection.
Any taker ? :mrgreen:
I will take a shot, even though I shouldn't :lol:
by alpistinho
Tue Jan 29, 2019 7:34 pm
Forum: User Support
Topic: Data info/Properties
Replies: 10
Views: 5436

Re: Data info/Properties

I think I misunderstood what you've meant. I thought you were talking about storing metadata in the output files like those that can be used to render on LuxCoreUI. You're talking however about putting metadata about the image output. Of course a database is not the right solution for the latter. Th...