12-11-2012 05:17 PM
07-22-2026 03:12 AM
Amaizing this stuff is STILL not resolved in LV2020 10years later...
07-22-2026 03:38 AM
Just not to nag, I'll append possible solution.
Adjust Color table range from 0-255 to 0-160 (this is range I found to be working without bluring the image) and data range from wahtever it is to 0-160.
07-22-2026 06:58 AM
I would rather use an intensity plot than a picture-control as indicator,
as there wont be no zooming issues, as described.
07-22-2026 07:18 AM - edited 07-22-2026 07:29 AM
use the cursor to counter check grayscale pixel values
use the intensity plots z-scale property like this:
- z.scale : autoscale = true (default)
- z.scale : interpolate? = true (default)
- z.scale : ignore color arry? false (default)
## one-sided thresholding
## two-sided thresholding