SizheWei / bm3d

BM3D & False Color Implemention
Apache License 2.0
7 stars 0 forks source link

A small typo in falseColor.py? #2

Open zhao-xuan opened 2 years ago

zhao-xuan commented 2 years ago

In the getG function, I think it's supposed to be 255.0 - (value - 191.0) * 4.0? Currently you have 256.0 - (value - 191.0) * 4.0, which overflows