ducha-aiki / extract_patches

Function for local patch extraction from OpenCV keypoints with proper bluring
Apache License 2.0
41 stars 0 forks source link

Question about affine format inputs #4

Open farhadinima75 opened 3 years ago

farhadinima75 commented 3 years ago

Hi @ducha-aiki thanks for the awesome repo.

I've a question about convert affine format (shape of keypoints: [N, 6]) to conventional SIFT format (shape of keypoints: [N, 4] and 4 is x, y, scale, angle).

I know that is not an issue but I don't know anywhere else can I ask it.

Anyway, thanks in advance. I'll be waiting for your response.

ducha-aiki commented 3 years ago

Hi,

Go ahead.