All Projects → ivmartel → dwv-jqmobile

ivmartel / dwv-jqmobile

Licence: GPL-3.0 license
Medical image viewer using DWV (DICOM Web Viewer) and jQuery Mobile.

Programming Languages

javascript
184084 projects - #8 most used programming language
lua
6591 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to dwv-jqmobile

dwv-vue
Medical image viewer using DWV (DICOM Web Viewer) and Vue.js.
Stars: ✭ 66 (+164%)
Mutual labels:  medical-imaging, dwv, dicom-web-viewer
VNet
Prostate MR Image Segmentation 2012
Stars: ✭ 54 (+116%)
Mutual labels:  medical-imaging
RNiftyReg
An R interface to the NiftyReg medical image registration library
Stars: ✭ 32 (+28%)
Mutual labels:  medical-imaging
dicomifier
A medical image converter
Stars: ✭ 22 (-12%)
Mutual labels:  medical-imaging
ITKSphinxExamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 48 (+92%)
Mutual labels:  medical-imaging
NMRI
2D Fourier Transform of Nuclear Magnetic Resonance Imaging raw data
Stars: ✭ 13 (-48%)
Mutual labels:  medical-imaging
2D-and-3D-Deep-Autoencoder
Convolutional AutoEncoder application on MRI images
Stars: ✭ 57 (+128%)
Mutual labels:  medical-imaging
cuda spatial deform
A fast tool to do image augmentation on GPU(especially elastic_deform), can be helpful to research on Medical Image.
Stars: ✭ 115 (+360%)
Mutual labels:  medical-imaging
modelhub
A collection of deep learning models with a unified API.
Stars: ✭ 59 (+136%)
Mutual labels:  medical-imaging
fuse-med-ml
A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Stars: ✭ 66 (+164%)
Mutual labels:  medical-imaging
survey-computer-vision-2021
2021年计算机视觉技术综述分类汇总
Stars: ✭ 54 (+116%)
Mutual labels:  medical-imaging
FAIR.m
Flexible Algorithms for Image Registration
Stars: ✭ 103 (+312%)
Mutual labels:  medical-imaging
angiodysplasia-segmentation
Wining solution and its further development for MICCAI 2017 Endoscopic Vision Challenge Angiodysplasia Detection and Localization
Stars: ✭ 76 (+204%)
Mutual labels:  medical-imaging
Fundus Review
Official website of our paper: Applications of Deep Learning in Fundus Images: A Review. Newly-released datasets and recently-published papers will be updated regularly.
Stars: ✭ 64 (+156%)
Mutual labels:  medical-imaging
GMIC
An interpretable classifier for high-resolution breast cancer screening images utilizing weakly supervised localization
Stars: ✭ 106 (+324%)
Mutual labels:  medical-imaging
clinicadl
Framework for the reproducible processing of neuroimaging data with deep learning methods
Stars: ✭ 114 (+356%)
Mutual labels:  medical-imaging
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (+16%)
Mutual labels:  medical-imaging
MONAILabel
MONAI Label is an intelligent open source image labeling and learning tool.
Stars: ✭ 249 (+896%)
Mutual labels:  medical-imaging
medical image segmentation
Medical image segmentation ( Eye vessel segmentation)
Stars: ✭ 90 (+260%)
Mutual labels:  medical-imaging
clara-dicom-adapter
DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
Stars: ✭ 31 (+24%)
Mutual labels:  medical-imaging

dwv-jqmobile

Medical viewer using DWV (DICOM Web Viewer) and jQuery mobile.

All coding/implementation contributions and comments are welcome. Releases should be ready for deployment otherwise download the code and install dependencies with a yarn or npm install.

dwv-jqmobile is not certified for diagnostic use. Released under GNU GPL-3.0 license (see license.txt).

Node.js CI

Available Scripts

  • install: install dependencies
  • start: serve at localhost:8080 with live reload
  • test: run unit tests
  • dev: serve a developement version at localhost:8080 with live reload

Steps to run the viewer from scratch

# get the code
git clone https://github.com/ivmartel/dwv-jqmobile.git

# move to its folder
cd dwv-jqmobile

# install dependencies
yarn install

# call the start script to launch the viewer on a local server
yarn run start

You can now open a browser at http://localhost:8080 and enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].