登录
首页 » Visual C++ » k_mean_uv

k_mean_uv

于 2013-01-15 发布 文件大小:1046KB
0 171
下载积分: 1 下载次数: 8

代码说明:

  利用k—mean算法根据U、V进行聚类分块,最后完成图像分割,分割出得块用不同的灰度等级表示出来。(K-mean algorithm to cluster sub-blocks according to the U, V, to finalize the image segmentation, segmentation have blocks with different gray levels represented.)

文件列表:

k_mean_uv
.........\Debug
.........\.....\k_mean_uv.exe,48640,2012-11-30
.........\.....\k_mean_uv.ilk,438096,2012-11-30
.........\.....\k_mean_uv.pdb,691200,2012-11-30
.........\k_mean_uv
.........\.........\Debug
.........\.........\.....\BuildLog.htm,6214,2012-11-30
.........\.........\.....\Frame.obj,11346,2012-11-29
.........\.........\.....\k_mean_uv.exe.embed.manifest,663,2012-11-29
.........\.........\.....\k_mean_uv.exe.embed.manifest.res,728,2012-11-29
.........\.........\.....\k_mean_uv.exe.intermediate.manifest,621,2012-11-30
.........\.........\.....\k_mean_uv.obj,52875,2012-11-29
.........\.........\.....\k_mean_uv.pch,3211264,2012-11-29
.........\.........\.....\mt.dep,67,2012-11-30
.........\.........\.....\stdafx.obj,11901,2012-11-29
.........\.........\.....\Upsample.obj,20814,2012-11-30
.........\.........\.....\vc90.idb,199680,2012-11-30
.........\.........\.....\vc90.pdb,274432,2012-11-30
.........\.........\Frame.cpp,2368,2012-11-29
.........\.........\Frame.h,763,2012-11-29
.........\.........\k_mean_uv.cpp,5922,2012-11-29
.........\.........\k_mean_uv.vcproj,5084,2012-11-29
.........\.........\k_mean_uv.vcproj.20121028-0840.Administrator.user,1423,2012-12-17
.........\.........\ReadMe.txt,1195,2012-11-29
.........\.........\stdafx.cpp,214,2012-11-29
.........\.........\stdafx.h,233,2012-11-29
.........\.........\targetver.h,498,2012-11-29
.........\.........\Upsample.cpp,10054,2012-11-29
.........\.........\Upsample.h,2191,2012-11-29
.........\k_mean_uv.ncb,1657856,2012-12-17
.........\k_mean_uv.sln,893,2012-11-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • number
    将图片转化为BMP位图,然后通过逐行扫描识别图片中的数字。(A picture into a BMP bitmap, and then through the progressive scanned image in the figure.)
    2009-10-15 16:05:44下载
    积分:1
  • Motion-detection-of-contour-search
    基于轮廓来寻找流动部分,效果不是很好,但是还可以拿来用(Based on the outline to find the flow part, the effect is not very good, but also can be used with)
    2015-11-16 16:33:31下载
    积分:1
  • OtsuSegment
    编程实现大津(Otsu)自动灰度阈值分割算法的程序(Programming (Otsu) automatic gray Otsu threshold segmentation algorithm)
    2013-04-06 19:23:15下载
    积分:1
  • EExamplesofGax
    高斯平滑滤波实例,高斯滤波实质上是一种信号的滤波器,其用途是信号的平滑处理,我们知道数字图像用于后期应用,其噪声是最大的问题,,由于误差会累计传递等原因,很多图像处理教材会在很早的时候介绍Gauss滤波器,用于得到信噪比SNR较高的图像(反应真实信号)。 (Instance of the Gaussian smoothing filter, Gaussian filter is essentially a signal filter, its purpose is to smooth processing of the signal, we know that the digital image for the late application, the noise is the biggest problem, the error accumulated transfer reason, a lot of image processing textbooks will be introduced at an early Gauss filter for higher SNR of the image (real response signal).)
    2012-06-10 16:26:45下载
    积分:1
  • B1-spline
    图像变形处理程序,VC2013+opencv实现,利用三种差之方法扭曲变形( Image deformation processing program, VC2013+ opencv realized the difference between using three methods distorted)
    2014-12-09 17:53:57下载
    积分:1
  • CT-tracking
    一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒(A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP conditions for multi-scale image feature dimension reduction, and then use the naive Bias classifier simple classification in the feature reduction after the. The tracking algorithm is very simple, but the results are robust, speed can reach 40 frames per second)
    2014-01-10 11:45:54下载
    积分:1
  • live-wire_contour_version_matlab
    自己写的matlab版的live-wire算法,效率有点低,不过可用(Written in Matlab version, the live-wire algorithm, a bit low, but available)
    2012-04-24 09:10:27下载
    积分:1
  • ImagePCA
    该类计算图像的主分量,特征值,特征向量,并且使用主分量重构.(The main components of such calculation of the image, feature values, feature vectors, and the use of principal component reconstruction.)
    2009-11-03 09:43:45下载
    积分:1
  • pcacode
    程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量(Programming steps: 1 to mean 2, calculation of covariance matrix and its eigenvalues and eigenvectors 3, the calculation of covariance matrix eigenvalues greater than the threshold number of 4, in descending order of eigenvalue 5, remove the smaller eigenvalue 6, remove the larger eigenvalue (usually not this step) 7, the combined choice of eigenvalues 8, select the appropriate eigenvalues and eigenvectors 9, computing whitening matrix 10, principal component extraction)
    2008-07-14 16:25:23下载
    积分:1
  • DIPSimulator
    图像DFT,C语言编写的代码,附带几个另外的处理,(Image DFT, C language code, with some additional processing,)
    2011-10-10 15:31:46下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载