Ask Your Question
0

Is it possible to detect a crash test dummy marker using opencv?

asked 2016-05-13 09:05:17 -0600

I'm trying to detect a crash test dummy marker, using a kinect. Here is the marker. If anyone has any suggestion please share.

image description

edit retag flag offensive close merge delete

Comments

1

First idea that comes to my mind is the matchTemplate function.

However it won't check for different orientations, so you might need to check for the sign with different orientations.

kbarni gravatar imagekbarni ( 2016-05-13 10:03:50 -0600 )edit

matchTemplate won't check for different size too.

pklab gravatar imagepklab ( 2016-05-13 12:11:17 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-05-13 16:14:32 -0600

Tetragramm gravatar image

I suggest using one of the three corner detectors HERE. Then check each of the corners to see if they are the intersection of yellow and black. The intersection in the center and probably the edges should appear brightly.

I suggest extracting a small box around each corner you find, and checking if it's about half black and half yellow. You'll have to come up with a good range of what yellow is, but that should be a simple task if you have a few sample images.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-05-13 09:05:17 -0600

Seen: 614 times

Last updated: May 13 '16