Get Gamma Value from 2D Acquisition Workbench

In this subforum specific Topics concerning ZEN Core, e.g workbenches, are discussed
Post Reply
user-5759
Posts: 6
Joined: Thu Jan 01, 1970 1:00 am

Get Gamma Value from 2D Acquisition Workbench

Post by user-5759 »

Hi,

I am trying to get the gamma value from the histogram in the 2D Acquisition workbench. Is there a way to extract this value?

Code: Select all

 
gammaSetting = ##Read current gamma value from histogram on 2D Acquisition Workbench
image = Zen.Acquisition.AcquireImage()
image = Zen.Processing.Adjust.BrightnessContrastGamma(image,gammaSetting) 
Zen.Application.Documents.Add(image) 
Thank you,
Craig
user-4
Posts: 397
Joined: Thu Jan 01, 1970 1:00 am

Post by user-4 »

Hello Craig,

sorry, but there is no access to the gamma value from the histogram in the 2D Acquisition Workbench.
Kenneth Bean
Posts: 1
Joined: Tue Feb 20, 2024 2:50 am
Contact:

Re: Get Gamma Value from 2D Acquisition Workbench

Post by Kenneth Bean »

Unfortunately, the 2D Conversion workbench does not allow users to extract gamma values.
Post Reply