Ask Your Question

sadegh6383's profile - activity

2018-08-11 12:14:06 -0600 edited question How to create a 2D vector of Points?

How to create a 2D vector of Points? I want to create a 2D vector of the type Point as below: std::vector< std::vect

2018-08-11 12:13:25 -0600 asked a question How to create a 2D vector of Points?

How to create a 2D vector of Points? I want to create a 2D vector of the type Point as below: std::vector< std::vect

2018-08-09 16:31:26 -0600 asked a question How to draw contours in a grayscale image in a for loop

How to draw contours in a grayscale image in a for loop Hi, I used "drawContours" function to draw gray level contours o

2018-08-06 17:40:31 -0600 commented question "opencv\sources\modules\core\src\matrix.cpp:284: error: (-215) 0 <= _dims && _dims <= 32 in function setSize" error

This the function that I have problem with: https://ufile.io/k7doi Sorry for my bad-looking code. My problem is that I

2018-08-06 15:43:08 -0600 commented question "opencv\sources\modules\core\src\matrix.cpp:284: error: (-215) 0 <= _dims && _dims <= 32 in function setSize" error

This the function that I have problem with: https://ufile.io/k7doi Sorry for my bad-looking code.

2018-08-05 12:53:16 -0600 asked a question "opencv\sources\modules\core\src\matrix.cpp:284: error: (-215) 0 <= _dims && _dims <= 32 in function setSize" error

"opencv\sources\modules\core\src\matrix.cpp:284: error: (-215) 0 <= _dims && _dims <= 32 in function setSi

2018-07-10 11:05:05 -0600 received badge  Student (source)
2018-07-10 08:48:27 -0600 commented question how to calculate distances between pixels on a contour

Yes Thank you and the rest of the chain will give L2.

2018-07-10 07:57:14 -0600 commented question how to calculate distances between pixels on a contour

I added the picture.

2018-07-10 07:56:30 -0600 received badge  Editor (source)
2018-07-10 07:56:30 -0600 edited question how to calculate distances between pixels on a contour

how to calculate distances between pixels on a contour Hello, I have a contour in OPENCV C++ in the contour format, and

2018-07-10 07:19:44 -0600 asked a question how to calculate distances between pixels on a contour

how to calculate distances between pixels on a contour Hello, I have a contour in OPENCV C++ in the contour format, and