tag: python

Collecting image statistics from Regions-of-Interest over many subjects

2018-02-05

Collecting basic image statistics (e.g. mean, std) from ROIs over a set of images can be done easily in Python.

EDIT (03-02-2020): check this new post for more recent contents on the subject

EDIT (23-11-2018): check roistats for a module version of this code

See the example in this …


Publishing a blog on GitHub using Pelican

2016-04-19

Probably not the cleanest way... and totally inspired from Setting up a blog with Pelican and GitHub Pages

GitHub allows to store websites for your project or your user account. This post gives a rough description of how to :

  • setup a simple blog using Pelican
  • make CircleCI automatically generate and …