Finding contours in a videoCapture Java

asked 2017-08-05 12:12:44 -0600

thatc0der m8 gravatar image

updated 2020-10-10 13:45:12 -0600

A while ago I was working on a rubiks cube solver that would use a video capture and you would have to line up the cube stickers in rectangles on the video capture that I would get the colors from and use a color distance algorithm to distinguish them. I want make it better, I was thinking of finding contours of the squares and once found following the contour if it moves slightly (So like tracking). How would I go about doing this? The things I have experience are using Mat2Image, BufferedImage, CVrect and some others. How would I approach this? If you want to look at my outline I would be glad to show it. How would I be able to find squares in the video capture?

edit retag flag offensive close merge delete

Comments

would you please STOP posting duplicates, ? thanks a lot !

berak gravatar imageberak ( 2017-08-05 13:43:03 -0600 )edit

how about you stop deleting my post...

thatc0der m8 gravatar imagethatc0der m8 ( 2017-08-05 14:17:53 -0600 )edit

how about you not repeating it all over ? once is enough.

berak gravatar imageberak ( 2017-08-05 14:34:16 -0600 )edit

I am not repeating it, you keep deleting it, I am looking for help. @berak

thatc0der m8 gravatar imagethatc0der m8 ( 2017-08-05 14:50:18 -0600 )edit

please show, what you've tried so far

berak gravatar imageberak ( 2017-08-06 02:25:58 -0600 )edit