├── .gitignore ├── README.md ├── fs_brainPrint.py └── fs_shapeDNA.py /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deep-MI/BrainPrint-legacy/HEAD/README.md -------------------------------------------------------------------------------- /fs_brainPrint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deep-MI/BrainPrint-legacy/HEAD/fs_brainPrint.py -------------------------------------------------------------------------------- /fs_shapeDNA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deep-MI/BrainPrint-legacy/HEAD/fs_shapeDNA.py --------------------------------------------------------------------------------