登录
首页 » Visual C++ » GASA

GASA

于 2009-12-10 发布 文件大小:80KB
0 142
下载积分: 1 下载次数: 74

代码说明:

  基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 (adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by Ostu method,which applicated the non-linear genetic algorithm(GA) allows us to optimize the process of threshold. And, where possible, to reduce the computation. in order to achieve effectivly and simply image segmentation. Combination SA is to avoid the common phenomenon about premature convergence in genetic algorithm (GA) to achieve a simple and effective image segmentation.)

文件列表:

GASA
....\CDIB.CPP
....\CDIB.H
....\DIBPrcs.cpp
....\GASA.APS
....\GASA.clw
....\GASA.cpp
....\GASA.dsp
....\GASA.dsw
....\GASA.h
....\GASA.ncb
....\GASA.opt
....\GASA.plg
....\GASA.rc
....\GASAApi.cpp
....\GASADlg.cpp
....\GASADlg.h
....\GlobalApi.h
....\Hist.cpp
....\Hist.h
....\ReadMe.txt
....\res

....\...\GASA.rc2
....\Resource.h
....\StdAfx.cpp
....\StdAfx.h

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

发表评论

0 个回复

  • GrabCutSource
    最经典之做,保证别人没有上传过 实现文章 “GrabCut" Interactive Foreground Extraction using Iterated Graph Cuts 用graphcut实现图像分割,效果非常好(The most classic to do to ensure that other people do not realize uploaded article GrabCut Interactive Foreground Extraction using Iterated Graph Cuts with graphcut realize image segmentation, has very good results)
    2020-10-30 22:20:01下载
    积分:1
  • optimark_manual
    水印攻击测试程序optimark。 这个比stirmark更全面测试水印程序,很好用(Watermark attack test program optimark. This more comprehensive test than stirmark watermark program, very good use)
    2009-11-12 11:19:47下载
    积分:1
  • werwerwer
    说明:  对灰度图象进行正交变换,并进行滤波,产生平滑图象(Gray-scale images of the orthogonal transformation, and filtering to produce a smooth image)
    2008-11-22 11:02:15下载
    积分:1
  • black-and-white
    图片黑白化,使彩色图片实现黑白化功能,还能还原色彩(Black and white pictures )
    2011-06-04 09:20:25下载
    积分:1
  • calication
    摄像标定法求T R矩阵的方法 摄像标定法求T R矩阵的方法 摄像标定法求T R矩阵的方法(how to calculate the matrix R and T using the Camera Calibration method)
    2011-06-27 16:58:09下载
    积分:1
  • DCTJPEG
    blkproc.m,DCHuffmanEncoding.m,ACHuffmanEncoding.m,zigzag.m,PSNR.m, 对灰度图像进行DCT变换,量化,ZigZag扫描,Huffman编解码,反量化,反DCT变换而重建图像。 其中,blkproc.m为分块DCT变换函数; DCHuffmanEncoding.m,ACHuffmanEncoding.m分别为DC和AC变换系数的Huffman码表函数; zigzag.m为ZigZag扫描函数;PSNR.m为求图像峰值信噪比函数。 Copyright 2008 Reserved @ Wang Chengyou @ Tianjin University, P.R.China. (This function tests the DCTJPEG codec)
    2013-03-24 12:06:34下载
    积分:1
  • chap1_3
    一本运用Visual C++ 的 数字图像处理的书里的源代码。非常好,初学者,很快可以上手.范例 3(Visual C++ for The digital image processing)
    2009-11-04 11:07:22下载
    积分:1
  • MeFrm
    说明:  傅立叶变换在图像处理中的重要作用: (A) 图像增强与图像去噪 绝大部分噪音都是图像的高频分量,通过低通滤波器来滤除高频噪声;边缘也是图像的高频分量,可以通过添加高频分量来增强原始图像的边缘; (B) 图像分割与边缘检测 提取图像高频分量 (C) 图像特征提取 形状特征:傅里叶描述子 纹理特征:直接通过傅里叶系数来计算纹理特征 其他特征:将提取的特征值进行傅里叶变换来使特征具有平移、伸缩、旋转不变性 (D ) 图像压缩 可以直接通过傅里叶系数来压缩数据;常用的离散余弦变换是傅立叶变换的实变换; (Fourier transform in the important role of image processing: (A) image enhancement and image denoising Most of all images of high frequency noise by low pass filter to filter out high frequency noise edge is the image of the high frequency components can be enhanced by adding high frequency components to the edge of the original image (B) Image segmentation and edge detection High frequency components extracted image (C) image feature extraction Shape features: Fourier descriptors Texture: directly through the Fourier coefficients to calculate the texture features Other features: The characteristic value extracted by Fourier transform to the characteristics of translation, scaling, rotation invariance (D) image compression Fourier coefficients can be directly compressed data commonly used discrete cosine transform is the Fourier transform of the real transformation 朗读显示对应的拉丁字符的拼音)
    2011-03-28 19:06:27下载
    积分:1
  • disparity2007
    利用SIFT检测两图片的相同点,并获取两幅图像的视差。(SIFT detection using the same picture two points, and to obtain two images of the parallax.)
    2021-05-16 18:30:07下载
    积分:1
  • ImageHistogramEqualization
    说明:   vc代码,用于图像直方图均衡(以原始girl图像为测试图像) (vc code, for image histogram equalization (in the original girl image for the test images))
    2010-03-28 09:42:18下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载