Ask Your Question

ameypar94's profile - activity

2018-11-13 14:16:16 -0600 received badge  Enthusiast
2018-11-06 14:18:58 -0600 commented question Find the color of SimpleBlobDetection keypoints

@Stephane You might want to change it to image[int(kp.pt[1]), int(kp.pt[0])] (possible reason: OpenCV Point(x,y) repres

2018-11-06 14:18:31 -0600 commented question Find the color of SimpleBlobDetection keypoints

@Stephane You might want to change it to image[int(kp.pt[1]), int(kp.pt[0]) (possible reason: OpenCV Point(x,y) represe

2018-11-06 13:50:32 -0600 commented question Find the color of SimpleBlobDetection keypoints

@Stephane You might want to change it to image[int(kp.pt[1]), int(kp.pt[0]) (possible reason: OpenCV Point(x,y) represen

2018-11-06 13:49:38 -0600 commented question Find the color of SimpleBlobDetection keypoints

@Stephane You might want to change it to image[int(kp.pt[1]), int(kp.pt[0]) (possible reason: OpenCV Point(x,y) represen

2018-11-05 15:44:02 -0600 commented question Improving Simple Blob Detection

@Stephane I think tuning minArea, min/maxThreshold should improve current result.

2018-11-05 15:34:55 -0600 commented question Improving Simple Blob Detection

@Stephane think tuning minArea, min/maxThreshold should improve current result.

2018-11-05 15:29:43 -0600 commented question Improving Simple Blob Detection

@StephaneI think tuning minArea, min/maxThreshold should improve current result.

2018-11-05 14:56:03 -0600 commented question Improving Simple Blob Detection

@Stephane have you tried adding parameters and varying them for SimpleBlobDetector ?

2018-11-05 14:55:48 -0600 commented question Improving Simple Blob Detection

@Stephane have you tried adding parameters and varying them for SimpleBlobDetector

2018-11-05 13:07:55 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

@LBerger ok, will try this. Thanks!

2018-11-05 10:14:34 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

So, I would like to know, if this is even possible at the first place that, I have a Visual Studio C++ project that uses

2018-11-05 10:09:50 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

@berak I had no issues running the same routine when I did it inside the Visual Studio project (i.e. when I run .sln fil

2018-11-05 10:09:39 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

@berak I had no issues running the same routine when I did it inside the Visual Studio project (i.e. when I run .sln fil

2018-11-05 10:09:12 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

@berak I had no issues running the same routine when I did it inside the Visual Studio project (i.e. when I run .sln fil

2018-11-05 10:08:27 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

@berak I had no issues running the same routine when I did it inside the Visual Studio project (i.e. when I run .sln fil

2018-11-05 10:01:46 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

"everything seems to work fine" by this I mean there are no errors in running code. Only issue is the libraries are dyna

2018-11-05 10:01:04 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

"everything seems to work fine" by this I mean there are no errors in running code. Only issue is the libraries are dyna

2018-11-05 09:55:12 -0600 answered a question TypeError: integer argument expected, got float line 35

cv2.circle accepts only integers as the circle center co-ordinates. So, make sure you pass integers to the function. One

2018-11-05 09:53:17 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

"everything seems to work fine" by this I mean there are no errors in running code. Only issue is the libraries are dyna

2018-11-05 09:52:49 -0600 commented question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

"everything seems to work fine" by this I mean there are no errors in running code. Only issue is the libraries are dyna

2018-11-05 09:41:19 -0600 asked a question Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio

Creating an executable application with static libraries (OpenCV, DLib) on Visual Studio I am using Windows 10, Visual S