What are the ethic limit when working with medical material? If you enhance an image, and you're "certain" information isn't lost, is that OK? When is it not OK?

Qualitative vs quatitative. Application vs research.

Why are only some levels of intensity pervasive in the images from the HyD sensor? Are we on the boundary to the sensors "intensity resolution"?


In [16]:
%run common.ipynb
histshow(img)
print np.bincount(img.flatten())[5:47]


Populating the interactive namespace from numpy and matplotlib
[     0 398214      0      0      0      0      0      0 468543      0
      0      0      0      0    265 511462      0      0      0      0
      0 499276      0      0      0      0      0 445217      0      0
      0      0      0     95 373055      0      0      0      0     71
 296859      0]

Use mode "Counting".

I couldn't find bit depth on SP8, is it possible to get more than 8 bit depth?

Configuration.