Selecting features in a particular window using annotations?

asked 2016-02-04 00:56:50 -0600

vigneshr95 gravatar image

I have extracted features for the feature points in the entire frame. How to select the features in ROI using annotations? (Annotations of ROI are available in the dataset.)

edit retag flag offensive close merge delete

Comments

are you asking how to read an annotation file ? from which dataset is that ?

berak gravatar imageberak ( 2016-02-04 01:13:13 -0600 )edit

ReDID dataset .. Ya Since i need to use only the decriptors inside ROI for the next step.. I need to select those inside the envelope defined in annotation.

vigneshr95 gravatar imagevigneshr95 ( 2016-02-04 01:15:11 -0600 )edit

it's not publicly available, or is it ?

berak gravatar imageberak ( 2016-02-04 01:39:43 -0600 )edit

This cannot be that difficult right? Each keypoint will have a seed point from the keypoint detector and a range in which the descriptor is calculated. Use that info to make sure you are still inside the window of the ROI, which is the annotation in this case. It is simply comparing x and y coordinates...

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-04 06:50:34 -0600 )edit

That is my doubt @stevanputterman .. My Annotation file is in .txt format .. how can i read that into my program and compare?

vigneshr95 gravatar imagevigneshr95 ( 2016-02-04 07:29:05 -0600 )edit
StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-04 07:50:21 -0600 )edit