搜索资源列表
图像融合算法演示源码
- 点击打开文件的两个按钮,打开上下文件然后在图片上用鼠标左键点击选择一个闭合的区域,当两个图片区域选定后,点击生成比对图片按钮,将会生成融合的比对图片,可以调整比对图片的相对位置和图片透明度。 -click open the file of two buttons, then open the next document in photographs with the left mouse button click on the choice of a closed region, when
matting.tar
- 最新图像轮廓透明度计算算法。 发表在今年的计算机视觉会议-latest image contours transparency calculation algorithm. Published in this year's Computer Vision Conference
diejiaOK
- 完成图像的叠加, 可以把源图叠加到目标图上面,根据要求修改透明度
PNG
- vc+png按钮渐变, PNG文件格式是为了适应网络数据传输而设计的一种图像文件格式,用于取代格式较为简单、专利限制严格的GIF图像文件格式。而且,这种图像文件格式在某种程度上甚至还可以取代格式比较复杂的TIFF图像文件格式。它的压缩效率通常比GIF要高、提供Alpha通道控制图像的透明度、支持Gamma校正机制用来调整图像的亮度等。-vc+ png button gradient, PNG file format in order to meet the data transmission
ChangeAlpha
- 改变一幅图像的透明度,实现两幅图像的合成.-To change an image of the transparency of the synthesis of the two images.
ImageProcessing
- 可以用来进行图像透明度处理,图像叠加融合等。-Transparency can be used for image processing, image overlay fusion.
psopacity
- 总的来说不透明度调节的是整个图层的不透明度, 注意是整个图层的,而填充是只是改变填 充部分的不透明度。调整不透明度会影响整个图层中多有的对象(原图层中的对象和添加的 各种图层样式效果),而修改填充时只会影响原图像,不会影响添加效果(添加的图层样式)。-Transparency of regulation is generally not the opacity of the layer, pay attention to the whole layer, change the fill
dynamic-picture
- 通过改变图片的透明度,实现图像的动态运动-Through the change the picture transparency, and realize the dynamic movement of the image
showMaskAsOverlay
- 透明叠加,选取两张图片,改变浮动图像的透明度,貌似可行-Transparent overlay
ImageProcessing
- 对图像透明度的处理可以让图像渐渐变淡或者渐渐显现出来,下面的可以将两个图像叠加显示-imageprocessing about apparence
imageprocessing
- 对图像进行简单的图像增强操作,比如改变图像的色度、透明度,最后得到最佳的图形。-The image simple image enhancement operations, such as changing the image of chroma, transparency, and finally get the best graphics.
litichuangti
- java上立体图像的编辑,可设置透明度,可旋转,透明窗体-java on the stereo image editing, you can set transparency, rotation, transparent form
VB-image-processing-
- VB 图像处理(旋转、透明度、饱和度、色度、缩放 相关技术的源代码-VB image processing (rotation, transparency, saturation, chroma, scaling)
EMMTool白板图像处理工具
- 几个月前写的电子白板工具,截屏部分参考了QQ的截屏方式写的,并且对QQ截屏功能做了一些修改。 支持对颜色透明度选择,支持画笔鼻头粗细的调整。 可以有多种笔形模式可供选择。 还支持不多撤销操作和白板模式下绘图。
image-mosaic-based--on-sift
- 代码是基于sift的图像拼接,包含特征提取,匹配和拼接,并且添加了调节图像拼接透明度函数 -image mosaic based on sift ,including feature extaction,matching and image mosaic.And add a transparency adjusting function.
nv12blend
- 两副nv12或nv21 数据的图像融合渲染,支持图像任意位置及带透明度的融合渲染-Two nv12 image rendering data integration, support and integration of rendered images with any location transparency
Trackbar
- 在opencv环境配置下,完成的图像叠加与透明度调节-In opencv environment configuration, complete the image overlay and transparency adjustment
C#图像处理编程+源程序
- 本文档为C#图像处理编程,界面设计简洁大方,功能涉及图像基本操作(C)、图像增强(Z)、图像特技显示(T)、数学形态学(L)。灰度、饱和度、透明度调节、高斯、二阶优化、霓虹、负像、浮雕等(This document is C# image processing programming. The interface design is simple and generous. Its functions include image basic operation (C), image enhanc
matlab数字图像处理系统
- matlab具有完备的图形处理功能、友好的用户界面以及功能强大的图形处理工具箱,能够实现对数字图像的编辑和处理工作,实现功能包括数字图像的读取、存储、显示、去色、图像翻转、局部放大、透明度调整、去噪、平滑、锐化、压缩、边缘检测等操作。 本文的主要内容如下: 1.研究图像处理技术,包括图像处理技术的分类、数字图像处理的特点,主要内容以及应用。 2.分析MATLAB软件及其在图像处理中的应用。 3.完成系统的总体设计,各功能模块设计。由于篇幅有限,本文重点论述了图像变换模块的设计,对已有的算
paddlex百度飞桨视频去水印
- 基于PaddlePaddle的AI Studio Codelab,使用PaddleX库和图像分割算法去除视频中的水印。该代码可以去除视频中的一些简单的水印,例如透明度较低的文本水印。