-
FKFilter
FK滤波分析,设计窗口!!!!!!!!!!!(FK filtering analysis, design window! ! ! ! ! ! ! ! ! ! !)
- 2013-01-21 20:24:37下载
- 积分:1
-
Alpha_shapes_3
这是三维点云数据边缘线提取的c++算法,适合于LIDAR数据的三维处理,供大家参考学习(This is 3 d point cloud data edge extraction of c++ algorithm, suitable for LIDAR data 3 d processing, provide everyone reference to study)
- 2020-11-05 17:09:51下载
- 积分:1
-
HoughMFC
用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错(using OpenCV for image processing and development of a project portal sample program-- Hough Transform good results!)
- 2006-11-03 21:15:57下载
- 积分:1
-
ostu
ostu二值化算法vc实现,基于MIL图像处理软件包将图像解析,通过ostu求取二值化阈值,实现二值化算法(ostu binarization algorithm to achieve vc, MIL image processing software package based on the image resolution, strike through ostu binarization threshold binarization algorithm to achieve)
- 2013-07-26 14:02:37下载
- 积分:1
-
lda_hash
以SIFT特征为目标输入,LDAHash方法进行降维实现目标识别(SIFT features input LDAHash method to reduce the dimensionality of the target recognition)
- 2021-01-01 18:28:58下载
- 积分:1
-
CCMD_OCR
简单的图形文字识别软件,希望大家喜欢我的分享,谢谢(Simple graphical text recognition software, I hope you like my share, thank you)
- 2009-06-15 23:26:59下载
- 积分:1
-
wave
小波学习资料
供初学者和小波爱好者参考用()
- 2007-08-13 17:14:24下载
- 积分:1
-
saomiaoxian
这是一个扫描线种子填充算法的程序,这个程序的演示效果不错(This is a scan line seed fill algorithm program, this program demonstrates good results)
- 2020-06-30 20:40:02下载
- 积分:1
-
ImageMatch
遥感摄影测量专业相邻相片同名点之间的匹配,交互界面,可以人工选点(Remote Sensing Photogrammetry Professional adjacent matching interface point between the photo of the same name, you can manually choose the point)
- 2014-04-29 00:59:22下载
- 积分: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