登录
首页 » Visual C++ » gmm

gmm

于 2015-11-19 发布 文件大小:959KB
0 347
下载积分: 1 下载次数: 8

代码说明:

  EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)

文件列表:

gmm
...\Debug
...\.....\gmm.bsc,508928,2015-11-19
...\.....\gmm.exe,675884,2015-11-19
...\.....\gmm.ilk,947244,2015-11-19
...\.....\gmm.obj,151355,2015-11-19
...\.....\gmm.pch,344872,2015-11-17
...\.....\gmm.pdb,1491968,2015-11-19
...\.....\gmm.sbr,0,2015-11-19
...\.....\GMMTEST.obj,388085,2015-11-19
...\.....\GMMTEST.sbr,0,2015-11-19
...\.....\KMeans.obj,303961,2015-11-19
...\.....\KMeans.sbr,0,2015-11-19
...\.....\StdAfx.obj,1780,2015-11-17
...\.....\StdAfx.sbr,3979,2015-11-17
...\.....\vc60.idb,99328,2015-11-19
...\.....\vc60.pdb,126976,2015-11-19
...\gmm.cpp,1900,2015-11-19
...\gmm.dsp,4762,2015-11-17
...\gmm.dsw,514,2015-11-16
...\gmm.ncb,58368,2015-11-19
...\gmm.opt,49664,2015-11-19
...\gmm.plg,1594,2015-11-19
...\gmm.txt,209,2015-11-19
...\GMMTEST.CPP,14142,2015-11-19
...\GMMTEST.H,2177,2015-11-17
...\KMeans.cpp,8624,2015-11-19
...\KMeans.h,1573,2015-11-18
...\ReadMe.txt,1190,2015-11-16
...\StdAfx.cpp,290,2015-11-16
...\StdAfx.h,769,2015-11-16

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

发表评论

0 个回复

  • VCPPqiangda-tuxiang-chuli
    先进行图像预处理,比如Hough变换,边沿检测,还有差影法,模板提取 ,识别,跟踪,最后是模板匹配。(First image preprocessing, such as the Hough transform, edge detection, as well as poor shadow method, template extraction, identification, tracking, and finally the template matching.)
    2012-03-16 14:33:20下载
    积分:1
  • feature-extract
    几个大牛对集成了国内外特征提取最前沿的算法,特征提取,DOG,HARRIS,HARRIS-LAPLACE,HARRIS-AFFINE,MSER.描述符,SIFT,AFFINE-SIFT,GLOH.经测试,速度快,描述符准确。(Integration of feature extraction algorithms from several expert of domestic and international, feature extraction: DOG, HARRIS, HARRIS-LAPLACE, HARRIS-AFFINE, MSER; Descriptors: SIFT, AFFINE-SIFT, GLOH. The test reveal the speed and accurate descriptor.)
    2010-05-10 17:23:44下载
    积分:1
  • k_mean_uv
    利用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.)
    2013-01-15 15:05:42下载
    积分:1
  • IPLib
    多光谱图像出理,离散傅立叶变换,低通滤波,TM条带影像去除(multispectral image integration of remote sensing)
    2012-06-20 13:49:54下载
    积分:1
  • ImgHazeRemoval_Test
    图像去雾 暗原色 导向滤波 最好的去雾算法 何恺明的matlab代码的opencv的实现(haze removal guided image filtering the best algorithm to fog )
    2012-05-10 16:39:04下载
    积分:1
  • xaiobo
    基于小波的视频图像压缩研究进展 基于小波的视频图像压缩研究进展(Wavelet-based video image compression research progress)
    2012-02-04 00:38:19下载
    积分:1
  • ImageProcess
    实现bmp图像读入和写出,彩色图像灰度化,直方图均衡化(Implement bmp image read and write, color image graying, histogram equalization)
    2015-11-02 19:26:29下载
    积分:1
  • gundongzimu
    在两个控件里实现自动的字幕滚动,点击取消后,停止(In the two controls in the subtitles automatically scroll, click Cancel, stop)
    2010-08-25 21:17:20下载
    积分:1
  • Wave-equation-forward-modeling
    1、参数初始化; 2、形成边界削波数据; 3、波场初始化; 4、Zmax层波场延拓到深度Zmax-1; 5、Zi+1层波场延拓到深度Zi; 6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场; 7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场; (1, parameter initialization 2, the formation of boundary clipping data 3, wave field initialization 4, Zmax layer wave field extended to the depth of Zmax-1 5, Zi+1 layer wave field extended to the depth of Zi 6, repeat 5, starting Iz Nz-1 until Iz 1, the frequency of the test line- spatial domain wave field 7, frequency space domain wave field to frequency inverse Fourier transform, time- space field )
    2021-03-07 16:59:29下载
    积分:1
  • Gaussian
    打开24位彩色bmp文件, 显示该图像 将图像内容顺时针旋转90度后显示出来 将图像分成等大小的4块,将第1和第3块像素互换后保存 将旋转后的图像转换成灰度图像显示,并保存 对灰度图像求Sobel边缘图,显示出来,并保存 对灰度图像进行Gaussian平滑,并保存(需要体会平滑的作用) 对灰度图像进行2值化(Open 24-bit color bmp files, displays the image will rotate clockwise image content displayed image is divided into four equal-sized 90 degrees, the first and three pixels after swap to save the rotated image conversion ashes of the image display, and save images to grayscale seeking Sobel edge map is displayed, and save the gray image Gaussian smoothing, and save (experience required smoothing effect) grayscale image binarized)
    2020-06-29 07:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载