All Projects → bioimagesuiteweb → Bisweb

bioimagesuiteweb / Bisweb

Licence: apache-2.0
This is the repository for the BioImage Suite Web Project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bisweb

Photon
⚡ Rust/WebAssembly image processing library
Stars: ✭ 963 (+1683.33%)
Mutual labels:  image-processing, webassembly
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+2603.7%)
Mutual labels:  image-processing, webassembly
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (+53.7%)
Mutual labels:  medical, viewer
Medpy
Medical image processing in Python
Stars: ✭ 321 (+494.44%)
Mutual labels:  image-processing, medical
Wasm Imagemagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
Stars: ✭ 442 (+718.52%)
Mutual labels:  image-processing, webassembly
Quickviewer
A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
Stars: ✭ 394 (+629.63%)
Mutual labels:  image-processing, viewer
Imjoy
ImJoy: Deep Learning Made Easy!
Stars: ✭ 136 (+151.85%)
Mutual labels:  image-processing, webassembly
Smartcircle
✂️Automatically determine where to crop a circular image out of a rectangular.
Stars: ✭ 29 (-46.3%)
Mutual labels:  image-processing, webassembly
Segment Open
Segment Source Distribution
Stars: ✭ 34 (-37.04%)
Mutual labels:  image-processing, medical
Image Denoising Benchmark
Benchmarking Denoising Algorithms with Real Photographs
Stars: ✭ 49 (-9.26%)
Mutual labels:  image-processing
Pytorch Ssim
pytorch structural similarity (SSIM) loss
Stars: ✭ 1,058 (+1859.26%)
Mutual labels:  image-processing
Hidamari
Modern operating system aimed at running WebAssembly code.
Stars: ✭ 49 (-9.26%)
Mutual labels:  webassembly
Asm Dom Boilerplate
A simple boilerplate to start using asm-dom without configuration.
Stars: ✭ 49 (-9.26%)
Mutual labels:  webassembly
Aioli
Framework for building fast genomics web tools with WebAssembly and WebWorkers
Stars: ✭ 51 (-5.56%)
Mutual labels:  webassembly
Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (-9.26%)
Mutual labels:  image-processing
Wasmjit
Small Embeddable WebAssembly Runtime
Stars: ✭ 1,063 (+1868.52%)
Mutual labels:  webassembly
Seeds Revised
Implementation of the superpixel algorithm called SEEDS [1].
Stars: ✭ 48 (-11.11%)
Mutual labels:  image-processing
Binaryen Rs
Binaryen bindings for Rust.
Stars: ✭ 48 (-11.11%)
Mutual labels:  webassembly
Fast Near Duplicate Image Search
Fast Near-Duplicate Image Search and Delete using pHash, t-SNE and KDTree.
Stars: ✭ 54 (+0%)
Mutual labels:  image-processing
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (-5.56%)
Mutual labels:  image-processing

Logo


[ JS-npm] ] [ Python-pypi ] [ Docker]


.github/workflows/test_hosted.yml


Welcome to BioImage Suite Web

BioImage Suite Web (bisweb) is a web-based medical image analysis suite primarily geared towards Neuroimaging Analysis. We gratefully acknowledge support from the NIH Brain Initiative under grant R24 MH114805 (Papademetris X. and Scheinost D. PIs).

A good overview of the software can be found in slides from a presentation at the 2018 NIH Brain Initiative Meeting, which was the first public introduction of the software.

BioimageSuite Web is a hybrid application and toolkit. It contains a set of command line tools, and desktop and web applications. In addition the code is modular/componentized and may be useful as a basis for other applications as well.

The software can be accessed from https://bioimagesuiteweb.github.io/webapp/. You may also download desktop and command line versions from our download side.

For end-user documentation please see the User Manual (Draft). (The sources for this are also on github at the manual repository.)

For developer documentation please look in the docs directory of this repository, starting with docs/README.md.

Licensing: The source code of the core BioImage Suite Web (as found in this repository) is made available freely under the terms of the Apache open source license. It is not approved for clinical use. Use at your own risk. Permission is explicitly granted to reuse (and re-license) any Apache licensed source files in this repository in software released under GPL v2 or later.

Binary Versions: The binary versions of BioImage Suite Web use an additional set of GPL-licensed files. If the C++ code is compiled so as to include these files (by turning the flag BIS_USEGPL to ON) any resulting binary distribution must comply with the terms of the GPL v2. (This is the case with the supplied binary versions of BioImage Suite Web.)

To use as a library:

To use (parts of) BioImage Suite Web as a library you can install it via npm:

For node.js

npm install biswebnode

For browser/electron

npm install biswebbrowser

See the examples repository for examples:

https://github.com/bioimagesuiteweb/examples

Code Acknoledgements: We have greatly benefited from reading the source code of xtk. We also acknowledge the many posters on Stack Overflow -- we have tried to link to some of the answers we used in the code. BioImage Suite Web uses many excellent open source tools/libraries such as node.js, electron, gulp, mocha, jsdoc, jshint, threejs, webpack, cmake, doxygen, emscripten, eigen, boostrap, JQuery and others through their dependencies.

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].