pyecvl:ECVL的Python包装器

时间:2024-04-07 12:01:01
【文件属性】:

文件名称:pyecvl:ECVL的Python包装器

文件大小:139KB

文件格式:ZIP

更新时间:2024-04-07 12:01:01

C++

PyECVL是 (欧洲计算机视觉库)的Python包装器。 这是您可以使用PyECVL进行操作的简短示例: import numpy as np import pyecvl . ecvl as ecvl def inc_brightness ( img , rate ): a = np . array ( img , copy = False ) max_val = np . iinfo ( a . dtype ). max a [ a > max_val - rate ] = max_val a [ a <= max_val - rate ] += rate def main (): img = ecvl . ImRead ( "test.jpg" ) inc_brightness ( img , 10 ) ecvl . ImWr


【文件预览】:
pyecvl-master
----MANIFEST.in(131B)
----.gitmodules(216B)
----add_boilerplate.py(3KB)
----docs()
--------logo.svg(15KB)
--------logo.png(20KB)
--------source()
----Dockerfile.gpu(837B)
----Dockerfile.docs-pdf(415B)
----build_docker_gpu.sh(218B)
----Jenkinsfile(1KB)
----tools()
--------gen_dataset.py(3KB)
--------reduce_dataset.py(5KB)
--------check_dataset.py(2KB)
----build_docker.sh(345B)
----Dockerfile.ecvl-no-eddl(1KB)
----.github()
--------workflows()
----Dockerfile.ecvl(2KB)
----Dockerfile.cudnn(839B)
----Dockerfile.manylinux-gpu(495B)
----Dockerfile(537B)
----Dockerfile.docs(241B)
----Dockerfile.ecvl-gpu(2KB)
----tests()
--------test_eddl.py(3KB)
--------test_image.py(12KB)
--------test_dataset.py(2KB)
--------test_imgproc.py(18KB)
--------test_arithmetic.py(6KB)
--------test_augmentations.py(15KB)
--------test_datatype.py(2KB)
----LICENSE(1KB)
----pyecvl()
--------ecvl.py(68KB)
--------__init__.py(1KB)
--------version.py(1KB)
----Dockerfile.jenkins(765B)
----CONTRIBUTING.md(2KB)
----Dockerfile.centos(632B)
----Dockerfile.no-eddl(340B)
----src()
--------image_ext.hpp(2KB)
--------view_int8_addons.hpp(2KB)
--------generateclassificationdataset_addons.hpp(1KB)
--------generatesegmentationdataset_addons.hpp(2KB)
--------view_int16_addons.hpp(2KB)
--------view_float32_addons.hpp(2KB)
--------image_addons.hpp(7KB)
--------func_binder.hpp(32KB)
--------view_uint8_addons.hpp(2KB)
--------sample_addons.hpp(2KB)
--------_core.cpp(208KB)
--------dataset_addons.hpp(1KB)
----Dockerfile.ecvl.centos(2KB)
----setup.cfg(31B)
----Dockerfile.ecvl-0.2.1-eddl-0.5.4a(2KB)
----Dockerfile.ecvl-manylinux-gpu(3KB)
----requirements.txt(37B)
----examples()
--------ecvl_eddl.py(4KB)
--------read_write.py(2KB)
--------augmentations.py(2KB)
--------openslide.py(2KB)
--------moments.py(4KB)
--------imgproc.py(7KB)
--------dataset.py(2KB)
--------img_format.py(2KB)
--------run_all.sh(825B)
--------dataset_generator.py(2KB)
----setup.py(4KB)
----codegen()
--------move_custom_binder.py(1KB)
--------all_includes.hpp(412B)
--------gen_bindings.sh(734B)
--------add_annotation.sed(215B)
--------config.cfg(1KB)
----.gitignore(6B)
----third_party()
--------pyeddl()
--------ecvl()
----.dockerignore(60B)
----Dockerfile.ecvl-cudnn(2KB)
----README.md(1KB)
----generate_bindings.sh(783B)
----build_jenkins_image.sh(763B)
----build_manylinux_wheels_gpu.sh(379B)
----Dockerfile.manylinux-cuda101(452B)

网友评论