issues
search
ITLab-CC
/
Virtual-Graffiti
2
stars
0
forks
source link
Better blob detection with GPU
#1
Open
skyface753
opened
2 years ago
JulianKropp
commented
2 years ago
ToDo:
[ ] GPU: Blob size => Spray -> At the moment when using the GPU the blobe size is capped to 50:
https://github.com/ITLab-CC/Virtual-Graffiti/blob/be4f5b035c54413c78cf0c35993ae4e5e5a6c625/module/imageprocessing.py#L195
[ ] GPU: Blur img -> The GPU cant blur the img:
https://github.com/ITLab-CC/Virtual-Graffiti/blob/be4f5b035c54413c78cf0c35993ae4e5e5a6c625/module/imageprocessing.py#L44
[ ] GPU: Better accuracy for blob detection
https://github.com/ITLab-CC/Virtual-Graffiti/blob/be4f5b035c54413c78cf0c35993ae4e5e5a6c625/module/imageprocessing.py#L54
[ ] Add multiple blob detection
ToDo: