-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
DXFRead-master
读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)
- 2017-09-26 15:48:30下载
- 积分:1
-
Codeblocks-MinGW-openCV
use Codeblocks MinGW in openCV
- 2012-04-16 09:41:20下载
- 积分:1
-
target-tracking
基于meanshift算法的目标跟踪,主要是基于opencv车辆跟踪!!!程序当中进行简单的图像分割(Based on the meanshift algorithm of image segmentation and target tracking.)
- 2013-08-21 10:45:45下载
- 积分:1
-
Vehicle_Detection_Recognition-master
车型识别图像处理MATLAB代码可运行适合新手入门只用(car recognization adapted rookie study playplay)
- 2018-01-09 22:14:19下载
- 积分:1
-
yuan
生成四副条纹图,进行四步相移,并且进行相位解包裹,并以图片形式输出结果(Generate four fringes, were four-step phase shift and phase unwrapping, and output as a picture)
- 2020-12-20 10:59:10下载
- 积分:1
-
test
说明: 实现了监控视频图像的去隔行算法,使隔行扫描的图像插值成为逐行扫描(The realization of the surveillance video images Deinterlacing Algorithm, so deinterlacing Image Interpolation become progressive scan)
- 2008-12-01 16:47:29下载
- 积分:1
-
8941662456
说明: 本程序使用MFC编写了一个能够在同一界面上显示立体图形的三视图的源程序。(This program using MFC wrote a can in the same interface shown on the SanShiTu three-dimensional graph of the source program.)
- 2020-11-30 09:49:27下载
- 积分:1
-
ImageCoding
该程序是数字图像处理中一个常用的算法,研究在VC6.0下调试通过,并且达到了非常好的效果,希望对大家能有点帮助。(The program is a digital image processing algorithms commonly used to study under VC6.0 debugger through and achieved very good results, in the hope that we can to some extent.)
- 2009-04-26 19:58:05下载
- 积分:1
-
UpgradeReport
利用回转窑生产氧化铝的工艺中,提出了一种新的基于SVR(支持向量回归)的烧成带温度软测量方法。即首先对从回转窑采集到的烧结图像进行预处理,消除噪声的干扰;然后利用大津方法分割出物料区和火焰区,并提取这些区域的图像特征;其次利用基于SVR方法建立的烧成带温度模型计算温度值;参数计算.(The use of alumina rotary kiln production process, a new-based SVR (support vector regression) of the burning zone temperature soft measurement method. That is first collected from the rotary kiln sintering image pre-processing to eliminate noise interference Otsu method and then use the materials division of the district and flame zones, and extraction of image features in these regions SVR-based method followed by the establishment of the burning zone temperature model temperature parameters.)
- 2008-05-20 16:07:55下载
- 积分:1