Ask Your Question

Renos's profile - activity

2020-10-14 05:23:10 -0600 received badge  Enthusiast
2020-09-28 07:42:01 -0600 commented answer Detect objects even though they touch the border of an image

Somehow in some pictures, the algorithm works a little bit. However, the green circle line does not fit exactly around t

2020-09-24 07:16:46 -0600 commented answer Detect objects even though they touch the border of an image

Thank you Suleyman, it is a good example but still when two pills touch each other. The algorithm considers them as one

2020-09-24 02:44:18 -0600 edited question Detect objects even though they touch the border of an image

Detect objects even though they touch the border of an image Hello to every one, It is my first post. I am new to image

2020-09-24 02:43:51 -0600 edited question Detect objects even though they touch the border of an image

Detect objects even though they touch the border of an image Hello to every one, It is my first post. I am new to image

2020-09-24 02:32:21 -0600 edited question Detect objects even though they touch the border of an image

Detect objects even though they touch the border of an image Hello to everyone, It is my first post. I am new to image

2020-09-24 02:28:38 -0600 edited question Detect objects even though they touch the border of an image

Detect objects even though they touch the border of an image Hello to everyone, It is my first post. I am new to image

2020-09-23 07:49:39 -0600 received badge  Editor (source)
2020-09-23 07:49:39 -0600 edited question Detect objects even though they touch the border of an image

Detect objects even though they touch the border of an image Hello to everyone, It is my first post. I am new to image

2020-09-23 07:39:19 -0600 commented question Detect objects even though they touch the border of an image

Also, I would like to ask. When two objects overlapping. How can I separate them?

2020-09-23 07:36:32 -0600 commented question Detect objects even though they touch the border of an image

class ImageDetection: def preprocessing(image_path): img = cv2.imread(image_path) img_blur = cv2.bil

2020-09-23 07:36:18 -0600 commented question Detect objects even though they touch the border of an image

class ImageDetection: def preprocessing(image_path): img = cv2.imread(image_path) img_blur = cv2.bil

2020-09-23 07:35:55 -0600 commented question Detect objects even though they touch the border of an image

<python> class ImageDetection: def preprocessing(image_path): img = cv2.imread(image_path) img

2020-09-23 07:35:32 -0600 commented question Detect objects even though they touch the border of an image

class ImageDetection: def preprocessing(image_path): img = cv2.imread(image_path) img_blur = cv2.bi

2020-09-23 07:35:04 -0600 commented question Detect objects even though they touch the border of an image

class ImageDetection: def preprocessing(image_path): img = cv2.imread(image_path) img_blur = cv2.bil

2020-09-22 09:27:33 -0600 asked a question Detect objects even though they touch the border of an image

Detect objects even though they touch the border of an image Hello to everyone, It is my first post. I am new to image