- Philips Healthcare - Research
- Theragnostics Ltd
- ABL
- Perspectum Diagnostics Unilever
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def to_pillow(img): | |
# https://github.com/imageio/imageio/blob/master/imageio/plugins/pillowmulti.py#L371 | |
# img = np.concatenate((img,255*np.ones(list(img.shape[:2])+[1],dtype='uint8')),axis=-1) | |
# img = Image.fromarray(img.astype('uint8'), 'RGBA') | |
img = Image.fromarray(img.astype('uint8'), 'RGB') | |
# a_channel = Image.new('L', img.size, 255) # 'L' 8-bit pixels, black and white | |
# img.putalpha(a_channel) | |
# p = img.getpalette() | |
# img = img.convert('P', dither=None,colors=1024) | |
# #img.putpalette |
- Siemens (see Dorin Comaniciu's webpage)
- GE
- Philips
- Microsoft Research Cambridge (see Antonio Crimisi's webpage)
Game changers
pip install RISE --user
jupyter-nbextension install rise --py --user
jupyter nbextension enable rise --user --py
from http://stackoverflow.com/questions/18770504/resize-ipython-notebook-output-window :
%%html
<style>
.input {
cmake -D OpenMP_CXX_FLAGS:STRING=-fopenmp -D OpenMP_C_FLAGS:STRING=-fopenmp -D CMAKE_CXX_COMPILER:FILEPATH=/usr/local/bin/clang-omp++ -D CMAKE_C_COMPILER:FILEPATH=/usr/local/bin/clang-omp ..
git clone https://github.com/BioMedIA/MIRTK.git
cd MIRTK/
git submodule update --init
mkdir build
cd build/
cmake ..
ccmake ..
make -j 8
NewerOlder