登录
首页 » Visual C++ » GVF_snake

GVF_snake

于 2014-09-18 发布 文件大小:455KB
0 245
下载积分: 1 下载次数: 128

代码说明:

  用C++编写的实现GVF的活动轮廓模型的提取,值得你参考(Extracted with implementations written in C++ GVF active contour models, it is worth your reference)

文件列表:

GVF_line
........\GlabalData.cpp,1301,2010-10-22
........\GlobalData.h,1279,2010-10-22
........\GlobalFun.cpp,3277,2010-10-22
........\GlobalFun.h,765,2010-10-20
........\GVFC.cpp,5090,2010-10-22
........\GVFFun.h,926,2010-10-20
........\GVF_Line.cpp,4002,2010-10-22


........\SnakeDeform.cpp,5731,2010-10-22
........\SnakeInterp.cpp,2518,2010-10-22

GVF_space





.........\GlabalData.cpp,1255,2010-10-22
.........\GlobalData.h,1281,2010-10-22
.........\GlobalFun.cpp,3277,2010-10-22
.........\GlobalFun.h,765,2010-10-20
.........\GVFC.cpp,5100,2010-10-22
.........\GVFFun.h,926,2010-10-20
.........\GVF_Snake.cpp,3961,2010-10-22
.........\lena.jpg,91814,2009-11-18
.........\line.JPG,6209,2010-10-19
.........\line1.JPG,6202,2010-10-21
.........\moon.JPG,16474,2010-10-19
.........\rect.jpg,2084,2010-10-20
.........\s4.bmp,344950,2010-09-19
.........\s5.bmp,524310,2010-09-19
.........\SnakeDeform.cpp,5731,2010-10-22
.........\SnakeInterp.cpp,2739,2010-10-22
.........\space.JPG,11716,2010-10-20
.........\test.JPG,12611,2010-10-19
.........\test100.JPG,10717,2010-10-19
.........\test40.JPG,9737,2010-10-18
.........\test400.JPG,25383,2010-10-12

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

发表评论

0 个回复

  • consturct_curve
    对测井曲线进行重构的程序,可以充分利用测井特征曲线所反应的岩性特征信息,完成多信息的融合(Log curve reconstruction procedures)
    2012-07-19 05:19:33下载
    积分:1
  • yumen
    数字图像处理应用程序,包括灰度化,点运算等(Digital image processing applications, including graying, point operations, etc.)
    2010-05-15 08:52:56下载
    积分:1
  • ImgToRaw
    说明:  遥感图像.img图像与raw格式图像的之间的转换(remote sensing images. Img images with the raw image format conversion between the)
    2006-01-01 01:35:04下载
    积分:1
  • IPLib
    多光谱图像出理,离散傅立叶变换,低通滤波,TM条带影像去除(multispectral image integration of remote sensing)
    2012-06-20 13:49:54下载
    积分:1
  • VCPP-image-processing-chapter08(1)
    VisualC++数字图像处理技术详解第2版光盘-第八章 分水岭分割算法(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VIII watershed segmentation)
    2016-04-16 13:48:00下载
    积分: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
  • ESS
    基于efficient subwindow search算法的windows实现(efficient subwindow search for windows )
    2009-12-27 00:08:09下载
    积分:1
  • Canny
    说明:  用canny算子来检测图像边缘,VC++(Using canny operator to detect image edge)
    2010-03-28 14:43:47下载
    积分: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
  • loci
    实现用帧差法画质心轨迹 高斯背景建模 可以运行的程序 opencv(Picture frame difference method implemented by the loci of Gaussian background modeling)
    2014-05-19 21:27:37下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载