搜索资源列表
2002011827
- 使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading and writing; 2. Painting histogr
binarybmp
- 图像二值化,它是一个全局求取动态阈值的算法,大津法-two binary images, it is a global strike dynamic threshold algorithm, Tianjin France
200642920353600
- 国际互联网(Internet)是使用公共语言进行通讯的全球计算机网络,它的出现是二十世纪末人类社会最伟大的成就之一。Internet的迅速普及化,使其逐步地从大学、科研机构走向企业和百姓家庭,其功能也已从信息共享演变为一种大众化的信息传播工具,将我们带入了一个新的信息化的时代。 Web是Internet上发展最快、应用最广泛也最实用的超文本信息通信系统,它以客户机/服务器(B/S)模式进行数据通信。-Internet (Internet) is a language for the use
GUI_Corner
- A Corner Detector based on Global and Local Curvature Properties,using GUI.-A Corner Detector based on Global and Local Curvature Properties, using GUI.
thresh_md
- 这是matlab编写的全局最优的图像二值化方法-prepared by the global optimum image binarization methods
erzhitufenge
- 提出了一种新颖的处理图像视觉聚类问题的方法。与以往关注图像局部特征和局部连续性的方法不同,本文中的方法能够提取关于图像的全局印象。为此,我们将图像分割问题转化为图划分问题并提出了划分中的一种全局判别准则——Ncut (Normalized Cut)。Ncut不仅能够衡量不同聚类之间的相异程度,还能够衡量各聚类内部的相似程度。为求解Ncut 的最优化问题,提出了一种基于广义特征值问题的高效算法,并将此算法应用于静态图像分割,取得了良好的效果。-proposed a novel image proc
SCommunicte
- 线程间的通信通常采用共享全局变量,共享存储区来实现.本例介绍了使用共享存储区和自定义消息实现线程间的通信功能-communication between threads is usually used to share global variables. shared memory area to be achieved. The cases of the use of shared storage area and Message realization of the threads Comm
HDFReader
- 用vc++6.0实现的读取modis hdf格式的源程序,包括多个全局变量、科学数据集等内容的读取。-using vc + +6.0 realized read modis hdf format of the source. includes a number of global variables, scientific data gathering to read the contents.
global
- 实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩
tuxiangqiege
- 基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
ImgSaliency
- 实现图像显著图计算,CVPR2011,“Global Contrast based Salient Region Detection”所用代码。-The C++ implementation of the paper “Global Contrast based Salient Region Detection”,cvpr2011
global-motion-
- 这是从一本书上找来的代码,对全局运动进行估计,用的是全局搜索法-This is got from a book on the code, the global motion estimation, using a global search method
global-illumination-rendering
- 可变材质的实时全局光照明绘制,可以帮助我们合成照片级真实感的图像。pdf文档,中文版-Variable real-time global illumination texture mapping, you can help us to photo-realistic image synthesis. pdf documents, the Chinese version
global-color-matching
- 系统总结介绍了颜色匹配的全局及局部匹配基本方法-Summary introduction to the global and local matching of color
global-threshold-denoising-1
- 小波图像去噪,全局阈值法,是多阈值小波去噪中两大部分:全局阈值法玉局部阈值法的重要组成部分。-Wavelet denoising, the global threshold method, the multi-threshold wavelet de-noising of two parts: the global threshold method jade local threshold an important part of the law.
CUDA-with-GLOBAL-MEM-ON-SOBEL
- 用GPU做图像的Sobel边缘滤波算法,基于GPU的global memory 的CUDA算法。-Sobel Algorithm on GPU Global Memory with CUDA.
Global-Local-Contrast-Enhancement
- 这是一个结合全局-局部图像对比度增强程序。首先使用全局对比度增强,然后使用局部对比度增强。程序中的参数是经过导师修改过的。文件中给出了原论文。对图像有一定的增强效果,仅供参考。-This is a combination of a global- local image contrast enhancement program. First, using a global contrast enhancement, and then use the local contrast enhancem
Edge-improve-global-thresheding
- 使用边缘改进全局阈值处理分割图像的matlab实现示例-Using edge process to improve global threshold segmentation image , matlab implementation examples
Basic-global-thresholding
- 数字图像分割,基于全局阈值的分割方法,分割图像的matlab实现示例-Digital image segmentation, the segmentation method based on global threshold and image segmentation of matlab implementation examples
global-matting-master
- global matting 用于图像的分割,效果一般,时间较长,代码应该还有改进的空间(the global matting gor image matting which takes a long time but still works;)