NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 214 - wish list: Threshold(s) in 3DViewer
wish list: Threshold(s) in 3DViewer
Status: RESOLVED WONTFIX
Product: Fiji
Classification: Unclassified
Component: 3D Viewer
unspecified
Other Linux
: P2 enhancement
Assigned To: Benjamin Schmid
Depends on:
Blocks:
 
Reported: 2010-08-12 19:41 CDT by G. Landini
Modified: 2014-06-16 16:03 CDT
1 user (show)

See Also:

Description G. Landini 2010-08-12 19:41:40 CDT
I wonder if it would be useful to have instead of single threshold slider in the 3D viewer, to have low and high thresholds, so a range of greyscale values can be rendered as volume.
Comment 1 Benjamin Schmid 2011-04-27 05:52:32 CDT
(In reply to comment #0)
> I wonder if it would be useful to have instead of single threshold slider in
> the 3D viewer, to have low and high thresholds, so a range of greyscale values
> can be rendered as volume.
> 

The effect of a double-sided threshold, as well as much more complex intensity adjustments, can be achieved by 'Edit'->'Adjust transfer functions'.

'Adjust threshold' so far uses accelerated Java 3D functionality, which is only available for a lower threshold. I thought it's better to not mix both functions, and instead leave the threshold as it is for accelerated adjustment, while providing the more flexible thresholding possibilities indirectly with the transfer functions.

Best,
Bene
Comment 2 Curtis Rueden 2014-06-16 16:03:36 CDT
Seeing as how you can already achieve this effect in the way Bene described -- as well as the fact that you could also do so by writing a macro to modify the pixel values via threshold + "clear outside" before sending it off to the 3D Viewer -- I think it is safe to close this bug as "won't fix."