{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## chapter content" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* chain coding\n", "* polygonal approximation\n", "* spectral description (intensity)\n", "* 2D shape descriptors (contours)\n", "* 2D shape descriptors (region) area, euler, elong,...\n", "* moments\n", "* texture analysis\n", "* Minkowski fractal dimension \n", "* fractal analysis: Hurst coeficient\n", "* Gabor filter " ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "\n", "\n", "\n", "\n", "\n", "<< back to table of content
    \n", "
  1. Statistical features
  2. Contour features
  3. Moments
  4. Texture features
\n", "

Last updated: 18/11/2015

\n", " show/hide source code\n", " " ], "text/plain": [ "" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "%matplotlib inline\n", "import sys\n", "sys.path.insert(0,'..')\n", "from IPython.display import HTML\n", "from helpers import header\n", "\n", "HTML(header(content=True))" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.10" } }, "nbformat": 4, "nbformat_minor": 0 }