Ask Your Question

droog_the_droog's profile - activity

2019-04-04 05:58:46 -0600 asked a question Using OpenCV in Python via a C# application

Using OpenCV in Python via a C# application Hello, I'm looking to build a demo for a program that I've written using th

2019-03-25 09:26:56 -0600 received badge  Supporter (source)
2019-03-18 09:31:39 -0600 commented question Different results each loop

Yeah, it's because of the randomness of the search algorithm I'm using, I've found. Also, KAZE does much better for my a

2019-03-17 08:11:04 -0600 commented question Different results each loop

I seem to be getting different matches every time I call knnMatch(descriptors1,descriptors2,k=2). Trying to figure out w

2019-03-17 07:03:05 -0600 received badge  Editor (source)
2019-03-17 07:03:05 -0600 edited question Different results each loop

Different results each loop Hello, I'm using KAZE for computing keypoints and descriptors for a set of images. If I jus

2019-03-17 06:49:02 -0600 received badge  Student (source)
2019-03-17 06:48:01 -0600 asked a question Different results each loop

Different results each loop Hello, I'm using KAZE for computing keypoints and descriptors for a set of images. If I jus

2019-03-14 04:07:42 -0600 received badge  Enthusiast
2019-03-06 05:57:19 -0600 commented answer Extract scale-space representation from function

Yeah, something like that would probably be the way to go. Both create_nonlinear_scale_space() and also the memory-alloc

2019-03-06 02:31:25 -0600 commented answer Extract scale-space representation from function

Yeah, it makes sense. Do you have any suggestions for how such a hack could be implemented? :)

2019-03-06 02:15:14 -0600 commented answer Extract scale-space representation from function

Really? Seems so strange to me on an intuitive plane. There's a function called "Create_Nonlinear_Scale_Space" in the so

2019-03-05 06:56:19 -0600 asked a question Extract scale-space representation from function

Extract scale-space representation from function Hello, I need to use the scale-space representation of my input image

2019-02-25 04:54:03 -0600 asked a question Possible to use KAZE's nonlinear scale space construction otherwise?

Possible to use KAZE's nonlinear scale space construction otherwise? Hello, I need to construct a non-linear scale spac

2019-02-07 08:13:57 -0600 commented answer AGAST keypoints size evaulates to 7.0?

Yeah it makes sense that it comes from the radius of the Bresenham's circle that is used in order to evaulate the intere

2019-02-07 07:59:59 -0600 commented answer AGAST keypoints size evaulates to 7.0?

Yeah that makes sense. But isn't it the size of a keypoint that is used when computing the overlap error for computing e

2019-02-07 07:26:38 -0600 asked a question AGAST keypoints size evaulates to 7.0?

AGAST keypoints size evaulates to 7.0? I'm doing a project where I'm extracting keypoints using the AGAST algorithm. One