├── .gitignore ├── Documentation ├── Anisotropic_Diffusion.gif ├── Example_Process.gif ├── Example_Result.gif ├── Example_Segmentation.PNG ├── Flowchart.PNG └── Sigmoid_Threshold.gif ├── README.md └── WRIST.py /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc -------------------------------------------------------------------------------- /Documentation/Anisotropic_Diffusion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/Documentation/Anisotropic_Diffusion.gif -------------------------------------------------------------------------------- /Documentation/Example_Process.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/Documentation/Example_Process.gif -------------------------------------------------------------------------------- /Documentation/Example_Result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/Documentation/Example_Result.gif -------------------------------------------------------------------------------- /Documentation/Example_Segmentation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/Documentation/Example_Segmentation.PNG -------------------------------------------------------------------------------- /Documentation/Flowchart.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/Documentation/Flowchart.PNG -------------------------------------------------------------------------------- /Documentation/Sigmoid_Threshold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/Documentation/Sigmoid_Threshold.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/README.md -------------------------------------------------------------------------------- /WRIST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ajchaudhari/WRIST-segmentation/HEAD/WRIST.py --------------------------------------------------------------------------------