文件名称:matlab简单图像处理代码-python-examples-ip:用于教学的OpenCVPython图像处理示例
文件大小:84KB
文件格式:ZIP
更新时间:2024-06-15 10:30:37
系统开源
matlab简单图像处理代码Python图像处理OpenCV教学示例 OpenCV Python图像处理示例,用于在位于英国(英国)的计算机科学专业课程中进行教学。 所有版本均通过3.x / 4.x和Python 3.x进行了测试。 # Example : <................................> processing from a video file # specified on the command line (e.g. python FILE.py video_file) or from an # attached web camera 通常,访问摄像机或视频的大多数示例可以按如下方式使用: python3 ./skeleton.py -h usage: skeleton.py [-h] [-c CAMERA_TO_USE] [-r RESCALE] [video_file] Perform ./skeleton.py example operation on incoming camera/video image positional argum
【文件预览】:
python-examples-ip-master
----.gitignore(1KB)
----abs_difference.py(7KB)
----capture_video.py(3KB)
----TESTING.md(6KB)
----colour_query.py(3KB)
----checkbuildinfo.py(607B)
----histogram_equalize.py(5KB)
----gamma.py(5KB)
----dct_low_pass_filter.py(8KB)
----ycrcb_viewer.py(6KB)
----low_pass_filter.py(8KB)
----LICENSE(7KB)
----test_all.sh(2KB)
----capture_camera.py(2KB)
----clahe_equalization.py(6KB)
----high_pass_filter.py(8KB)
----.github()
--------workflows()
----jpeg_compression_noise.py(6KB)
----colour_object_tracking.py(10KB)
----smooth_image.py(2KB)
----butterworth_low_pass_filter.py(10KB)
----README.md(5KB)
----median_filter.py(4KB)
----rgb_viewer.py(4KB)
----histogram.py(5KB)
----exponential.py(5KB)
----bilateral_filter.py(6KB)
----contrast_stretching.py(5KB)
----logarithmic.py(5KB)
----mean_filter.py(5KB)
----skeleton.py(4KB)
----save_video.py(4KB)
----correlation_template_matching.py(7KB)
----fourier.py(7KB)
----hsv_viewer.py(5KB)
----version.py(3KB)
----save_image.py(956B)
----camera_stream.py(8KB)
----butterworth_high_pass_filter.py(10KB)
----nlm_filter.py(6KB)