i detect keypoints using orb algorithm of opencv using python . when i try to print the keypoints it shows something like
<KeyPoint 0x7f5c50e41c00>
<KeyPoint 0x7f5c50e41c30>
<KeyPoint 0x7f5c50e41c60>
<KeyPoint 0x7f5c50e41c90>
<KeyPoint 0x7f5c50e41cc0>
<KeyPoint 0x7f5c50e41cf0>
<KeyPoint 0x7f5c50e41d20>
...
what does it mean ?isnt keypoint supposed to store x,y,angle,class_id,orientation , etc