登录
首页 » Visual C++ » k_mean_uv

k_mean_uv

于 2013-01-15 发布 文件大小:1046KB
0 200
下载积分: 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 个回复

  • Visual-C-MATLAB-image-processing
    本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盘给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。 本书讲解深入浅出,实例程序丰富,注重理论与实践相结合。本书可作为计算机应用、自动化、图像处理与模式识别、机电一体化专业的高年级本科生或研究生的参考书,也可供从事图像处理与识别的研究人员和工程技术人员阅读参考。(This book introduces the basic principles of image processing and recognition of the typical methods and practical skills . The book is divided into 12 chapters , Chapter 1- Chapter 6 is the basis of the content of image processing and recognition , including images scientific overview , MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7- Section Chapter 10 is a project example image processing and recognition , covering the medical image processing, character recognition and self- guided trolley path recognition example , the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers learn how to use MATLAB language fast simulation , debugging and estimation methods algorithm. Chapter 11- Chapter 12 , are two examples of highly integrated , namely Visual C++ implementation based on neural network character recognition system and a license plate positioning system. The book)
    2014-03-26 11:09:37下载
    积分:1
  • generatePointCloud.cpp.tar
    采集RGB-D深度图像生成点云矩阵,属于RGB-D SLAM的前端处理过程(Collecting depth image to generate point cloud)
    2017-07-28 16:34:01下载
    积分:1
  • 2019DSP实验
    说明:  锐化图片 拉普拉斯算法 两种方法 一种是自己写的一种是用了matlab里面自带的函数(ruihua picture Laplace there are two mechof a fi [as fs aflasl;nvb)
    2019-05-28 21:51:24下载
    积分:1
  • Sharp
    数字图像处理,对彩色图像的拉普拉斯算子锐化以及梯度算子锐化的比较,VC/MFC实现。(Digital image processing, color image of the Laplacian and the gradient operator sharpening sharpening comparison, VC/MFC implementation.)
    2010-11-03 20:01:33下载
    积分:1
  • VCPPDigital-image-processing
    VC++Digital image processing
    2017-04-17 19:23:55下载
    积分:1
  • Graph_Cut
    Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 (Graph Cutshi recently in computer vision research and application of a relatively large number of optimization algorithms, typical for the stereo matching, image restortion, texture synthesis applications, the above code gives the graph cut, mean shift, and the associated ppm/pgm images an excuse, it is used for stereo matching, and has been related to matching the code to realize removed. U.S. can also be used as a platform to do some related research and applications.)
    2008-03-03 22:26:01下载
    积分:1
  • Tclaaheeh
    自适应直方图均衡算法,因为是从从局部入手,所以图像增强效果显著。 (Adaptive histogram equalization algorithm, because from the start from the local image enhancement effect is remarkable.)
    2012-07-23 13:22:08下载
    积分:1
  • rotating
    desing and develop a cube rotation
    2010-12-26 18:57:19下载
    积分:1
  • OPENCVIMAGEPROCESS
    OPENCV图像处理模板,有界面编程的,以后运用opencv直接在里面填写代码就可以了(OPENCV image processing template, with interface programming, and after using opencv code directly on the inside can be a complete)
    2010-05-10 16:52:17下载
    积分: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
  • 696518资源总数
  • 105065会员总数
  • 14今日下载