sabopy

python

[scikit-image] 84. flood_fillのtoleranceにより塗りつぶす領域を変化させる(skimage.segmentation.flood_fill)

skimage.segmentationのflood_fillでtoleranceを変化させたときに、塗りつぶされる領域がどのように変化するかを解説する。
python

[scikit-image] 83. flood_fillによる特定の領域の塗りつぶし(skimage.segmentation.flood_fill)

skimage.segmentationのflood_fillで、特定の領域を指定の色で塗りつぶす方法について説明する。
matplotlib

[scikit-image] 82. 3次元オブジェクトの細線化(skimage.morphology.skeletonize)

skimage.morphologyのskeletonizeで、ボクセルグラフで表示した3次元オブジェクトを細線化する方法について説明する。
matplotlib

[matplotlib] 79. inset_axesでカラーバーを自由自在に配置する

matplotlibのplt.imshowで表示した画像のカラーバーを任意の位置に表示する方法について説明する。mpl_toolkits.axes_grid1.inset_locator の inset_axesを用いて表示する。
matplotlib

[matplotlib animation] 78. add_subplotで作成した複数グラフの回転アニメーション

skimage.morphologyのoctahedronで、大きさの異なる八面体の構造化要素の図をadd_subplotで作成し、それぞれの図の回転アニメーションを表示する。
matplotlib

[scikit-image] 81. サイズの異なる球状の構造化要素を生成(skimage.morphology.ball)

skimage.morphologyのballで、大きさの異なる球状の構造化要素を作成して表示する。
matplotlib

[scikit-image] 80. サイズの異なる八面体の構造化要素を生成(skimage.morphology.octahedron)

skimage.morphologyのoctahedronで、大きさの異なる八面体の構造化要素を作成して表示する。
matplotlib

[scikit-image] 79. サイズの異なる立方体の構造化要素を生成(skimage.morphology.cube)

skimage.morphologyのcubeで、大きさの異なる立方体の構造化要素を作成して表示する。