├── Inputs ├── CapeVerde.jpg ├── eigg_scotland.jpg ├── femur.jpg ├── out_meanshift_big.jpg ├── out_meanshift_big_draw4.jpg └── scan_knee.jpg ├── LICENSE ├── Outputs ├── bone.gif ├── capeverde.gif ├── cheval.gif ├── eigg.gif └── femur.gif ├── README.md ├── bone_segmentation.m ├── capeverde_segmentation.m ├── cheval.m ├── eigg_segmentation.m └── femur_segmentation.m /Inputs/CapeVerde.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Inputs/CapeVerde.jpg -------------------------------------------------------------------------------- /Inputs/eigg_scotland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Inputs/eigg_scotland.jpg -------------------------------------------------------------------------------- /Inputs/femur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Inputs/femur.jpg -------------------------------------------------------------------------------- /Inputs/out_meanshift_big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Inputs/out_meanshift_big.jpg -------------------------------------------------------------------------------- /Inputs/out_meanshift_big_draw4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Inputs/out_meanshift_big_draw4.jpg -------------------------------------------------------------------------------- /Inputs/scan_knee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Inputs/scan_knee.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /Outputs/bone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Outputs/bone.gif -------------------------------------------------------------------------------- /Outputs/capeverde.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Outputs/capeverde.gif -------------------------------------------------------------------------------- /Outputs/cheval.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Outputs/cheval.gif -------------------------------------------------------------------------------- /Outputs/eigg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Outputs/eigg.gif -------------------------------------------------------------------------------- /Outputs/femur.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/Outputs/femur.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/README.md -------------------------------------------------------------------------------- /bone_segmentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/bone_segmentation.m -------------------------------------------------------------------------------- /capeverde_segmentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/capeverde_segmentation.m -------------------------------------------------------------------------------- /cheval.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/cheval.m -------------------------------------------------------------------------------- /eigg_segmentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/eigg_segmentation.m -------------------------------------------------------------------------------- /femur_segmentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/balcilar/DRLSE-Image-Segmentation/HEAD/femur_segmentation.m --------------------------------------------------------------------------------