Ask Your Question

Oxenden's profile - activity

2016-06-28 18:01:01 -0600 asked a question Determining coordinates of detected object

Hey, i detect hand using haar cascade and draw circle where hand is. I need to determine coordinates of this drawn circle. How can i get it?

2016-06-09 04:47:21 -0600 commented question How to push points to array

Yes, my bad, but thank you for responding me. I think that your idea for pushing dots coordinates to array is also the hint how to find them.

2016-06-09 04:40:42 -0600 received badge  Enthusiast
2016-06-08 16:06:50 -0600 commented question How to push points to array

I don't exactly know if you understand my intentions. I want to read Braille image and then detect where dots and push to array to compare it. Actually, Im new in OpenCV and maybe I don't understand properly your comment.

2016-06-08 03:10:04 -0600 asked a question How to push points to array

Hello ! I want to make Braille's translator. Letter in Braille is in an array[2][3]. For example: image description

I want to find points where dots are which make a letter and then push it to two dimensional array to compare it with arrays which contain schema of letters in the same way and save found letter to file.

I have a problem because I don't know how to push found dots to array in proper way. Is there any solution or function to make this ?

I write in C++.