Ask Your Question

sreevathsabr's profile - activity

2020-10-18 13:51:30 -0600 received badge  Student (source)
2020-03-20 06:29:33 -0600 commented question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

There are only two images .. one is input and other is expected output

2020-03-20 04:29:05 -0600 commented question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

Uploaded the image to question with what is input and what is output , which i am expecting

2020-03-20 04:28:30 -0600 edited question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y c

2020-03-20 04:19:15 -0600 edited question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y c

2020-03-20 04:17:12 -0600 edited question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y c

2020-03-20 04:10:34 -0600 commented question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

What are u achieving in your example? Sorry i didn't understand why people and age come in

2020-03-20 03:56:59 -0600 commented question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

hull=np.array([]) , this is like i am initializing the NumPy array and hull=np.append(hull,hullv) and in this line, I am

2020-03-20 03:56:41 -0600 commented question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

hull=np.array([]) , this is like i am initializing the NumPy array and hull=np.append(hull,hullv) and in this line, I am

2020-03-20 03:56:25 -0600 commented question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

hull=np.array([]) , this is like i am initializing the NumPy array and hull=np.append(hull,hullv) and in this line, I am

2020-03-20 00:54:06 -0600 asked a question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y c

2020-03-20 00:54:03 -0600 asked a question Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y co-ordinates

Need find Convex Hull in Python for already found Convex Hull point , draw outer most Convex Hull and get it's X and Y c

2018-12-09 21:06:03 -0600 commented question Facing Problem in drawing counters for resized Image

This line of code will provide contours im2, contours, hierarchy = cv2.findContours(edges, cv2.RETR_TREE, cv2.CHAIN_

2018-12-09 21:05:42 -0600 commented question Facing Problem in drawing counters for resized Image

im2, contours, hierarchy = cv2.findContours(edges, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) This line of code will provi

2018-12-09 21:05:33 -0600 commented question Facing Problem in drawing counters for resized Image

im2, contours, hierarchy = cv2.findContours(edges, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) This line of code will provi

2018-12-07 10:56:14 -0600 asked a question Facing Problem in drawing counters for resized Image

Facing Problem in drawing counters for resized Image img=r"C:\5_cube.tif" img = cv2.imread(img, cv2.IMREAD_COLOR) img_gr

2018-12-04 23:29:21 -0600 received badge  Editor (source)
2018-12-04 23:29:21 -0600 edited question How to resize the contours and Draw it on Resized Image

How to resize the contours and Draw it on Resized Image Hello , I am using Python OpenCv I have an original Image of

2018-12-04 23:24:58 -0600 asked a question How to resize the contours and Draw it on Resized Image

How to resize the contours and Draw it on Resized Image Hello , I am using Python I have an original Image of size 1

2018-09-04 04:19:13 -0600 received badge  Enthusiast
2018-08-30 23:21:20 -0600 asked a question Detecting Percentage of Red ,Green , Blue ,Cyan , Magenta , Yellow

Detecting Percentage of Red ,Green , Blue ,Cyan , Magenta , Yellow I am trying to detect the percentage of the RGB and C