DeclanRussell / IntelOIDenoiser

A simple implementation of Intels Open Image denoiser -> https://github.com/OpenImageDenoise/oidn
MIT License
103 stars 19 forks source link

How get float3 array pixel from image to pointer #8

Open 8bitniksis opened 2 years ago

8bitniksis commented 2 years ago

Hi, thanks for solving the last problem, but I have a new problem. Since I'm trying to add an OIDN in C#, I have a new problem, I need to get a pointer to an array of pixels where RGB = 3 floats, in C++ it's clear how implemented, but in C# the problem is, can you help? I can attach the code