Ask Your Question

minh's profile - activity

2018-05-08 19:25:11 -0600 commented question findContours doesnt work after the code is transferred to another machine?

Im not sure about the version on my jetson but mine is 3.4, platform ubuntu coding on netbean and compile with Cmake.

2018-05-07 15:57:13 -0600 asked a question findContours doesnt work after the code is transferred to another machine?

findContours doesnt work after the code is transferred to another machine? Im currently working on a lane detect project

2018-03-22 09:53:06 -0600 received badge  Enthusiast
2018-03-21 11:13:00 -0600 commented question Best way to get Contour's extreme points with C++?

I tried with houghLine but its not really accurate, so i though of extreme point in contour and it work very well, but a

2018-03-20 16:00:28 -0600 received badge  Editor (source)
2018-03-20 16:00:28 -0600 edited question Best way to get Contour's extreme points with C++?

Best way to get Contour's extreme points with C++? Im working on my C++ project, and it require detecting V-shape-like c

2018-03-20 15:58:32 -0600 asked a question Best way to get Contour's extreme points with C++?

Best way to get Contour's extreme points with C++? Im working on my C++ project, and it require detecting V-shape-like c

2018-01-09 20:46:45 -0600 commented question A way to work with HSL?

No sir i used cv2.COLOR_BGR2HLS

2018-01-09 18:26:31 -0600 asked a question A way to work with HSL?

A way to work with HSL? I on a self-driving car project and i need to detect color white, after doing some research i fo