Welcome![Sign In][Sign Up]
Location:
Search - graph opencv

Search list

[Special EffectsMyGC

Description: 基于opencv框架下的graph cuts算法实现-Opencv based on the framework of graph cuts algorithm
Platform: | Size: 77824 | Author: muying | Hits:

[Algorithmopencvsvd

Description: 关于openCV的一个使用实例用opencv做矩阵的SVD分解-opencv svd
Platform: | Size: 1568768 | Author: 张元元 | Hits:

[Special EffectsGraphSegment

Description: 基于OpenCV开发的基于图论的快速图像分割方法,可以选择分割使用的彩色空间,可以设置参数。-effcient graph-based image segmentation on different color spaces programmed on OpenCV.
Platform: | Size: 2899968 | Author: 杨恒 | Hits:

[Special Effectsgraph-basedsegmentation

Description: 这个代码是文章Efficient Graph-Based Image Segmentation的实现,结合了vs2008和opencv,该算法进行分割,速度很快,效果不错。-The source code is an implementation of the paper: Efficient Graph-Based Image Segmentation. VS2008 and Opencv are combined in the implementation process.
Platform: | Size: 9216 | Author: 高奎 | Hits:

[OpenCVmain

Description: 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊會簡單的說明機率密度函數及累積分配函數的概念還有直方圖等化的程式設計實作,而OpenCV也提供了直接使用直方圖等化的函式,cvEqualizeHist(),下面就簡單的製作直方圖等化的程式設計 -Histogram equalization (Histogram Equalization) for a use of statistical methods of image processing programming, its function as a statistical histogram of color distribution of the average scatter in the histogram, the words, let the distribution of a histogram graph homogenization, the same also use the LUT (Look-up Table) method In the design of histogram equalization is an essential need to know the statistical probability density function (Probability Density Function, PDF) and cumulative distribution function (Cumlative Distribution Function, CDF) related to the basic concepts, in the side would be a simple shows probability density function and cumulative distribution function, the concept of histogram equalization programs are designed to implement, while OpenCV also provides direct access to the histogram equalization function, cvEqualizeHist (), Here s the simple production of histogram equalization programming
Platform: | Size: 1024 | Author: nip | Hits:

[Special Effectsgraph-based_segment

Description: 基于图论的图像分割,使用区域之间和区域内部进行比较的准则,对于风景图片效果不错。-Graph-based image segmentation, using the region based comparison criteria, good for scene images.
Platform: | Size: 20480 | Author: tan | Hits:

[OpenCVGrabCut

Description: 基于opencv的图像分割算法,改进了graph cut算法-image segmentation algorithm based on Opencv, improved from graph cut algorithm
Platform: | Size: 3877888 | Author: 天使 | Hits:

[OpenCVtrackopenvcing

Description: 一个基于Visual C++和opencv的运动检测程序,运行时鼠标画框圈选运动的无图就可以实现跟踪源代码。-Based Visual C++ and opencv motion detection program, run the mouse movement without frame circle graph tracking the source code can be achieved.
Platform: | Size: 8094720 | Author: 快捷的 | Hits:

[GDI-BitmapMFCkxlOpenCV

Description: 基于MFC使用OPENCV视觉处理类库编写的一个图像处理软件-Graph processing software based on MFC using OpenCV
Platform: | Size: 7839744 | Author: 孔祥龙 | Hits:

[Special EffectsMRF-benchmarks

Description: markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (4)Photomontage 源码(http://vision.middlebury.edu/MRF/code/)已经过本人修改,替换,更新等,目前可在VS2008上编译运行。 如有疑问,请添加本人QQ:1150271506-Implementation of various optimization algorithms and applications of markov random fields. You can run directly on VS2008.
Platform: | Size: 34368512 | Author: jhdai | Hits:

[Graph programpyramid-segmentation-to-colour-graph

Description: 在opencv和vc6.0环境下采用金字塔方法对彩色图像进行了分割,算法稳定可靠-In the opencv and vc6.0-environment pyramid method for color image segmentation, the algorithm is stable and reliable
Platform: | Size: 1111040 | Author: wangqingcheng | Hits:

[Graph programfloodfill-algorithm-to-colour-graph

Description: 在opencv和vc6.0环境下实现了floodfill算法对彩色图像进行操作,效果良好-Opencv and vc6.0-environment floodfill algorithm to color images, to good effect
Platform: | Size: 1129472 | Author: wangqingcheng | Hits:

[Data structsDijkstra

Description: 算法作业,迪杰斯特拉算法vs2008+opencv实现,任意构造有向图并计算图上任意两点最短路径及其长度-Arithmetic operations, Dijkstra algorithm using vs2008 and opencv , arbitrary construct a directed graph and calculate the shortest path between any two points on the map and its length
Platform: | Size: 15781888 | Author: Cindy | Hits:

[OpenCVgraph_cut_

Description: using opencv to do graph cut.instead a grab cut, this is a graph cut using opencv besed C++, it is easy to be used.
Platform: | Size: 5120 | Author: WanGong | Hits:

[Special EffectsMyGrabCut

Description: GrabCut 迭代图割算法实现:其中只有部分k—means算法和maxflow算法调用opencv库,其程序可以随意更改,测试算法时间,做改进算法练习-GrabCut iterative graph cut algorithm: where only part of the k-means algorithm and maxflow algorithm calls opencv library, the program can change, time to test the algorithm, the improved algorithm to do exercises
Platform: | Size: 20308992 | Author: 徐健 | Hits:

[Special EffectsInteractive-Image-Segmentation

Description: 交互式图像分割,是根据Yuri Boykov and Marie-Pierre Jolly的文章,用C++和OpenCV实现的-Automatic image segmentation is a hard problem and, is not flexible enough to be used for general segmentation. The objective of this project is to implement an interactive image segmentation software based on Yuri Boykov and Marie-Pierre Jolly’s work on “Interactive Graph Cuts for Optimal Boundary & Region Segmentation of Objects in N-D Images” (ICCV 2001)
Platform: | Size: 837632 | Author: xiaohai | Hits:

[OpenCVgraphUtils

Description: OpenCV库根据提供的数组画数据图,使用这个库可以在屏幕上,或者图像上画曲线图。可以在测试一个算法时,非常方便的观察到数字数组。-Showing a simple graph of an array.This library is just a collection of functions that can be used to simply plot a graph of an array in its own window, or to overlay graphs into existing an IplImage. This makes it both easy to use and powerful enough for more complex uses such as combining multiple graphs into one.
Platform: | Size: 4096 | Author: Roy | Hits:

[Software Engineeringopencv-doc

Description: 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化) 摄像头定标(寻找和跟踪定标模式、参数定标、基本矩阵估计、单应矩阵估计、立体视觉匹配) 运动分析(光流、动作分割、目标跟踪) 目标识别(特征方法、HMM模型) 基本的GUI(显示图像/视频、键盘/鼠标操作、滑动条) 图像标注(直线、曲线、多边形、文本标注)-mage data manipulation (memory allocation and release, image copy, setting, and conversion) Image/video input/output (support file or camera input, image/video file output) Matrix/vector data manipulation and linear algebra operations (matrix multiplication, matrix equations, eigenvalue, singular value decomposition) Support for a variety of dynamic data structures (linked list, queue, data set, tree, graph) Basic image processing (denoising, edge detection, corner detection, sampling and interpolation, color transformation, morphological processing, histogram, image Pyramid structure) Structure analysis (connected domain/branch, contour processing, distance transform, image moment, template matching, Hof transform, polynomial approximation, curve fitting, ellipse fitting, the triangulation of the Camera calibration (search and tracking calibration mode, parameter calibration, basic matrix estimation, single stress matrix estimation, stereo vision matching) Motion analysis (opti
Platform: | Size: 3723264 | Author: korbon | Hits:

[Graph RecognizeOpenCV官方教程中文版(For Python)

Description: 图形识别,机器学习,数字识别,python学习(Graph recognition, machine learning, digit recognition, python learning)
Platform: | Size: 5928960 | Author: 卢大师 | Hits:

[OpenCV模板匹配

Description: 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
Platform: | Size: 94208 | Author: LeixianWang | Hits:
« 12 »

CodeBus www.codebus.net