Car dent recognition
Hi Team,
My project is to find the dents in the car and to find the intensity of the dent.
In the above picture there is a dent on the bumper. So my code should find the region where the dent is there and intensity of the dent.(Ex: 40%,50% etc)
I expect the output in this format.
code should be able to recognise the dent and it should tell the intensity of it.
Kindly let me know if any one has done something similar.
Did you try anything using opencv ? Are you going to detect dent in natural environment or you'll be controlling lighting ?
Yeah we are trying using hough method for curve detection. But I'm not able to get anything related to that in opencv python. We're trying to detect it in natural environment
dealing with natural light is not an easy task in this case. You should consider many factors and constraints before starting coding in Opencv . Also using a Camera sensor is not a solution to all problems ... You can check this link