Wei Ouyang

Results 197 comments of Wei Ouyang

@thewtex Thanks! Sounds good. I just found an earlier version of Fairy Dust which is here: https://github.com/Flexi23/pointcloud-loader The files might be easier to understand than the ImJoy plugin I have.

Hi, that's wired, i just tried it and I don't see anything: I am in the latest Chrome/MacOS 10.14.6

@thewtex I hit this issue also for the volumetric viewer in ImageJ.JS: It's a chrome specific issue, since in Firefox it's fine, I am in MacOS 10.14.6. Could you please...

@thewtex It seems you have made some progress on working with zarr file support: https://github.com/Kitware/itk-vtk-viewer/pull/231 This is very exciting. Do you have a test zarr url which I can used...

Hey @thewtex Awesome! It seems the demo is broken at the moment: ``` Uncaught (in promise) ReferenceError: zbottomMeta is not defined at Function. (itkVtkViewer.js:197) at m (itkVtkViewer.js:197) at Generator._invoke (itkVtkViewer.js:197)...

Thanks, just tried, it's working now!

In fact, the origin of imagej is actually top-left-- same as the current version of itk-vtk-viewer ![FznygvcVRS](https://user-images.githubusercontent.com/478667/98168957-af2c5c80-1eeb-11eb-8359-c91986fe27c2.gif) I had the impression that itk-vtk-viewer's origin is lower-left, and I checked an...

@thewtex any updates on the multi-scale pyramid support? Got some users asking about this feature.

@thewtex With the zarr store interface supported(https://github.com/Kitware/itk-vtk-viewer/pull/391), we can now visualize zarr volume directly from a Jupyter notebook. ![itk-vtk-viewer-zarr](https://user-images.githubusercontent.com/478667/110527836-bcff2200-8117-11eb-8c3b-580aba63ac5b.gif) Here are the steps to try it: 1. Installation ``` !pip...

BTW, is there an option that we can pass the pixel size for different axes so the scale bar are shown in actual units (e,g. um, nm)?