登录
首页 » Visual C++ » gmm

gmm

于 2015-11-19 发布 文件大小:959KB
0 338
下载积分: 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 个回复

  • DecodeString
    根据指定字符分割字符串,VC++精选编程源码,很好的参考。(According to the specified character segmentation character string, VC++ select programming source code, a good reference.)
    2013-12-03 10:56:22下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • FFT_armtest_vc
    这是一个比较全面的傅里叶变换,例子中含有测试的图片,能让人更加明白傅里叶变换的处理效果。(This is a more comprehensive Fourier transform, the example contains a picture of the test, can make people more aware of the Fourier transform of the treatment effect.)
    2012-07-10 10:57:38下载
    积分:1
  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分:1
  • kuaisuzishiyingyuzhifangfa
    一种快速图像阈值分割法,不是otsu或迭代法,Wellner 1993快速自适应的图像二值化方法,有具体使用方法,很详细(A fast image thresholding segmentation method, not otsu or iterative methods, Wellner 1993 fast adaptive image binarization method)
    2016-09-23 16:00:23下载
    积分:1
  • Chapter-1
    数字图像处理的基础知识学习 涵盖源代码,有助于提高编程(digital image processing )
    2013-11-05 20:36:52下载
    积分:1
  • Detection_of_Motion_Picture_trajectory_tracking
    VC++,DirectX,运动图像检测,运动轨迹跟踪(VC++, DirectX movement trajectory tracking image detection)
    2020-10-23 17:07:22下载
    积分:1
  • opencv4.3
    自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of ​ ​ each color.)
    2014-02-13 16:18:41下载
    积分:1
  • discrete-cosine-transform
    图形图像正交变换,离散余弦变换,VC++实现。(Graphic image orthogonal transform, discrete cosine transform, VC++ to achieve.)
    2010-06-22 08:32:54下载
    积分:1
  • HOG-adaboost
    HOG adaboost pedestrian-detect
    2014-04-09 02:59:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载