rageworx / librawprocessor

A library for processing RAW images (include DCM, availed by my libDCM)
Other
8 stars 3 forks source link

Histogram required for float-point version. #10

Open rageworx opened 1 year ago

rageworx commented 1 year ago

Floating point version not works correctly, histogram windowing. Need to make it back to work.

image

rageworx commented 1 year ago

Histogram + windowing result too much dithered, strange.

image

rageworx commented 1 year ago

Floating point version is not ranged, actually too many variations 0.0 to 1.0. Just need compression width or, maximum value of floating point to integer casting, maybe.

image