Ask Your Question
0

[Brisk] How to change key point's size ?

asked 2019-03-05 04:44:00 -0600

Reshi gravatar image

updated 2019-12-09 08:04:54 -0600

Akhil Patel gravatar image

Hi, everybody ! I have got one question, concerning the Brisk method work. I have found key points on my image ( see: http://prntscr.com/mtgx89 ) and then I wanna increase the "Size"(diameter) of each key point. I have changed key point "Size" field, but it didn't help ( actually, size of key point in the program was changed successful, but visually it didn't change). Tell me please, maybe there is another way to increase the "Size"(diameter) of keypoint ? Thanks/

edit retag flag offensive close merge delete

Comments

  • please put your img here, not on an external bin (where it will expire)

  • please explain, why you need to change this ?

  • " I have changed key point "Size" field" -- well, after the detection ? that does not make any sense.

berak gravatar imageberak ( 2019-03-05 04:50:41 -0600 )edit

what about using this constructor overload, which allows to set the radii ?

berak gravatar imageberak ( 2019-03-05 04:58:58 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-03-05 08:49:32 -0600

supra56 gravatar image
keypoints = [cv2.KeyPoint(x, y, 5, _class_id=0)]

And link: class_id

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-05 04:44:00 -0600

Seen: 326 times

Last updated: Mar 05 '19