Remove final dependencies
This commit is contained in:
parent
be5f9630ca
commit
4ad1fff656
3 changed files with 8 additions and 35 deletions
|
|
@ -683,10 +683,6 @@ class BaseCamera(lt.Thing):
|
|||
return {}
|
||||
|
||||
|
||||
CameraDependency = lt.deps.direct_thing_client_dependency(BaseCamera, "camera")
|
||||
RawCameraDependency = lt.deps.raw_thing_dependency(BaseCamera)
|
||||
|
||||
|
||||
def downsample(factor: int, image: np.ndarray) -> np.ndarray:
|
||||
"""Downsample an image by taking the mean of each nxn region.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue