Revision 31eaad34de64ee2bee3248c165fd931bf222916a (click the page title to view the current version)

Python/Overview

Changes from 31eaad34de64ee2bee3248c165fd931bf222916a to 3cdcf37d68be254614e6f1b22274d3f523a4a227


+ Jupyter Notebooks
    + [Change of Basis](change-of-basis.ipynb)
    + [Eight Point Algorithm](eightpoint.ipynb)
    + [ANN Tutorial 1](ann-tutorial.ipynb)
+ [Blurring]() directory with muliple files
+ [Corner]() directory with muliple files
+ [Homogeneous Co-ordinates](homogeneous.py) python script
+ [CNN](cnn.py) python module with script part
    + This is developed using a 
      [dataset from kaggle](https://www.kaggle.com/c/digit-recognizer/data)
    + Unfortunately you need a Google or Kaggle account to download the data
    + Note that the test data from Kaggle are unlabelled, and thus only
      useful for training and validation if you  manually label them
    + You can of course make your own data ...