question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ITK readers integration

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jourdaincommented, Jan 26, 2018

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.

0reactions
aylwardcommented, Jan 26, 2018

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:

That’s what we discussed with Matt… But the readers will be the first step. Then once we have the filter infrastructure in place in Glance, we can look at how to register ITK filters to it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Kitware/pv-web-viewer/issues/3#issuecomment-360822702, or mute the thread https://github.com/notifications/unsubscribe-auth/AAREr4HDFpSoYvGu5ySkHUQKCE9yc9tlks5tOfThgaJpZM4RuWj1 .

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found