(method)
| 23 | return cv2.DescriptorExtractor_create(method) |
| 24 | |
| 25 | def DescriptorMatcher_create(method): |
| 26 | return cv2.DescriptorMatcher_create(method) |
| 27 | |
| 28 | else: |
| 29 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…