搜索资源列表
ESegment
- 程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的bmp图片名 output为输出的bmp图片名-proc
显示立体图形三视图的源程序
- 本程序使用MFC编写了一个能够在同一界面上显示立体图形的三视图的源程序。,This program using MFC wrote a can in the same interface shown on the SanShiTu three-dimensional graph of the source program.
FreTrans
- FreTrans 实现图像几何变换函数[ 平移, 镜像 , 转置 , 缩放, 旋转],傅里叶 Graph program 图形-FreTrans realize image geometric transform function [translation, mirror, transpose, zooming, rotating], Fourier Graph program graphics
regionbased_seg
- 该程序时Graph Cuts方法做图像分割的一种源程序,做彩色图像分割的,效果还是很不错的-The program Graph Cuts method to do segmentation of a source, do color segmentation, the effect is very good
graph_j_d
- 该程序属于《图论及其应用》中的度序列判定程序,功能是输入一个度序列,可以判断该度序列是否是一个简单图。若是简单图,则画出该简单图。-This program can tell you whether the sequence you input is a graph or not.It will draw a graph if the sequence is a graph.
digitalimageprocessingmatlab
- 基于数字图像处理的matlab编程,利于大家基于数图的matlab编程-matlab programming Based on digital image processing,We help program based on the number of graph matlab
bmpCuter
- 一个处理BMP位图的程序,因为java对bmp位图的支持性不好,没有相关API,所以自己写了一个,主要实现对一张位图的批量切割。因为bmp图的数据结构复杂,所以这个程序也是可以供大家学习的。-A procedure for handling BMP bitmaps, as java support for bmp bitmap is bad, no relevant API, so write a, the main achievement of a bitmap volume cutting.
bmp-transformation
- 自己编写的bmp位图结构转换算法,主要是围绕真彩色,伪彩色,灰度图,二值图之间的位图结构转换而写的算法,因为当初只是用于学习,所以程序运行中有一些内存泄露问题没有解决,但算法本身没有问题,可正确运行。-I have written bmp bitmap structure conversion algorithm, mainly around the true color, false color, grayscale, binary bitmap structure between graph
tuzixitong
- 一个生成图的程序,并对图进行深度广度等遍历,整合的一个系统的应用-Generated map of a program, depth and breadth graph traversal, the application of a system integration
graph
- 图的一些基本操作,里面包含了很多图的基本操作的程序!- Map some of the basic operations, which contains a lot of the basic operation of the program map!
MATLAB-algorithm-and-program-code
- 图论算法及matlab程序代码包含求任两点间最短路径的算法及代码Floyd、kruskal,最大匹配的匈牙利算法,并使用matlab程序实现。-Graph algorithms and matlab code includes the algorithm(Floyd, kruskal, maximal matching algorithm of Hungary,) to solve the shortest path between two points, and use matlab prog
GraphSim
- 图转成程序,将图转化成序列串。这样就可以分析图的含义-a program for transforming graph to sequence,its good for anaysis of undirected graph
Affine-transformation
- 这是一个位图变换的例子,也是之前一家公司的笔试题目,该程序是实现24位位图的仿射变换-This is an example of graph transformation, is also before the company s written questions, the program is to achieve 24-bit bitmap affine transformation
GraphDis
- 两个图算法 完整工程 1、实现O(n + r)时间复杂度内,good guy和bad guy的匹配 2、在无环图中,寻找两点之间的路径数目-(1)There are two types of professional wrestlers: "good guys" and "bad guys." Between any pair of professional wrestlers, there may or may not be a rivalry. Suppose we ha
graphchop
- 基于非线性形状先验的图割,matlab的框架,C++的程序。-A priori based on nonlinear shape graph cuts, Matlab framework, C++ program.
program
- 背景建模和graph cuts相结合的方法对图像进行分割,达到了良好的效果。-a method which combines the background model and graph cuts achieve the good performance
Graph
- 动画:小球的跳动。程序实现在一个窗体中显示一个运动的小球,如果到达窗体边界则反弹。-Animation: ball beating. Program in a form that displays a moving ball, if it reaches the boundary form rebound.
-Graph-Based-Image-Segmentation
- 下面这个论文描述的分割算法的实现: Efficient Graph-Based Image Segmentation Pedro F. Felzenszwalb and Daniel P. Huttenlocher International Journal of Computer Vision, 59(2) September 2004. 这个程序使用彩色图像(PPM格式)并为产生的分割结果的每个区域随机分配颜色。-Implementation of the seg
interactive-3D-graph-cut
- 用于分割2D、3D图像的可交互graph cut程序,纯matlab实现,不含C-An interactive graph cut program segmenting 3D images
the shortest path program in graph theory
- 图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。遗传算法是解优化问题的有效算法,而并行遗传算法是遗传算法研究中的一个重要方向,受到了研究人员的高度重视。(Graph theory plays an important role in computer science. It provides a simple and systematic modeling method for many p