搜索资源列表
-
0下载:
live-wire是一种常用于医学图像的交互式分割方法,其基本思想是利用动态规划方法产生图像中给定两点间的最优路径,合理地构造代价函数和选择起始点和目标点,用以提取物体的边缘,十分有效,该份文件中包含说明文件,操作方便.-live-wire is a common medical images in the interactive segmentation method, The basic idea is to use dynamic programming methods to image
-
-
1下载:
这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式-This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement
-
-
0下载:
实现动态规划算法和感兴趣区域提取,效果不错啊
-The realization of dynamic programming algorithm and region of interest extraction, the effect of good ah
-
-
0下载:
用Snake算法和基于动态规划的图搜索算法,有效地实现了复杂物体轮廓特征的提取。 -With the Snake algorithm and based on dynamic programming graph search algorithm, effective implementation of the complex features of an object contour extraction.
-
-
0下载:
运用C语言使用动态规划算法设计思想实现的图像压缩算法源程序-Using C language using the dynamic programming algorithm design thought realize image compression algorithm source program
-
-
0下载:
对灰度图像进行压缩和解压缩,用动态规划的方法做的。-On the gray image compression and decompression with dynamic programming to do.
-
-
0下载:
灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values in the range [0,255], if we adopt a pixel one byte is stored, it must lead to
-
-
0下载:
图像处理中的一种动态处理方式——喷枪效果,基于delphi 7编程实现-Image processing in a dynamic approach- the gun effects, programming based on delphi 7
-
-
0下载:
为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and
-
-
0下载:
POJ1112,动态规划,宽度优先搜索预处理-POJ1112, dynamic programming, breadth-first search for pre-
-
-
0下载:
采用动态规划思想编写的灰度图像压缩算法。-The use of dynamic programming algorithms written in gray-scale image compression
-
-
0下载:
改程序用动态规划的方法实现了对灰质位图图像的压缩-Change program with the dynamic programming method for gray matter of the bitmap image compression
-
-
1下载:
本项目将多尺度理论、动态规划法、模式识别和区域划分等技术应用到图像的立体匹配之中,减少立体匹配过程中的搜索空间、计算时间和匹配错误;-This project will multi-scale theory, the dynamic programming, pattern recognition and regional division technology application of image matching of three-dimensional, reduce the sear
-
-
0下载:
经典的grabcut算法,基于matlab与VC混合编程,vc已经编译为动态链接库,matlab可以直接调用,matlab可以直接运行的-The classic grabcut algorithm matlab and VC mixed programming, vc already compiled dynamic link library, Matlab can be called directly, Matlab can be run directly
-
-
0下载:
理论分析和MATLAB编程实践表明,基于直方图的图像增强技术确实能在一定程度上改善图像的对比度和灰度动态范围,提高图像的清晰度。-Theoretical analysis and MATLAB programming practice shows that the histogram-based image enhancement technology can indeed to a certain extent to improve the image contrast and graysca
-
-
0下载:
Real-time stereo using approximated joint bilateral filtering
and dynamic programming
-
-
1下载:
利用动态规划算法的优点,使用一种基于行列动态规划的自适应立体匹配算法,采用自适应代价函数和能量最小化模型,对最优化问题进行求解。-Take advantage of the dynamic programming algorithm uses an adaptive stereo matching algorithm based on dynamic programming ranks, adaptive cost function and energy minimization model f
-
-
0下载:
该程序是全局搜索方式进行立体匹配,算法是采用的动态规划算法,只要自己创建一个工程,即可使用,效果不错-The program is a global search for ways stereo matching algorithm is a dynamic programming algorithm is used, as long as you create a project, you can use, good results
-
-
0下载:
根据互信息量计算初始视差图,进一步进行一致性检验优化视差图(The initial disparity map is computed according to Mutual Information and dynamic programming, and consistency examination is utilized for disparity refinement)
-
-
0下载:
两种seam carving编程方式的对比(Seam Carving with Dijkstra and Dynamic programming)
-