Ask Your Question

thepate94227's profile - activity

2020-09-03 11:28:56 -0600 received badge  Popular Question (source)
2019-01-31 05:54:16 -0600 edited question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work Question was not asked good enough...

2019-01-25 06:49:07 -0600 received badge  Enthusiast
2019-01-24 05:03:57 -0600 commented question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

@supra56: i get an error on the second line: src data type = 6 is not supported. but i solved my first problem. I just h

2019-01-24 05:03:31 -0600 commented question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

@supra56: i get an error on the second line: src data type = 6 is not supported. but i solved my first problem. I just h

2019-01-23 05:39:01 -0600 commented question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

Thank you, i will try it. But my big problem is why KMeans doesn't work with Hue Values in float from 0-360, while in ui

2019-01-23 05:37:57 -0600 commented question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

Thank you, i will try it. But my big problem is why Kmeans doesn't work with Hue Values in float from 0-360, while in ui

2019-01-22 08:53:09 -0600 edited question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work My task is to use KMeans on pictures, where i have a g

2019-01-22 08:52:24 -0600 edited question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work My task is to use KMeans on pictures, where i have a g

2019-01-18 08:15:18 -0600 edited question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work My task is to use KMeans on pictures, where i have a g

2019-01-18 08:14:26 -0600 edited question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work My task is to use KMeans on pictures, where i have a g

2019-01-18 08:13:07 -0600 edited question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work My task is to use KMeans on pictures, where i have a g

2019-01-18 07:32:30 -0600 edited question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work My task is to use KMeans on pciture, where i have a gr

2019-01-18 07:29:32 -0600 commented answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

Here is my new question: http://answers.opencv.org/question/207350/kmeans-doesnt-work-perfect-with-hsv_full-cv2merge-doe

2019-01-18 07:28:59 -0600 asked a question KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work

KMeans doesn't work perfect with HSV_FULL, cv2.merge doesn't work My task is to use KMeans on pciture, where i have a gr

2019-01-18 06:59:33 -0600 commented answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

Ok, i will ask a new question

2019-01-18 06:58:48 -0600 commented answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

I will show my code in my question...

2019-01-18 06:56:16 -0600 commented answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

My Code has many lines, should i still show it here in the comment section?

2019-01-18 06:37:10 -0600 commented answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

It works, but i have new problems now... one of them: the cv2.merge function doesn't work anymore. if i split the HSV_FU

2019-01-17 09:00:19 -0600 received badge  Student (source)
2019-01-17 05:32:12 -0600 marked best answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

I want to edit images and for that i need the Hue Value from the image. I first read the image with cv2.imread function. But when i use cv2.cvtColor function with cv2.COLOR_BGR2HSV or cv2.COLOR_BGR2HSV_FULL function to convert the image, i get a value range for hue from 0-179 or from 0-255. So i lose information about the image. If i convert the image for example in matlab, i get a double range from 0-1, so i don't lose information about the image.

I tried to read the image with cv2.imread and the flags= cv2.IMREAD_ANYDEPTH, but then i can't use the cv2.COLOR_BGR2HSV_FULL convert function...

2019-01-17 05:32:12 -0600 received badge  Scholar (source)
2019-01-17 05:30:17 -0600 commented answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

Thank you! :) I will try it now

2019-01-17 05:07:10 -0600 commented answer How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

Thank you! I will try it now

2019-01-17 04:54:58 -0600 edited question How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python? I want to edit images and for that i need the Hue

2019-01-17 04:54:06 -0600 received badge  Editor (source)
2019-01-17 04:54:06 -0600 edited question How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python? I want to edit images and for that i need the Hue

2019-01-17 04:53:43 -0600 asked a question How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python?

How to get Full HSV Hue Value Range(0-360 or 0-1 in double) in Python? I want to edit pictures and i need the Hue Values