搜索资源列表
Ilib-1.1.9-min.tar
- What is it? Ilib is a library (and some tools and examples) written in C that can read, create, manipulate and save images. It is capable of using X11 BDF fonts for drawing text. (X11 BDF fonts are part of the UNIX-based X11 Windows System, original
KMEANS(matlab)
- Matlab环境下的k-means聚类算法,实现图像分割,很快阿!-K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!
K-Means聚类
- k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
20051207214106235
- 数字图像处理实验 图 像 处 理 实 验(一)直 方 图 灰度变换是图像增强的一种重要手段,使图像对比度扩展,图像更加清晰,特征更加明显。 灰度级的直方图给出了一幅图像概貌的描述,通过修改灰度直方图来得到图像增强。-digital image processing of image processing experiments (1) histogram of the gray-scale transformation of image enhancement is an impor
danziyouzhendong
- 单自由度振动系统--基于MATLAB建模仿真。根据单自由度振动系统数学模型,设计了单自由度振动系统的数学仿真实验,实验结果给出了振动方程的数值解,并用几何方式定量描述了振动过程和频幅特性.-single-freedom vibration systems -- based on MATLAB simulation modeling. Under the single-freedom vibration systems mathematical model, the design of sing
cximage600_lite
- CxImage is a C++ class that can load, save, display, and transform images in a very simple and fast way. The class CxImage is free as for the TIFF, JPEG, PNG and ZLIB libraries : \"If you use this source code in a product, acknowledgement is no
k均值聚类算法
- k均值算法的源代码-k means algorithm source code
DKG12_plane
- 【概要】 名称:DK的《小型空战最终版》-附源代码 版本:1.0.0.0 运行环境:Win9X/Me/NT/2000/XP/2003/Vista 开发环境:WinXp+VC6 软件开发者:FanSin Studio 开发商网站: 作者:棼紫|DKink QQ:8566427 EMAIL:dkink@qq.com 【介绍】 空战这种经典而简单的游戏,我怎么可能会放过开发的机会呢? 老规矩附源代码发布。 【操作指南】 Ente
VideoEXE
- 时下视频聊天几乎成了网吧老板们制胜的法宝,自己的软件嵌入视频通信方式又显得那么酷,而一个摄像头只需要百来块钱。本软件功能上可以实现视频采集、预览,选择压缩器(视频文件可是大得惊人!)进行压缩、解压,回放。抓取单帧图片保存等。 -Video chat now the owners of Internet cafes has become a magic weapon to win their own means of communication software, embedded video s
HoughTransform
- This scr ipt uses radon function of Matlab Image Processing Toolbox. tetastep is resolution of angle of line. threshold is a number between 0.5 to 1 that means a percent of the maximum value in Accumulator matrix.-This scr ipt uses radon functi
kalman_filter
- OPTIONAL INPUTS (string/value pairs [default in brackets]) model - model(t)=m means use params from model m at time t [ones(1,T) ] In this case, all the above matrices take an additional final dimension, i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R
txt2gif
- 一个将文本转换为GIF动画的例子程序,使用了GIFImage.pas里的TGIFImage类作为实现手段,供参考,包内已附GIFImage.pas源码-The text into a GIF animation of the example program, use the GIFImage.pas in the TGIFImage class as a means of achieving, for reference, the bag is attached GIFImage.pas sou
SuperPad
- 该源码提供充分的手段帮助用户实现其教学思想,只需要熟悉软件的简单的使用技巧即可自行设计和编写应用范例,范例所体现的并不是编者的计算机软件技术水平,而是教学思想和教学水平。可以说几何画板是最出色的教学软件之一。-The source to provide adequate means to help users achieve their teaching ideas, only familiar with the software' s simple tips you can use to
CaptureScreenSlnWPF
- 用WPF编写的截图源码,半透明遮盖方式,仅供参考-Prepared with WPF screenshot source, translucent cover means for reference only
clustering-algorithm
- 聚类算法有很多种,该程序是基于K-均值聚类算法,主要用于图像的分割-There are many clustering algorithms, the program is based on the K-means clustering algorithm, mainly used for image segmentation
vbtuxiang
- 其实说白了就是灰度的一个跳变。因此我们只要设定一个阀值,把电脑上的图片中的像素的色彩转化为灰度,再把相邻的两个像素的灰度去比较,当灰度变化超过一定的量的时候,我们就判断它是轮廓。-In fact, it means a grayscale transition. So long as we set a threshold, the computer image pixel color into gray, then gray pixels adjacent to compare the two,
CImage
- 我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
remote-sense1
- 遥感影像的英文论文,支持向量机,模糊C均值,挺有用的-Remote sensing image of English papers, support vector machine (SVM), a fuzzy c-means, very useful
K-means-and-iterative
- 图像的K均值与迭代处理,k-均值聚类是一种动态聚类,又称“C-均值算法”。-Image k-means and iterative processing