Ask Your Question

Nonso's profile - activity

2019-11-08 00:36:49 -0600 received badge  Notable Question (source)
2019-07-05 05:43:27 -0600 received badge  Popular Question (source)
2018-03-13 19:36:22 -0600 asked a question Selecting various part of an image as forground using grabcut

Selecting various part of an image as forground using grabcut I want to be able to select various part of an image as my

2018-02-26 01:02:01 -0600 commented question TypeError: Scalar value for argument 'color' is not numeric

And why was this answer closed in the first place?

2018-02-26 01:01:34 -0600 commented question TypeError: Scalar value for argument 'color' is not numeric

Ok i got it fixed,i think it has to do with the type returned when you make a color=img[x,y] assignment,when trying to

2018-02-25 14:20:49 -0600 commented question TypeError: Scalar value for argument 'color' is not numeric

I just tried out the suggestion you gave @berak,but i still get the same error

2018-02-25 04:00:39 -0600 commented question TypeError: Scalar value for argument 'color' is not numeric

Thanks again @berak

2018-02-25 00:19:38 -0600 asked a question TypeError: Scalar value for argument 'color' is not numeric

TypeError: Scalar value for argument 'color' is not numeric While drawing a filled rectangle,i tried using a dynamic col

2018-02-25 00:19:17 -0600 asked a question TypeError: Scalar value for argument 'color' is not numeric

TypeError: Scalar value for argument 'color' is not numeric While drawing a filled rectangle,i tried using a dynamic col

2018-02-25 00:01:58 -0600 received badge  Enthusiast
2018-02-24 05:07:21 -0600 commented question i want to get the BGR value of a image on click in python

Ohhh,I see it now, thanks @berak I will do just that

2018-02-24 04:17:46 -0600 commented question i want to get the BGR value of a image on click in python

img = np.zeros((300,512,3), np.uint8) # I created a black image here cv2.namedWindow("color",cv2.WINDOW

2018-02-24 04:17:17 -0600 commented question i want to get the BGR value of a image on click in python

img = np.zeros((300,512,3), np.uint8) # I created a black image here cv2.namedWindow("color",cv2.WINDOW_NOR

2018-02-24 04:16:57 -0600 commented question i want to get the BGR value of a image on click in python

img = np.zeros((300,512,3), np.uint8) # I created a black image here cv2.namedWindow("color",cv2.WINDOW_NORMAL)

2018-02-24 04:01:15 -0600 commented question i want to get the BGR value of a image on click in python

I meant to type "black image"

2018-02-24 03:45:28 -0600 commented question i want to get the BGR value of a image on click in python

For example I created an initial Nyack screen which should return a bgr tuple of (0,0,0) when I click on the image,inst

2018-02-23 17:17:49 -0600 received badge  Editor (source)
2018-02-23 17:17:49 -0600 edited question i want to get the BGR value of a image on click in python

i want to get the BGR value of a image on click in python I want to be able to get the color value(bgr) of an image when

2018-02-23 17:10:17 -0600 asked a question i want to get the BGR value of a image on click in python

i want to get the BGR value of a image on click in python I want to be able to get the color value(bgr) of an image when

2018-02-22 08:04:29 -0600 commented answer How can i set mouse callbacks to different windows with python

Thanks @Lberger

2018-02-22 07:31:27 -0600 received badge  Supporter (source)
2018-02-22 07:28:51 -0600 marked best answer How can i set mouse callbacks to different windows with python

I am working on a project that will require me to have two OpenCV windows,i want to set callbacks for the different windows,how do i go about it using python

2018-02-22 07:28:51 -0600 received badge  Scholar (source)
2018-02-20 14:06:10 -0600 asked a question How can i set mouse callbacks to different windows with python

How can i set mouse callbacks to different windows with python I am working on a project that will require me to have tw