Edge Detection In Pyhton | Python Detect Edges | #python #pythonprogramming #pythonprojects #opencv

preview_player
Показать описание
#python
#pythonshorts
#shorts
#pythonprogramming
#pythontutorial
#pythonprojects
#python3
Detect edges in python in five lines of code.

Code :
------------------------------------------------------------------------------------------------------------------
import cv2

edge = cv2.Canny(to_grey, 30, 100)

------------------------------------------------------------------------------------------------------------------
Рекомендации по теме