Ask Your Question

Safa's profile - activity

2020-04-30 06:53:43 -0600 received badge  Famous Question (source)
2019-08-03 12:22:35 -0600 received badge  Notable Question (source)
2019-03-16 09:32:47 -0600 received badge  Popular Question (source)
2018-05-10 08:48:34 -0600 commented question Mask bright spots

thresh = cv2.threshold(blurred, 200, 255, cv2.THRESH_BINARY) This operation takes any pixel value p >= 200 (bright) a

2018-05-09 20:22:05 -0600 commented question Mask bright spots

I'm using Opencvforunity and i was warned about posting code that corresponds to that asset previously, i'm only searchi

2018-05-09 20:21:18 -0600 commented question Mask bright spots

I'm using Opencvforunity and i was warned about posting code that corresponds to that asset previously, i'm only searchi

2018-05-09 10:58:32 -0600 asked a question Mask bright spots

Mask bright spots Hello, I'm trying to detect contours in a video but i also want to ignore/mask the bright objects in i

2018-05-03 10:36:34 -0600 commented question Merge contours from image

Hello, I was wondering if you ever found a solution to your problem, i'm facing the same thing and even though i tried c

2018-05-03 10:36:17 -0600 answered a question Merge contours from image

Hello, I was wondering if you ever found a solution to your problem, i'm facing the same thing and even though i tried c

2018-05-03 07:46:29 -0600 commented answer Edge detection

Sadly it doesn't change much, I also tried making the kernel size bigger but it ended up removing some of the important

2018-05-03 07:10:06 -0600 asked a question Edge detection

Edge detection Hello, I'm using canny for contour detection, I only need to detect the bounds/edges of my objects but it

2018-04-24 11:45:37 -0600 received badge  Critic (source)
2018-04-14 19:37:35 -0600 asked a question Sort HoughLines and make a closed shape

Sort HoughLines and make a closed shape I'm using the canny function for edge detection and then applying the HoughLines

2018-04-12 11:23:37 -0600 commented question Convert MatOfPoint to Point

I'm trying to get the position (x,y) of all the points in a certain contour

2018-04-12 09:49:41 -0600 asked a question Convert MatOfPoint to Point

Convert MatOfPoint to Point I have a List<matofpoint> and I need to convert it to List<point>, is there a di

2018-04-04 17:36:46 -0600 edited question Detect only important edges using canny edge detector

Detect only important edges using canny edge detector Hello, I'm using canny edge detector to detect edges of certain ob

2018-04-04 17:33:14 -0600 edited question Detect only important edges using canny edge detector

Detect only important edges using canny edge detector Hello, I'm using canny edge detector to detect edges of certain ob

2018-04-04 12:13:20 -0600 edited question Detect only important edges using canny edge detector

Detect only important edges using canny edge detector Hello, I'm using canny edge detector to detect edges of certain ob

2018-04-04 12:13:07 -0600 asked a question Detect only important edges using canny edge detector

Detect only important edges using canny edge detector Hello, I'm using canny edge detector to detect edges of certain ob

2018-04-03 10:38:15 -0600 marked best answer Swap black and white

Hello, I'm using Canny edge detection in a c++ opencv project and the output is in black and white (the lines of the detected objects are in white and the background is black) I would like to know if it's possible to swap/reverse the 2 colors and if so is there a predefined method for it. Thank you for your help.

2018-04-03 10:38:10 -0600 received badge  Student (source)
2018-04-03 10:36:26 -0600 received badge  Editor (source)
2018-04-03 10:36:26 -0600 edited question Converting opencv Mat to texture2d

Converting opencv Mat to texture2d Hello, I'm working on an opencvsharp project that takes frames from a webcam, process

2018-04-03 10:35:45 -0600 asked a question Converting opencv Mat to texture2d

Converting opencv Mat to texture2d Hello, I'm working on an opencvsharp project that takes frames from a webcam, process

2018-04-02 04:38:45 -0600 asked a question Swap black and white

Swap black and white Hello, I'm using Canny edge detection in a c++ opencv project and the output is in black and white

2018-03-28 10:54:49 -0600 received badge  Enthusiast
2018-03-14 05:10:28 -0600 commented question Object Detection/Tracking and Unity Integration

I want to be able to track objects that are on a wall (white wall), I don't know what algorithms to use for the detectio

2018-03-14 05:03:01 -0600 asked a question Object Detection/Tracking and Unity Integration

Object Detection/Tracking and Unity Integration Hello I'm new at using opencv, I'm making an interactive projection mapp