MCPcopy Create free account
hub / github.com/PyImageSearch/imutils / DescriptorMatcher_create

Function DescriptorMatcher_create

imutils/feature/factories.py:25–26  ·  view source on GitHub ↗
(method)

Source from the content-addressed store, hash-verified

23 return cv2.DescriptorExtractor_create(method)
24
25 def DescriptorMatcher_create(method):
26 return cv2.DescriptorMatcher_create(method)
27
28else:
29 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…