Ask Your Question

Crapsy's profile - activity

2018-03-15 05:47:56 -0600 received badge  Supporter (source)
2018-03-15 05:02:38 -0600 received badge  Enthusiast
2018-02-28 09:16:18 -0600 asked a question How to get lines' score from HoughLines function?

How to get lines' score from HoughLines function? How can we get access to the score of every line detected by the Hough

2018-02-16 08:02:43 -0600 received badge  Student (source)
2018-02-16 07:26:05 -0600 commented answer Function declared without variable name in examples

Thank you, I couldn't expect a better answer.

2018-02-16 07:25:28 -0600 marked best answer Function declared without variable name in examples

Hello, I'm looking at some example provided by OpenCV and I see a recurrent typo that I don't fully understand. For instance, the erosion function in "Eroding and Dilating" example is declared:

void Erosion( int, void* );

Why do they use int and void* without variable name? And to what variable does it refer?

Thank you in advance

2018-02-16 07:25:28 -0600 received badge  Scholar (source)
2018-02-16 07:01:43 -0600 asked a question Function declared without variable name in examples

Function declared without variable name in examples Hello, I'm looking at some example provided by OpenCV and I see a r