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

Function list_images

imutils/paths.py:7–9  ·  view source on GitHub ↗
(basePath, contains=None)

Source from the content-addressed store, hash-verified

5
6
7def list_images(basePath, contains=None):
8 # return the set of files that are valid
9 return list_files(basePath, validExts=image_types, contains=contains)
10
11
12def list_files(basePath, validExts=None, contains=None):

Callers

nothing calls this directly

Calls 1

list_filesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…