Revision 3cdcf37d68be254614e6f1b22274d3f523a4a227 (click the page title to view the current version)

Python/Overview

Changes from 3cdcf37d68be254614e6f1b22274d3f523a4a227 to feb6fa7a2a2b0799f0809b4ad699ea65c68b0d56


+ Jupyter Notebooks
    + [Change of Basis](change-of-basis.ipynb)
    + [Eight Point Algorithm](eightpoint.ipynb)
    + [ANN Tutorial 1](ann-tutorial.ipynb)
    + [Triangulation](Triangulation.ipynb)
        + This depends on two image files:
          [frame1glasses1.png]() and
          [frame2glasses1.png]()
+ [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 ...