ShaharMS / Vision

Cross framework, cross platform computer vision for Haxe
MIT License
35 stars 5 forks source link

Gaussian Blur returns an unusually dark image #1

Closed ShaharMS closed 2 years ago

ShaharMS commented 2 years ago

When using:

Vision.gaussianBlur(sigma);

The returned image is WAY darker then the input. Its so much darker, that it doesn't even look like it got blurred.

ShaharMS commented 2 years ago

fixed