搜索资源列表
clip_graph
- 本源码给出了实现线段和矩形的裁剪算法. 包含有一\"图形裁剪\"文件夹 实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc 一可执行文件-- 图形裁剪.exe - The source code has produced the realization line segment and the rectangle cuts out the algorithm Contains has a \"graph to cut out
segment on graph cut
- segment on graph cut
segment
- Graph cut Image Segmentation
GraphCut
- Graph cut segmentationis is segment an image into two classes based on color.
A-Fusing-Color-and-Gradient-Features-Approach-to-R
- 本文通过融合图像的颜色和梯度特征 ,实现了一种实时背景减除方法。首先融合颜色和梯度特征建立新的能量函数 然后基于图切割算法最小化能量函数 ,并对前景P 背景进行分割 最后使用光流验证前景区域的真实性 ,并更新背景模型。- Based on the fusion of color and gradient features , this paper implement s a novel approach to real-time background subtraction.Firstly ,
graph-cut-method-to-segment-images
- 基于图割方法的图像分割程序代码,希望对您有帮助哦!-graph cut method to segment images, it is nessary for you to have a look if you are doing image segmentation.
normalized cut image segmentation version 9
- applies normalized cut on graph obtained from image and segment the image into specified number of regions.
segment
- 基于图割的图像分割的实现代码,在linux下测试通过-efficient graph cut source code,run in linux
Graph_Cut (C++代码)
- 利用最大流最小割的原理,实现了graph cut对图像的分割,方法简单,易于理解(Using the principle of maximum flow minimum cut, graph cut can be used to segment images. The method is simple and easy to understand.)