Nikhil Ghuse

Results 12 comments of Nikhil Ghuse

Yes @martinezmj this is a required feature which will complete this application. If possible we can start contributing at most we can to derive this feature. Please let me know...

Thanks, Martinez, I will do the same as you have suggested but what I am not sure of the volumetric data that is needed I am trying to work on...

You want to do something like what I have implemented. It will be available soon. ![image](https://github.com/rii-mango/Papaya/assets/11830418/308d4940-69be-4faa-837d-674310168d55)

this.selectedSlice will give you selected one also try and fine FindImage from ScreenVolume.js you will find logic to find current image from canvas. Hint : this.volume.header.imageDimensions.zDim for MainImage.

@joweste I think you want inverted images. Refer how you can implement ColorTable and add flowing as data. Sample code ` papaya.viewer.ColorTable.TABLE_GRAYSCALE = {"name": "Grayscale", "data": [[0, 0, 0, 0],...

I have implemented it and its very easy to implement first Check for **if (that.mainImage.sliceDirection === papaya.viewer.ScreenSlice.DIRECTION_AXIAL) {** and use for FORWARD PLAY USE **this.incrementAxial(true, that.currentImageIndex); this.incrementCoronal(true, that.currentImageIndex); this.incrementSagittal(true, that.currentImageIndex);**...

> @niks2060 - after @jens-ox's [PR](https://github.com/rii-mango/JPEGLosslessDecoderJS/commit/f158b1e3353d3f65e6f311d527a974fdee80ea70) that updated JPEGLosslessDecoderJS to TypeScript, there is no longer a release folder and people are [unable](https://github.com/rii-mango/JPEGLosslessDecoderJS/issues/18) to figure out how to use it. Will...

@jens-ox I have worked on cornerstone and they have implemented same way using UMD.

Hi @lluisb3 , I have started working on segmentation for papaya but drop the idea because of the workload I have. I will try to implement segmentation with binary as...

@spam79 I am working on migrating this to React just need to wait for all other libraries to be ported to react or typescript which papaya use.