Ask Your Question
-1

Car dent recognition

asked 2017-09-06 00:44:55 -0600

Hi Team,

My project is to find the dents in the car and to find the intensity of the dent.

image description

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.

image description

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.

edit retag flag offensive close merge delete

Comments

Did you try anything using opencv ? Are you going to detect dent in natural environment or you'll be controlling lighting ?

Ziri gravatar imageZiri ( 2017-09-06 02:22:48 -0600 )edit

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

Bhaskar9999 gravatar imageBhaskar9999 ( 2017-09-06 02:34:45 -0600 )edit

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

Ziri gravatar imageZiri ( 2017-09-06 03:45:10 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-09-06 03:03:44 -0600

updated 2017-09-06 03:04:33 -0600

My project is to find the dents --> exactly it is your project

I expect the output in this format --> you do not expect stuf here, rather ask for it

Kindly let me know if any one has done something similar. --> even if so, its your task to search for literature, its called a literature study for a reason...

This is again an extreme example of people not putting in the effort of trying to solve their own projects. This forum has a focus of solving OpenCV related issues, but there is no issue or error to be seen using OpenCV.

So either come up with some tests that fail OR do not expect serious answers from the community...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-09-06 00:44:55 -0600

Seen: 1,733 times

Last updated: Sep 06 '17