登录
首页 » Visual C++ » k_mean_uv

k_mean_uv

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

  • SCU_S082167
    《基于计算机视觉的普适性三维重建方法研究》源代码,实现了一种将二维图像重建成三维场景的方法。(Source code of <General Sense Three-Dimension Reconstruction Research Based on Computer Vision>, a technique which can convert 2D images into 3D sence.)
    2020-11-30 10:59:28下载
    积分:1
  • circlefitting
    最小二乘法拟合圆vc实现,最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。(least squares fitting round vc realized, least-squares method (least squares analysis) is a mathematical optimization techniques, It error by minimizing the square and a group of data to find the best matching function. Least-squares method is the most simple method to derive absolutely true value unknown, and so the sum of squared errors to the minimum.)
    2020-09-09 10:38:03下载
    积分:1
  • dicom(vc)
    论解读DICOM医学图像文件及其显示的VC++实施方法 是一份比较新的讨论dicon的vc实现方法的文章(read DICOM medical images and documents show that the implementation of the VC is a relatively new discussion di vc con method of the article)
    2007-06-22 00:20:44下载
    积分:1
  • Face
    通过对二维人脸图片的特征提取进行三维人脸的重建(Through the two-dimensional face image feature extraction for three-dimensional reconstruction of human faces)
    2009-03-01 01:57:59下载
    积分:1
  • mrfdemo
    MRF分割程序,C++编写,进行图像分割处理,帮助熟悉分割过程及能量最优求解(markov image segmentation, energy interation algorithm)
    2021-03-11 15:09:25下载
    积分:1
  • CCD-camera
    CCD 摄像机内外部参数快速准确的标定方法(Fast and accurate calibration method for internal and external parameters of CCD camera)
    2015-09-14 10:56:22下载
    积分:1
  • MeanShift
    一个不错的Meanshift算法流程图 初学者可以看看(failed to translate)
    2013-05-03 16:45:14下载
    积分:1
  • Quadtree
    完成对视频帧的四叉树分割,在纹理复杂处分割块较小,在纹理平坦处分割较大(Complete quadtree segmentation of video frames, complex area in texture segmentation smaller, flat larger regional segmentation block in texture)
    2021-01-28 16:58:34下载
    积分:1
  • DcmtkTest
    本程序使用dcmtk库,可以显示大部分的DICOM图像。非压缩、压缩黑白图像以766灰阶显示,彩色图像正常显示。 对于初用dcmtk库的开发者来说,入门较难,本程序已使用VC6工程将主要库加入工程中,可以参考本工程的设置。另外,对于高于8位的黑白图像,本程序也提供一个处理方法的参考。(This procedure used dcmtk library, you can see that the majority of the DICOM image. Non-compressed, compressed to 766 gray-scale black-and-white images show that color image display. Dcmtk library used for the early developers, the entry more difficult, the procedure has been in use for the main library VC6 project will join the project, can refer to the project settings. In addition, higher than the 8-bit black-and-white images, the program also provides a reference method.)
    2009-06-01 14:19:42下载
    积分:1
  • LMD
    自己编写的数字图像处理程序,包括打开bmp图像,直方图,阈值分割,形态学处理等功能。(digital image processing procedures, including open bmp image, histogram, threshold segmentation, morphological processing and other functions.)
    2013-11-14 22:17:45下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载