搜索资源列表
fractalfenxingwei
- 一个分形维的代码,用差分盒维计算图像的分形维值!还不错!-a fractal dimension of the code, with the difference box dimension calculations images of fractal dimension values! Also good!
LogisticEq
- 混沌(Chaos),Logistic方程 X(n) = k*X(n-1)*( 1-X(n-1) ),即二次函数 f(x) = k*x(1-x), 选择适当的常数k,选择初始值 x0,迭代计算: x1=f(x0), x2=f(x1), x3=f(x2),..., 序列{ Xn }的整体\"状态\",敏感的依赖于常数k和初始值x0, 序列可能收敛,也可能,\"乱七八糟\"地振荡--产生混沌Chaos!-Chaos (Chaos), the logistic equation X (n
huayuan
- 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
vb等值线图的绘制方法※编程实践※水论坛
- 等值线 在科学计算和现实生活中,常常会遇到y=f(t)这类函数关系,例如,正弦、余弦等等。函数y=f(t)往往是以离散的观测值形式f(ti)(i=1,....N)表现出来的。例如,令股民朋友如醉如痴的K线图,与千家万户性命攸关的河流水位曲线图等等。离散函数关系有不少数据处理课题,例如,数据拟合、插值和平滑等等。最令人兴奋的还是预测,如果股民朋友能够准确把握y=f(t)的走向,钞票就会源源不断涌入口袋。如果水文学家能够准确预测河流水位暴涨的过程,可以大量减少生命和财产损失。 所谓画曲线就
人脸的监测与定位
- 本程序可以对读入人脸进行相似度计算,二值化,脸的直方图,头发直方图,标记人连区域等-this program can read human faces similarity, the two values, face the histogram, hair histogram, marking the region even as people
jiao448
- 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pixels wide single white line in
image_filter_ok
- 采用区域均值和方差算法,计算9个相邻区域的值,从而剔除图像噪声-the regional average and variance algorithm to calculate nine neighboring region, which was removed Image Noise
Iamge5
- 这是一个阈值计算的VC++程序,包括测试图片等 我做图象处理方面的研究 大家相互交流吧-This is a threshold value of VC procedures, test pictures I do image processing of all mutual exchange it
WA_TEST
- c#快速读取图像到内存中 实现图像二值,灰度等计算
opencv实现二值化图像的黑点计数并计算出连同区域的面积
- opencv实现二值化图像的黑点计数并计算出连同区域的面积 -use opencv to count the number of binary image s black point
test_qulity_of_image
- 计算插值图像和原始图像之间的视觉差别 采用亮度委员会的标准 编写得测试代码 输出值越小 插值效果越好-Calculating the visual difference between the original image and interpolation image using brightness standards for the preparation of the Commission may test code output value the smaller the bette
Image_process
- 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
buffonexperiment
- 实现了布丰投针实验的演示,有简单的动画演示,能在用户界面上输入平行线间距,投针的针长,投针次数,并能输出针与任一平行线相交的概率,以及根据此概率和平行线间距,针长计算出的pi值-Buffon needle experiment realized investment presentation, there is a simple animation, can be entered in the user interface on the parallel line spacing, cast a
PfzDrawingSample
- 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它
OTSU-code
- 国外经典OTSU代码,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-classic otsu code
area
- 对图像进行二值化,并进行面积计算,之后进行轮廓提取,计算封闭曲线的周长。采用c语言编写。-Image binarization, and the space, after contour extraction, calculated the circumference of closed curves. Using c language.
MTFApp
- 通过获取Excel中的数据,进行坐标显示,并对该组数据进行三次样条插值,并计算出积分结果。全部为本人所写,希望大家踊跃分享-Through access to data in Excel, display coordinates, and this set of data for the cubic spline interpolation, and calculate the integral result. All I wrote, hope you can come to share! !
Interpolation_CPP
- C++ 空间插值示例代码,简单实现空间插值计算算法。-an interpolation demo code
huiduzhiduqu
- 对bmp影响中灰度值进行计算,输出图像中灰度值的频率-Bmp affect gray value calculated, the value of the frequency of the output image gray
图像模式识别svd(奇异值分解)算法及图像相似度计算delphi源代码
- 图像模式识别svd(奇异值分解)算法及图像相似度计算delphi源代码-Calculate the image similarity