Lines Matching full:descriptors
104 'work with Binary Descriptors',
106 Work with Binary Descriptors - constant data objects
117 dump_parser = subparsers.add_parser('dump', help='Dump all binary descriptors in the image')
144 list_parser = subparsers.add_parser('list', help='List all known descriptors')
147 … get_offset_parser = subparsers.add_parser('get_offset', help='Get the offset of the descriptors')
159 descriptors = self.parse_descriptors(image)
160 for tag, value in descriptors.items():
172 descriptors = self.parse_descriptors(image)
174 if search_term in descriptors:
175 value = descriptors[search_term]
250 descriptors = {}
271 descriptors[key] = decoded_data
276 return descriptors