资源列表
DDA、中点及Bresenham算法生成直线
- 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
SRCNN_TEST
- 基于卷积神经网络的图像超分辨率重建,不含训练程序,包含已训练好的model !(Test code for Super-Resolution Convolutional Neural Networks (SRCNN))
Arnold
- 针对 Anrlod 变换的周期依赖于图像的阶数这一特性, 提出了一种反变换算法 。 该算法 通过分析加密图像任一点处两坐标分量间关系, 得到原图像相应点的坐标 , 从而实现图像的解密。(In view of the characteristic that the Anrlod transform cycle depends on the order of the image, an inverse transformation algorithm is proposed. The algorit
matlab源文件包
- 小波变换相关函数在matlab中如何应用 小波分解和重构过程 小波变换在图像压缩、融合等方面的应用并用matlab来实现(How to apply wavelet transform correlation function in MATLAB Wavelet decomposition and reconstruction process The application of wavelet transform in image compression and fusion i
src_5
- 形态学常用算法,包括细化,孔洞填充,连通分量提取等(Common algorithm for morphology,Including refinement, hole filling, connectivity component extraction, etc.)
地图整饰与输出
- 本实例介绍地图整饰与输出功能的实现,实例代码位于“code”目录下。(This example describes implementation of map design and output function of the code examples in the "code" directory.)
空间查询统计
- 本实例介绍空间查询统计功能的实现,代码位于“空间查询统计\code”目录下。(This example introduces the realization of statistical function of spatial query.)
地图操作
- 本程序实现了地图的基本操作功能,包括各种地图数据的加载、保存,操作中常用的缩放、移动,数据视图、鹰眼、布局视图的同步,TOC右键菜单及其他一些常见的功能。(The program implements the basic operational functions of the map, including the loading and saving of various map data, the common zooming, moving, data view, Hawk Eye, la
Desktop
- 求图像中某一区域的质心 读入图像 求二值化的阈值 显示二值化图像 标注二进制图像中已连接的部分 用于记录质心位置的坐标 求质心(centroid Seeking the centroid of a region in the image Read into the image Two valued thresholds display two valued images Tagging the connected parts of a binary image Coordi
video_detection.m
- 使用VJ算法识别人脸,并使用KLT算法进行特征识别并追踪(Face detection using VJ algorithm, and track it using KLT algorithm)
goodWaterShed
- c++代码实现,通过对图像进行分水岭变换,实现分割功能(C + + code to achieve image segmentation)
车牌字符识别
- 随机抽取一张车牌,用halcon进行图像处理,字符分割,最终实现车牌字符识别(Randomly select a license plate and use halcon for image processing, character segmentation, and finally realize the license plate character recognition.)