Crack Detection using OpenCV and Python |Crack detection image processing | Image Processing

preview_player
Показать описание
Peoject: Crack Detection in images
Demonstration of Crack Detection using Python IDE.

Steps:
Step1: Remove the inhomogeneous background illumination.
Step2: Apply a big gaussian blurring and subtract the original image from the blurred one.
Step3: Apply Sobel edge detection and a morphological close.
Step4: Remove the noise using blob analysis (e.g. remove regions with small areas).
Note: In principle, you have to convert the image between 0 and 1 before GaussianBlur. Additionally to get better results you also can apply a non-maximal suppression after Sobel.

Source Code & Link:

#Crackdetectionusingpython, #Python, #Sobeledgedetection, #Crackdetectionmethods, #Crackdetectionusingimageprocessing, #Crackdetection
====*====

For More Videos:

● Face Recognition based Attendance System

● Vehicle Detection And Counting Using Python

● Real-Time Face recognition

●Smile Detector Using python

●Face and Eye detection Using python

●Fire detection using python.

●Bird Detection Using python

●Student Management System Using Python and SQL

● Python Tutorial In Detail

● Data Visualisation Running Graph

● Computer Hacks and Tricks

====*====

Follow Me Here For More Help or Queries

====*====

SUBSCRIBE NOW for weekly videos on Python Tutorial, Computer Hacks and Tricks, Data Visualisation, Technology, and Many More.
Рекомендации по теме
Комментарии
Автор

Great work...Could you please upload code explanation video?

ankushnag
Автор

Sir i really love u r this video. But i want u r help. Can u plz upload the explanation of the code that u use in this video plz sir. 🙏🙏🙏

djbhai
Автор

Can you tell what is the accuracy u got?

daarkhub
Автор

brother can you please find the crack length and width also area?? code please

shaikkhamooshbaba
Автор

There is an error while running the code
gray_image = gray_image/255.0
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
Do you know how to solve this error?
Thanks in advance♥

sarahmuhammed
Автор

Can we detect fault using thermal images any code for that, thanks in advance

construenist