-
DXFRead-master
读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)
- 2017-09-26 15:48:30下载
- 积分:1
-
cannyho
openCV+MFC(VS2008)canny边缘检测,能用滑动条调节参数(openCV+MFC (VS2008) canny edge detection, use the slider to adjust parameters)
- 2015-09-16 15:27:26下载
- 积分:1
-
IRobustmultist
这是一个关于鲁棒的多传感器图图像配准程序的算法可直接使用。
(This is a robust multi-sensor chart image registration procedures of the algorithm can be used directly.)
- 2012-07-24 10:21:48下载
- 积分:1
-
vc-driven-camera-capture-images
该文档的主要功能就是利用vc编写一段代码实现摄像头采集图像。(The main function of the document is vc write a piece of code to achieve the camera capture images.)
- 2013-04-02 10:43:48下载
- 积分:1
-
secaizhuanyi
运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
- 2013-09-15 16:40:26下载
- 积分:1
-
fire1
用于火焰尖角、圆形度、纹理的测量以及图像颜色、矩阵、边缘直方图的测量(For flame sharp corners, roundness, texture measurements, and image color, matrix, edge histogram measurements)
- 2016-10-25 21:06:32下载
- 积分:1
-
ImageCutofRGB565BMP
裁剪以RGB565格式保存的BMP文件,涉及位图掩码内容(imagecut of the BMP picture which saved with RGB565 format and mask)
- 2015-01-22 10:57:48下载
- 积分:1
-
fast_dt
快速距离变换的程序,是在外国人的一个程序上小改了一下,vs2008下的控制台程序,可以直接设置断点调试(Fast distance transform procedure is a procedure in the foreign small change a bit, vs2008 console under the program, you can set breakpoints directly)
- 2011-10-11 16:16:21下载
- 积分:1
-
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
-
giftExampleRegistration
数据同化框架下基于差分进化的遥感图像融合算法(Data assimilation framework based on differential evolution algorithm for remote sensing image fusion)
- 2011-04-22 11:36:01下载
- 积分:1