-
均匀方格法点云精简
能实现最小包围盒法方格划分,并利用中值进行点云精简(The minimum bounding box method can be implemented and the median value can be used to simplify the point cloud.)
- 2020-11-23 16:09:34下载
- 积分:1
-
cnn
canny边缘检测源代码,边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测(source code canny edge detection, edge detection for image understanding, target detection, tracking and other issues is very important that the code to do the canny edge detection operator)
- 2020-12-07 19:39:21下载
- 积分:1
-
mage segmentation-IA
说明: 利用经典免疫遗传算法实现单阈值图像的分割。(Classical immune genetic algorithm is used to segment single threshold image.)
- 2019-03-18 21:00:32下载
- 积分:1
-
tu_xiang_he_bing
程序进行了两张图片的简单合并,适合对控件的使用进行学习(Procedures carried out two simple merger picture, suitable for the control of the use of learning)
- 2013-11-05 22:32:15下载
- 积分:1
-
Hu_MV_Nicolas
Hu的七个不变矩在图像处理,尤其是特征提取方面是很重要的一个概念。本代码实现了图像的7个不变矩的计算和输出。( Hu s 7 moment invariants is significant in image processing,especially in feature seletcion. This code calculate them.)
- 2009-07-15 13:14:47下载
- 积分:1
-
DeblurGAN-master
说明: 采用生成对抗网络(GAN)实现图像去模糊,用于图像的清晰化处理(The generated countermeasure network (GAN) is used to remove the blur of the image, which is used to clear the image)
- 2020-11-02 15:03:11下载
- 积分:1
-
English-sentence-sim
英文文本的相似度计算,分别从词形、词序、词义等方面进行权重计算,得到相似度结果(English text similarity calculation were re-calculated from the word form, word order, meaning, etc. right, the similarity results)
- 2014-01-14 17:26:29下载
- 积分:1
-
Point Cloud Mosaic Using PCL
PCL是一个类似于OpenCV的开源库,提供了很多三维点云的处理功能,其中就包括点云拼接。在三维扫描项目中,需要利用点云拼接方法将多次扫描得到的点云数据拼合成一个整体。在本例中,用一幅包含人脸的深度图像去匹配之前获得的人脸模板,这将使我们能够确定人脸在场景中的位置和方向。(PCL is an open source library similar to OpenCV, which provides a lot of processing functions for three-dimensional point clouds, including point cloud mosaic. In the three-dimensional scanning project, it is necessary to use point cloud mosaic method to combine the point cloud data obtained from multiple scans into a whole. In this example, a depth image containing face is used to match the face template obtained before, which will enable us to determine the position and direction of the face in the scene.)
- 2019-02-19 09:35:56下载
- 积分:1
-
Learning-OpenCV
本书可作为信息处理、计算机、机器人、人工智能、遥感图像处理、认知神经科学等有关专业的高年级学生或研究生的教学用书,也可供相关领域的研究工作者参考。(This book can be used as information processing, computer, robot, remote sensing image processing, artificial intelligence, cognitive neuroscience and related professional senior student or graduate student s teaching resources, also can be used for reference in the related areas of research workers.)
- 2013-12-07 16:43:45下载
- 积分:1
-
代码
说明: 1、正弦函数 f (t) = K sin(wt +a)
2、矩形脉冲函数 f (t) = u(t) - u(t - t0 )
3、抽样函数
4、单边指数函数 f (t) = Ke -t
5、已知信号 f1(t) = u(t + 2) - u(t - 2), f 2 (t) = cos(2pt) ,用 MATLAB 绘制
f1(t) + f 2 (t) 和 f1(t)′ f 2 (t)的波形。(such as :
Sine function f (t) = K sin(wt +a)
Rectangular pulse function f (t) = u(t)-u(t-t0)
Sampling function
One-sided exponential function f (t) = Ke -t
Known signal f1(t) = u(t + 2)-u(t-2), f 2 (t) = cos(2pt), draw with MATLAB
The waveforms of f1(t) + f 2 (t) and f1(t)*f 2 (t))
- 2021-03-19 10:39:19下载
- 积分:1