-
C++ 二维码识别
C++ 二维码识别
- 2015-01-07下载
- 积分:1
-
detectpoint
光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。(Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extracting the center spot, which is attached test images, the extraction accuracy of sub-pixel level.)
- 2014-04-16 15:33:49下载
- 积分:1
-
geo_feature_image
用于通过三维激光点云数据生成二维的地理参考特征图像,此处以高程作为特征(Used by 3 d laser point cloud data to generate two-dimensional geographical characteristics of reference image, the elevation as features)
- 2021-01-16 15:18:45下载
- 积分: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
-
LZW
在图像传输时,常常需要对图像进行压缩,这些代码用来对图像进行压缩编码。(In the image transmission, it is often the need for image compression, the code used to image compression.)
- 2009-12-04 20:44:45下载
- 积分:1
-
Image-segmentation-Extraction
一个车牌字符分割小程序,分割效率高。实现简单(A license plate character segmentation of small procedures, segmentation and high efficiency. Realize a simple)
- 2008-05-28 21:52:16下载
- 积分:1
-
Harris2
说明: Harris角点检测,关于角点的应用在图像处理上比较广泛,如图像匹配(FPM特征点匹配)、相机标定等。网上也有很多博客对Harris角点检测原理进行描述,但基本上只是描述了算法流程,而其中相关细节并未作出解释,这里我想对有些地方做出补充说明,正所谓知其然知其所以然,如有不对,还望指正。(Harris corner detection)
- 2019-06-13 22:02:03下载
- 积分:1
-
Contourlet-fractal
对于遥感图像,研究了一种基于基于Contourlet变换和分形压缩方法,方法具有一定的实用价值,程序包中有实验图片。(For the remote sensing images, a kind of transformation based on Contourlet and fractal based compression methods, the method has some practical value, experimental pictures in the package.)
- 2010-10-08 16:55:00下载
- 积分:1
-
-DOA
利用DOA和TOA对运动辐射源的单舰无源定位(Using a single passive location DOA and TOA ship moving emitter)
- 2021-01-16 13:58:45下载
- 积分:1
-
提取图像的局部二值特征 LBP matlab
提取图像的局部二值特征;广泛用于纹理特征提取
具有旋转不变性(Extract local two value features of images; widely used in texture feature extraction.
Rotation invariance)
- 2018-09-09 17:17:26下载
- 积分:1