WolframRhodium / VapourSynth-BilateralGPU

Bilateral filter in CUDA and SYCL for VapourSynth.
MIT License
10 stars 3 forks source link

top row mirrored from bottom row #3

Closed Ichunjo closed 2 years ago

Ichunjo commented 2 years ago

Hello, I noticed the top row of this sample are like mirrored from the bottom row. You can see a darker blurred row at the top of bilateralgpu and bilateralgpu_rtc while tcanny doesn't have this issue.

clip.tcanny.TCanny(1, 1, mode=-1).set_output(0)
clip.bilateralgpu.Bilateral(1, 1.0).set_output(1)
clip.bilateralgpu_rtc.Bilateral(1, 1.0).set_output(2)

https://slow.pics/c/SWQNdew5

Ichunjo commented 2 years ago

Zoomed-in image image

Ichunjo commented 2 years ago

Nevermind https://github.com/WolframRhodium/VapourSynth-BilateralGPU/commit/a862d3e9a2915254fcb3ac6d2c18942dac92c67b fixed it.

WolframRhodium commented 2 years ago

Thanks for verification.