#!/usr/bin/env python # coding: utf-8 # # Chapter content # # * vision and human vision # * what is an image ? # * what are the applications ? # * bibliography used # * hardware used + some details on biomedical imaging # * industrial, medical, GIS examples # * the classical image acquisition / processing chain # In[1]: get_ipython().run_line_magic('matplotlib', 'inline') import sys sys.path.insert(0,'..') from IPython.display import HTML from helpers import header HTML(header(content=True)) # In[ ]: