Coder Social home page Coder Social logo

insightsoftwareconsortium / itk-viewer Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 3.99 MB

Multi-dimensional web-based image, mesh, and point set viewer

Home Page: https://itk-viewer.on.fleek.co/

License: Apache License 2.0

JavaScript 7.77% HTML 5.03% CSS 0.40% TypeScript 81.43% C++ 1.46% CMake 0.26% Shell 0.04% Python 3.62%

itk-viewer's People

Contributors

bnmajor avatar github-actions[bot] avatar paulhax avatar thewtex avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

itk-viewer's Issues

Remote Rendered Viewport

  • Establish connection
  • Show remotely rendered pixels
  • Continuously update rendering parameters of remote renderer (resolution, camera projection, camera pose)
  • Usable mouse camera control client side

View 2D: support image data with off axis rotation

After this PR #132

  • check 2D image data
  • Check 45 degree rotated image data
  • Check up direction for each axis.
  • Show slice index in GUI slider, rather than 0 to 1 float. If slicing mode is Z, the setSlice is in world coords not index???
  • Check that GUI slider allows selection of min and max slice. Does not round out top or bottom slice.
  • Add pick axis GUI

Camera Control: Orbit and Pan

Camera Types

  • Orbit mode
  • Pan mode
  • Synced camera: follows movement of other camera (with offset?)

Cameras are owned by Viewer. Cameras are as assigned to viewports.

Serialization Story

Save app state. Boot up app with saved state.

State on URL?
How to traverse actors and aggregate snapshots?

remote-image: support ome.tif image format

Need to do something about this:

# TODO: code below does not work yet
image = cli_input_to_ngff_image(backend, [mapped_path])
multiscales = to_multiscales(image, method=Methods.DASK_IMAGE_GAUSSIAN)
store, chunk_store = _make_multiscale_store()
to_ngff_zarr(store, multiscales, chunk_store=chunk_store)
return store

That code errors when trying to load an ome.tif file. Need to fix that.

Then later optimization possiblities:

Right now, the remote-renderer package does not actualy request chunks from the returned Zarr store. remote-renderer really wants the image metadata (spacing, array size, etc.) to puppatear agave-renderer. Would be sweet if this chunk of code simply generated NGFF-Zarr metadata for the single image scale raw input, without calling to_multiscales, whose output will never be used.

Or we take bull by horns and feed the NGFF-Zarr output of remote-image::remote_zarr.py to agave-renderer service.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.