搜索资源列表
vc-image-transact
- 有关图像处理程序的汇总,比较全面的完成了图像处理的代码设计。-the image processing procedures and collected more comprehensive completion of the image processing code design.
image-shuangxianxing
- 以VC为工具完成了对于图像的双线性缩放,实现了图像任意比例的缩放-to VC as a tool for the completion of the bilinear image scaling, image realize arbitrary proportion of Laval
image inpainting
- implementation of "Region Filling and Object Removal by Exemplar-Based Image Inpainting" and "Gradient based image completion by solving the Poisson equation"
AVIprocess.rar
- 视频稳像平台,能打开AVI文件显示并做各种处理,能完成视频稳像,Video image stabilization platform, can open the AVI file and do all kinds of shows that deal with the completion of the video image stabilization
Inpainting
- implementation of the inpainting algorithm in the papers "Region Filling and Object Removal by Exemplar-Based Image Inpainting" and "Gradient based image completion by solving the Poisson equation"
Edge_Enhancement_Adaptive_Anis
- 完成基于各向异性的自适应超声图像去噪和边缘增强方法,参考Adaptive Anisotropic Diffusion for Ultrasonic Image Denoising and Edge Enhancement.pdf,加入了m参数,The completion of ultrasound-based adaptive anisotropic image denoising and edge enhancement method, reference Adaptive Anisotro
MRF_Based
- ,论文《Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统观景变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin 2)生产dll,具体的函数可以查看文件MRF_Based.h 3)如有问题请联系z
Fragment-basedImageCompletion
- 此代码实现图像修复领域的经典算法-IDORI在2003年发表于SIG的论文:fragment based image completion.修复效果很好,修复时间有待改进。-This code implementation of the classical field of image restoration algorithm-IDORI in 2003, published in the SIG' s thesis: fragment based image completion. Very
signal-analysis
- dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
traceprogrames
- track1.m是二值图像边界跟踪的主程序,boundary_trace.m是二值图像边界跟踪的调用程序,完成图像的边界跟踪。 track2.m是灰度图像边界跟踪的主程序,boundary_trace2.m是灰度图像边界跟踪的调用程序。-track1.m is a binary image of the main border track, boundary_trace.m is a binary image border call tracking procedure to track t
new
- 该程序是完成各种经典办色调图像处理算法,及基于图像特征的半色调方法和机遇图像极小乡四渡的半色调方法。-Completion of the program are to do a variety of classic color image processing algorithms, and image-based features of methods and opportunities halftone image of a very small rural four Kuantu half
PCNN
- 利用改进的脉冲神经网络完成灰度图像的分割-The use of impulsive neural networks to improve the completion of gray-scale image segmentation
WebMIS.GoldFilter
- ***功能描述*** 对DataTable/View各列做各种智能匹配、比较操作、模糊匹配查询过滤、在结果中查询过滤。 相当但丰富于DataTable/View数据王国的“BaiDu” ***适用范围*** 各个网站网页或软件的网格数据过滤,通用于Oracel、SQLServer、ADO.NET的查询过滤。-Functional Descr iption****** on the DataTable/View all out to do a variety of intel
MyImageProcessing
- 完成图像处理,包括基本处理,平滑,锐化,形态学处理,加密与解密,以及其他处理。-Completion of image processing, including basic processing, smoothing, sharpening, morphological processing, encryption and decryption, as well as other processing.
www.263.net
- 此文件代码完成功能有 图片检索、分析 及相关功能-Completion of the file function code image retrieval, analysis and related functions
ImgCompletion
- 图像修补算法,实现了对大面积缺失区域的修补及结构信息的修补。运了了基于块的纹理合成方法,对图像中纹理缺失区域修补。-the algorithm for image completion, it achieve the completion to a large missing region and structure information.to texture in image, we use the texture synthesis techniques.
imagesample
- 简单图像处理的程序,基于matlab的控件完成,经调试可以用-Simple image processing program, based on matlab control the completion, after debugging can use it. . .
imageyasuo2
- 这是一个图像压缩的VB程序,源码自创,大学期间完成。-This is an image compression VB program, source self, college completion.
Statistical-Image-Completion-master
- Statistical Image Completion. Image processing project realized for the Image Processing class SI241 at Telecom ParisTech. Based on patches statistics of an image, the program aims at completing a missing part of it. It can be used to delete small ob
Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning
- Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning 文章中提出的算法