Ask Your Question

Splintersfury's profile - activity

2020-09-29 16:23:01 -0600 received badge  Notable Question (source)
2020-07-19 04:09:26 -0600 received badge  Popular Question (source)
2019-07-23 04:46:24 -0600 received badge  Popular Question (source)
2017-10-02 10:34:25 -0600 received badge  Editor (source)
2017-10-02 10:34:25 -0600 edited question How do I follow the detected line and find more points connected to it?

How do I follow the detected line and find more points connected to it? So I have create a code to find the edge of a wa

2017-10-02 10:32:48 -0600 asked a question How do I follow the detected line and find more points connected to it?

How do I follow the detected line and find more points connected to it? So I have create a code to find the edge of a wa

2017-09-27 18:04:02 -0600 commented question I'm trying to detect edges/walls on an image of a room?

Thank you so much, it totally improved my image by adding this portion Scharr(blurImage,dx,CV_16S,1,0); Scharr(blurImag

2017-09-27 06:51:27 -0600 commented question I'm trying to detect edges/walls on an image of a room?

Yeap ive read it, was thinking if I should do a preprocessing step to make the edges more defined (especially for the wa

2017-09-26 19:58:23 -0600 commented question I'm trying to detect edges/walls on an image of a room?

Hi, I have changed the parameters to 10,50 and my eclipse took forever to compile haha. Not sure if it'll help

2017-09-26 19:58:01 -0600 commented question I'm trying to detect edges/walls on an image of a room?

Hi, I have changed the parameters to 10,50 and my eclipse took forever to compile haha.

2017-09-26 12:58:15 -0600 asked a question I'm trying to detect edges/walls on an image of a room?

I'm trying to detect edges/walls on an image of a room? Basically, I have done up this code which runs a blur to smooth

2017-09-26 12:51:55 -0600 received badge  Supporter (source)
2017-09-26 04:05:54 -0600 received badge  Enthusiast
2017-09-21 04:39:01 -0600 received badge  Student (source)
2017-09-20 19:42:41 -0600 commented answer I'm trying to draw a rectangle on my mouse click coordinates?

Oh wow i got it now, thank you so much for this reference man! Sorry, I want to upvote but I cant cause i'm new :(

2017-09-20 19:42:03 -0600 commented answer I'm trying to draw a rectangle on my mouse click coordinates?

Oh wow i got it now, thank you so much for this reference man!

2017-09-17 05:51:20 -0600 asked a question I'm trying to draw a rectangle on my mouse click coordinates?

I'm trying to draw a rectangle on my mouse click coordinates? I am very new to opencv. So basically it compiles and run