rageworx / librawprocessor

A library for processing RAW images (include DCM, availed by my libDCM)
Other
8 stars 3 forks source link
c-plus-plus cpp grayscale image library medical processing processor raw supports

librawprocessor

This library supports these functions.

  1. RAW read by image size of height, width automatically calculated and padded with Zero.
  2. Get weight informations to calculating window size.
  3. Windowing - threshold cut-off (for lose useless image datas, or make it easy to processing)
  4. CLAHE( Contrast Limited Adaptive Histogram Equalization )
  5. Export to 8bit pixel array(vector array)
  6. Export to 16bit pixel array(vector array)
  7. Reverse all pixels ( black to white, or white to black )
  8. Flip H/V and Rotate in 90,180,270 degrees.
  9. 2 different ways for tone mapping (known as H.D.R image)

Makefile rule

  1. Refer to HOW2MAKE.

And still these functions are not embodied.

  1. Nothing in now.

Reserved to be included

Latest update

Previous updates

Usage & Help

  1. See wiki page