搜索资源列表
28vc++graph
- 28个图象处理的程序,很有用,各种变换及处理都有-28 image processing procedures and useful, and various transformations have to deal with
区域生长图分割
- This algorithm is presented as an alternative to graph-cuts. The operation is very simple, and can be thought of with a biological metaphor: Imagine each image pixel is a “cell” of a certain type. These cells can be foreground, background, undefined,
GraphCutSegmentationInTensorSpace
- 英国sussex大学图像研究所James Malcolm博士写的Graph cut分割,可对图像进行实时分割,解压到linux下后可直接编译运行-Graph cut segmentation in tensor space Often intensity alone does not provide enough discriminating power for image segmentation. This work demonstrates extending the standard
ColourChange
- 彩色变换:对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再给出并显示该图的HIS三个分量的图像。-Colour change: given an RGB on the original image (such as bmp format) and displays the map given R, G, B color image, draw R, G, B histogram of each ima
FINAL
- 图像拼接原代码,VC++,图像拼接在制作全景图的过程中具有重要作用。对多幅图像进行特定模式投影后,用约束的相位相关度法求取水平垂直偏移量,然后寻找最佳缝合线,实现图像拼接,最后采用多分辨率算法对全图进行拼接处理去除曝光差异和鬼影。整个过程用VisualC++加以实现,实验结果验证了算法的有效性。-The original code image mosaic, VC , image mosaic panorama in the production process plays an impo
main
- 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
Image-Segmentation
- 一个基于图形的高效图像分割算法,包括论文及相应的源代码。-This paper addresses the problem of segmenting an image into regions. We define a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develo
segmentation
- 这是基于图论的图像分割源代码,效果很好,欢迎下载.-This is based on graph theory image segmentation source code, works well, welcome to download.
NPE
- 本代码实现基于成对约束的半监督图嵌入算法-Following the intuition that the image variation of faces can be effectively modeled by low dimensional linear spaces, we propose a novel linear subspace learning method for face analysis in the framework of graph embeddi
random_walker_matlab_code
- The random walker algorithm was introduced in the paper: Leo Grady and Gareth Funka-Lea, "Multi-Label Image Segmentation for Medical Applications Based on Graph-Theoretic Electrical Potentials", in Proceedings of the 8th ECCV04, Workshop on Compute
graph
- 在DOS下显示16位位图。(TC编译通过) 颜色与原位图的颜色不匹配,这只是一个测试程序,但在图像下面有一个调色板,可以通过w,a,s,d键选择两个颜色进行对调。每选择一种颜色后通过Q键确认。-DOS shown in the bitmap 16. (TC compiler through) colors and in situ does not match the color map, this is just a test procedure, but there is a palett
SegmentVideo.tar
- 图像分割元代码,对大部分人学习图割算法进行了实现-Image segmentation element code, for most people to learn graph cut algorithm to achieve
test3
- 编程实现基于8×8子块的DCT图像变换,基于JPEG量化矩阵的量化与反量化,基于8×8子块DCT的图像重建;以一幅512×512、8比特/象素的图像为实验对象,计算重建后的PSNR。-Programming based on 8 × 8 sub-block of the DCT image transform, quantization matrix based on the JPEG quantization and anti-quantitative, based on the 8 × 8
segmentation
- This paper provides an algorithm for partitioning grayscale images into disjoint regions of coherent brightness and texture. Natural images contain both textured and untextured regions, so the cues of contour and texture differences are exploited
A-Literature-Review-of-Image-Segmentation
- This literature review attempts to provide a brief overview of some of the most common segmentation techniques, and a comparison between them. It discusses the “Grab-Cut” technique, and reviews some some of the common matting techniques. The graph cu
Evaluate
- 评价图形的MSE,SNR,PSNR的GUI。-A GUI to evaluate the image s MSE,SNR and PSNR.
graph
- Image browser.Able to perform different effects on the drawings such as blending images, gray, rotate, reverse the colors, change the color saturation, brightening. It supports 20 graphics file formats
PSO-image-segmentation-algorithm
- 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于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
Seg
- to develop the code for image processing in segmentation using graph cut-to develop the code for image processing in segmentation using graph cut
Graph-Based-Blind-Image-Deblurring-master
- 文献 Graph-based Blind Image Deblurring from a Single Photograph 的参考代码(refer to: Graph-based Blind Image Deblurring from a Single Photograph)