联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图像处理(689) 
按平台查找All Python(689) 

[图形图像处理] image-processor

图像处理器,像素操作
Image processor, pixel manipulation (2024-03-21, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711106687378383.html

[图形图像处理] extra-mix-nodes

Blender插件,向着色器编辑器添加额外的混合节点,支持混合2个以上的纹理。
Blender addon that adds additional Mix nodes to the Shader Editor, with support for blending more than just 2 textures. (2024-02-02, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706973480128529.html

[图形图像处理] NIR-Soil-Texture-Classifier

近红外土壤质地分类器
NIR Soil Texture Classifier (2024-01-12, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1705054380193526.html

[图形图像处理] CircuitPython_PaletteFilter

用于替换显示器中的颜色索引值的CircuitPython帮助器类。Palette对象。
A CircuitPython helper class for replacing color index values in a displayio.Palette object. (2023-11-02, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1698951654674721.html

[图形图像处理] clrsvsim

彩色基因组结构变异模拟器,
Color Genomics Structural Variant Simulator, (2022-09-06, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695189438339005.html

[图形图像处理] TermPalette

端子ANSI调色板预览器,
Terminal ANSI color palette previewer, (2013-02-01, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695189427725481.html

[图形图像处理] GeditSchemer

Gedit的配色方案编辑器,
Color scheme editor for Gedit, (2018-11-21, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695189406332646.html

[图形图像处理] ColorPicker

Sublime文本的颜色选择器,
Color picker for Sublime Text, (2022-06-24, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695188548774166.html

[图形图像处理] Laplacian-Former

拉普拉斯变换器:克服视觉变换器在局部纹理检测中的局限性(MICCAI 2023),
Laplacian-Former: Overcoming the Limitations of Vision Transformers in Local Texture Detection (MICCAI 2023), (2023-09-05, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693945002783566.html

[图形图像处理] autoencoder

自动编码器对图像进行去噪,
autoencoder to denoise the images, (2019-01-24, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690209609694057.html

[图形图像处理] cdc_upscaler

基于CDC的图像上缩放器
Image Upscaler based on CDC (2023-01-11, Python, 6817KB, 下载0次)

http://www.pudn.com/Download/item/id/1687312862240434.html

[图形图像处理] Jpeg-encoder-decoder

实现了一种简单的JPEG编码器和解码器,以测试亮度和纹理掩蔽技术为部分...
Implementation of a simple JPEG encoder and decoder in order test luminance and texture masking techniques as part of assignment @cs_aueb (2018-05-23, Python, 640KB, 下载0次)

http://www.pudn.com/Download/item/id/1687283172335773.html

[图形图像处理] blender_texture_browser

用于Blender的纹理浏览器。
A texture browser for Blender. (2022-04-02, Python, 23KB, 下载0次)

http://www.pudn.com/Download/item/id/1687283098846444.html

[图形图像处理] Seamless-Texture-GAN-JHU-Deep-Learning-Project-

无缝纹理生成器
Seamless texture generator (2023-05-30, Python, 614738KB, 下载0次)

http://www.pudn.com/Download/item/id/1687283085322142.html

[图形图像处理] python-raytrace

Python中的光线跟踪渲染器
A ray tracing renderer in Python (2022-01-31, Python, 28KB, 下载0次)

http://www.pudn.com/Download/item/id/1686670964326185.html

[图形图像处理] fuse-img

带引导滤波器的图像融合。
Image fusion with guided filter. (2016-05-21, Python, 12459KB, 下载0次)

http://www.pudn.com/Download/item/id/1686661836454811.html

[图形图像处理] autoencoder-registration

基于空间transformer和堆叠卷积自编码器的大规模3D图像配准
Large-scale 3D image registration based on spatial transformers and stacked convolutional autoencoders (2017-12-06, Python, 11KB, 下载0次)

http://www.pudn.com/Download/item/id/1686660839990148.html

[图形图像处理] Registration-using-CNN-STN-ICSTN

空间transformer网络和逆合成空间transformer网络的实现...
Implementation of STN (Spatial Transformer Network) and ICSTN (Inverse Compositional Spatial Transformer Networks) in Tensorlayer to predict transformation parameters from 2D images. (2021-12-06, Python, 27187KB, 下载0次)

http://www.pudn.com/Download/item/id/1686660656182888.html

[图形图像处理] Analog-Utility-Meter-Reader

模拟效用表读取器的OpenCV实现。用Python编写的图像处理代码,服务器端visu...
An OpenCV implementation of an Analog Utility Meter Reader. Image processing code written in Python, server-side visualization implemented using Node JS and MongoDB. (2016-02-29, Python, 4294KB, 下载0次)

http://www.pudn.com/Download/item/id/1686624433558225.html

[图形图像处理] 去噪自编码器

针对深度学习中常见的图片数据的噪音问题,简单实现经典的自编码去噪器,数据集采用MNIST进行训练
Aiming at the common noise problem of picture data in deep learning, the classical self-coding denoiser is simply realized, and the data set is trained by MNIST. (2020-06-18, Python, 7KB, 下载2次)

http://www.pudn.com/Download/item/id/1592483465288497.html
总计:689