This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA3XEVM: What function do I use to achieve global tone mapping?

Part Number: TDA3XEVM
Our image sensor is Vanadium Oxide(VOx) Resistive Microbolometers Infrared Thermal Detectors Focal Plane Array(FPA).
Our application is night vision.  It's a hunting application.  Our product is RifleScope.
FPA output is 14-bit, raw, 640 x 480, monochrome, High Dynamic Range(HDR), it's not companded.  It's continuously calibrated to retain HDR, uniformity, etc.
Since 14 bit input data isn't accepted by Image Signal Processor(ISP), TI experts suggested to perform global tone mapping using either Piece Wise Linear(PWL) or LUT (curve defined by lut)
based mapping to tone map to 12 bits.
Once data is tone mapped to 12 bits, I can select ISSM2MISP_LINK_OPMODE_1PASS_WDR mode in ISP.
Also, I was informed that global tone mapping is very similar to gamma compression.  Are they similar because they both have a function?  Global tone mapping has LUT but gamma correction
doesn't have LUT.
Global tone mapping algorithms range from basic functions (logarithm, power function, sigmoid) to more sophisticated ones that are image dependent.  Which algorithm do I need, basic
function or image dependent?
There is information on the internet for tone mapping to match the dynamic range of the scene to that of the display device.  This is tone mapping from HDR to Low Dynamic Range(LDR). 
But my end goal is to tone map from HDR to HDR?
How do I come up with global tone mapping function and LUT?  What information will be in LUT?  How to use information in LUT?  Is this dependent on my application dependent or image
dependent?