Intel Realsense pyrealsense rs.decimation_filter()类(通过使用具有特定内核大小的中值执行下采样)(抽取过滤器/抽取滤波器)
生活随笔
收集整理的這篇文章主要介紹了
Intel Realsense pyrealsense rs.decimation_filter()类(通过使用具有特定内核大小的中值执行下采样)(抽取过滤器/抽取滤波器)
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
from decimation_filter.py
class decimation_filter(filter):""" Performs downsampling by using the median with specific kernel size. 通過使用具有特定內(nèi)核大小的中值執(zhí)行下采樣"""def __init__(self, *args, **kwargs): # real signature unknown; restored from __doc__"""__init__(*args, **kwargs)Overloaded function.1. __init__(self: pyrealsense2.pyrealsense2.decimation_filter) -> None2. __init__(self: pyrealsense2.pyrealsense2.decimation_filter, magnitude: float) -> None"""pass代碼示例:Intel Realsense D435 Post-processing filters 后處理過濾器(用于消除圖像的黑洞)
總結(jié)
以上是生活随笔為你收集整理的Intel Realsense pyrealsense rs.decimation_filter()类(通过使用具有特定内核大小的中值执行下采样)(抽取过滤器/抽取滤波器)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python matplotlib.py
- 下一篇: python中函数能够随处定义与调用吗?