Ask Your Question

Naman Gupta's profile - activity

2019-12-04 06:46:02 -0600 received badge  Student (source)
2019-11-27 11:18:06 -0600 commented answer can we create a 5*5 kernel np array in c++

Please, can I ask how & from where should I learn these basics?

2019-11-27 11:07:15 -0600 edited question can we create a 5*5 kernel np array in c++

can we create a 5*5 kernel np array in c++ I have made a 5*5 kernel using np array in python. how should I create it in

2019-11-27 11:06:49 -0600 commented answer can we create a 5*5 kernel np array in c++

Edited Please check

2019-11-27 11:06:09 -0600 edited question can we create a 5*5 kernel np array in c++

can we create a 5*5 kernel np array in c++ I have made a 5*5 kernel using np array in python. how should I create it in

2019-11-27 10:58:12 -0600 commented answer can we create a 5*5 kernel np array in c++

Tried this already but output comes different in python and c++

2019-11-27 10:57:50 -0600 commented answer can we create a 5*5 kernel np array in c++

Tried this already but output comes different in python and c++

2019-11-27 10:46:52 -0600 asked a question can we create a 5*5 kernel np array in c++

can we create a 5*5 kernel np array in c++ I have made a 5*5 kernel using np array in python. how should I create it in

2019-11-21 01:26:08 -0600 received badge  Enthusiast
2019-11-20 06:21:14 -0600 edited question How to write this kmeans python code in c++?

How to write this kmeans python code in c++? I have tried converting this much till now and not able to understand how t

2019-11-20 06:19:56 -0600 edited question How to write this kmeans python code in c++?

How to write this kmeans python code in c++? I have tried converting this much till now and not able to understand how t

2019-11-20 06:18:56 -0600 edited question How to write this kmeans python code in c++?

How to write this kmeans python code in c++? def segment_by_angle_kmeans(lines, k=3, **kwargs): default_criteria

2019-11-20 06:18:26 -0600 edited question How to write this kmeans python code in c++?

How to write this kmeans python code in c++? def segment_by_angle_kmeans(lines, k=3, **kwargs): default_

2019-11-20 06:17:41 -0600 edited question How to write this kmeans python code in c++?

How to write this kmeans python code in c++? from collections import defaultdict def segment_by_angle_kmeans(lin

2019-11-20 06:17:07 -0600 received badge  Editor (source)
2019-11-20 06:17:07 -0600 edited question How to write this kmeans python code in c++?

How to write this kmeans python code in c++? from collections import defaultdict def segment_by_angle_kmeans(lines,

2019-11-20 05:56:54 -0600 asked a question How to write this kmeans python code in c++?

How to write this kmeans python code in c++? from collections import defaultdict default_criteria_type =

2019-09-26 22:49:37 -0600 commented question detecing hough lines on holistically nested edged image

tried thresholding but same results.

2019-09-26 07:27:40 -0600 asked a question detecing hough lines on holistically nested edged image

detecing hough lines on holistically nested edged image I am trying to get hough lines for document detection with HED (

2019-09-26 07:27:33 -0600 asked a question detecing hough lines on holistically nested edged image

detecing hough lines on holistically nested edged image I am trying to get hough lines for document detection with HED (