ITK readers integration
See original GitHub issueI would like to enable ITK readers within Glance following the pattern below:
@thewtex can we talk on how to do that?
<!DOCTYPE html>
<html>
<body>
<div class="root-container"></div>
<script inline type="text/javascript" src="glance.js"></script>
<script inline type="text/javascript" src="itk.js"></script>
<script type="text/javascript">
// New reader registration
itk.listReaders.forEach(Glance.registerReader);
// Regular usage
var container = document.querySelector('.root-container');
var viewer = Glance.createViewer(container);
viewer.processURLArgs();
</script>
</body>
</html>
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
ITK readers integration · Issue #3 · Kitware/glance · GitHub
I would like to enable ITK readers within Glance following the pattern below: @thewtex can we talk on how to do that?
Read more >Integration with ITK — SimpleITK 2.0rc2 documentation
Built with Sphinx using a theme provided by Read the Docs. Read the Docs v: master. Versions: master · latest ...
Read more >MINC/SoftwareDevelopment/EZMINC/ITK Integration
MINC/SoftwareDevelopment/EZMINC/ITK Integration · 1 Better MINC1/2 support for ITK · 2 Installing · 3 Example of working with DTI data · 4 Using...
Read more >Chapter 1 Reading and Writing Images - Insight Toolkit
The reading of images is managed by the class itk::ImageFileReader while writing is ... The complex type is defined as an integral part...
Read more >ITK — Bio-Formats 6.2.1 documentation
The Insight Toolkit (ITK) is an open-source, cross-platform system ... This allows a program built on ITK to load plug-ins for reading and ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, but it should not be limited to that as well. The part I’m referring here is how to add/register filters and how the UI and proxy will handle them. Ideally you want the processing to be asynchronous, so where the data get process is irrelevant for glance. That way remote, local, WebAssembly or else, all will work just fine without differences…
But that infrastructure need to be defined so we can add processing into glance ui and controls.
The filter infrastructure will incorporate and be primarily offered/accessed/written using python, right? That is the preferred way to access advanced processing so that we can build upon the huge body of work in scipy, machine learning, etc that is only available in python, right?
On Fri, Jan 26, 2018 at 10:53 AM, Sebastien Jourdain < notifications@github.com> wrote:
–
Stephen R. Aylward, Ph.D. Senior Director of Strategic Initiatives, North Carolina, Kitware, Inc. http://www.kitware.com and http://www.aylward.org (919) 969-6990 x300