First time here? Check out the FAQ!

Ask Your Question
0

how to count boxes with only this camera direction

asked Apr 6 '18

hoang anh tuan gravatar image

updated Oct 6 '0

I have a problem: count boxes from camera. Have multi layeres, each layer has some boxes as image

image description

Which algorithm do I apply for this problem? Canny Edges, Segmentation? I tried it but low accuracy.

Help me!

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Apr 6 '18

glukon gravatar image

Which algorithm do I apply for this problem? Canny Edges, Segmentation? I tried it but low accuracy.

Just collect some ideas and think of the different szenarios like what indicates you that for a given Pixel (x,y) there will be a neigborhood, connecting between BoxA, BoxB or/and other Boxes. So, it has pretty much to do with edge detection. So after adding some blur and doing canny edge detection, you'll have a binary image. With the given information inside your binary picture, you'll be able to use segmentation or find contours and fill in the areas of founded contours. But as always - this is just an idea and there are many ways to reach the point where it's working satisfactorily.

Preview: (hide)

Comments

Thank for responsing. I tried canny edges or segmentation but i received low accuracy. :(

hoang anh tuan gravatar imagehoang anh tuan (Apr 10 '18)edit

Question Tools

1 follower

Stats

Asked: Apr 6 '18

Seen: 473 times

Last updated: Apr 06 '18