├── README.md ├── images ├── football_after.png ├── golf.jpg ├── golf_after.png ├── snooker.jpg ├── snooker_after.png └── spottheball.jpg └── object_removal.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/README.md -------------------------------------------------------------------------------- /images/football_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/images/football_after.png -------------------------------------------------------------------------------- /images/golf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/images/golf.jpg -------------------------------------------------------------------------------- /images/golf_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/images/golf_after.png -------------------------------------------------------------------------------- /images/snooker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/images/snooker.jpg -------------------------------------------------------------------------------- /images/snooker_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/images/snooker_after.png -------------------------------------------------------------------------------- /images/spottheball.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/images/spottheball.jpg -------------------------------------------------------------------------------- /object_removal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KnowledgePending/Object-Removal-using-Image-Processing/HEAD/object_removal.py --------------------------------------------------------------------------------