Ask Your Question

ThePromenader's profile - activity

2019-04-15 11:53:50 -0600 commented answer Enhancing low-contrast detail

I forgot to mention that I'm in python - the extended image modules weren't ported over to it very well (limited variabl

2019-04-15 11:50:44 -0600 commented answer Enhancing low-contrast detail

I forgot to mention that I'm in python - the extended image modules weren't ported over to it very well (limited variabl

2019-04-15 07:38:22 -0600 received badge  Supporter (source)
2019-04-15 07:38:19 -0600 commented answer Enhancing low-contrast detail

Thank you so much! That's my goal exactly, looking into it... now. Thanks again!

2019-04-15 06:16:18 -0600 asked a question Enhancing low-contrast detail

Enhancing low-contrast detail I'm new to openCv, so apologies if I have overlooked an obvious method (that I obviously h

2019-04-15 05:57:24 -0600 marked best answer Interaction with a kernel?

I would like to detect and isolate shapes, and for that would like to run a series of tests on a given x,y location to test for shape edge location/direction (to later follow it, even predict the direction (eventual line gaps, etc.)).

Does a cv2.kernel have to sweep the entire image, or is there some means of communicating with it with every pixel move? Is it possible to 'direct' a kernel (along a vector path, for example)?

2019-04-15 05:24:49 -0600 commented answer Interaction with a kernel?

Thanks for your reply, but that is what I meant: sorry if I wasn't clear. For clarification: one must first isolate tha

2019-04-14 09:39:33 -0600 answered a question Interaction with a kernel?

Answering my own question, as I've learned to re-model my thinking around a better understanding of what openCv does, si

2019-04-11 07:18:28 -0600 received badge  Enthusiast
2019-04-05 10:38:45 -0600 commented question Interaction with a kernel?

Sorry about that... my basic question is: can an openCv kernel be 'directed' (to stop, change direction, follow paths, e

2019-04-05 09:43:31 -0600 commented question Interaction with a kernel?

Sorry about that... my basic question is: can an openCv kernel be 'directed' (to follow paths, etc.), or at least can it

2019-04-04 13:21:21 -0600 asked a question Interaction with a kernel?

Interaction with a kernel? I would like to detect and isolate shapes, and for that would like to run a series of tests o