How would I go about plugging in a transfer function to determine coloring and opacity in xtk based on pixel scalar intensity and / or gradient magnitude. This may be a separable 1d transfer Functions or a 2d transfer function. In addition to VTK, ImageVis3D also supports this.
1
There are 1 best solutions below
Related Questions in XTK
- Unable to display nifti image
- Can you apply colour maps to volume renders?
- Wrong volume bounding box
- XTK : Create new custom fibers
- XTK build error Ubuntu
- progress bar positioning
- xtk with GWT: "Uncaught Error: Could not find the given container or it has an undefined size."
- Keyboard Events in r.interactor
- disabling mouse events and progress bar
- Is XTK done for multi renderers viewing?
- add mouseevents to webgl objects
- Colors for overlaying volumes
- How to get smooth shading?
- Volume.slicing_() not found
- HTML5 file api support in XTK
Related Questions in AMI.JS
- Using stl with ami.js quadview leaves artifacts in 2D views
- XTK lesson 13 (ami example) - Removing the boundary lines in slices obtained from 2D volume rendering
- Use mouse movement for change level/window in AMI Medical Imaging (AMI) JS ToolKit
- providing smooth shading material
- Loading DICOM from zip archive
- Displaying a DICOM dataset as 3D representation
- DICOM Dataset not loading correct
- Memory keep growing if I load a new dicom file
- How to use widgets AMI.js
- Combining AMI.js with XTK's volume rendering
- Transfer Functions in xtk
- Javascript Trying to run AMIjs examples in local it does not work
- Using XTK or AMI.js to display Freesurfer while/pial objects on T1.mgz
- AMI js segmentation label map overlay class color is not getting displayed
- How to modify orientation of mgh/dicom/nifti file using nibabel
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There is no built-in support in XTK for that and is most likely not gonna happen.
We recommend using
ami.js- there is no built-in support for 2D transfer functions in inami.jsyet but it is under active development and should provide most of required functionalities to support this feature.Hope that helps -