资源列表
[图形图像处理(光照,映射..)] MyDIP
说明:MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板 * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心 * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。 关于PrewittDIB()<郭子杰> 在 2024-11-13 上传 | 大小:46kb | 下载:0
[图形图像处理(光照,映射..)] main
说明:opencv2.4.4直方图均衡化代码,使用时请将均衡化图片命名为11.jpg。若不是jpg文件,请修改程序中的加载文件名-opencv2.4.4 histogram equalization code, please use equalization picture named 11.jpg. If a jpg file, modify the program to load the file name<李磊> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] main
说明:opencv2.4.4图像加亮函数,本程序默认每个像素加亮25个单位,可以根据个人需要修改程序中的增量-opencv2.4.4 images highlight function, the program defaults for each pixel to highlight 25 units, you can modify the program according to individual needs of the increm<李磊> 在 2024-11-13 上传 | 大小:254kb | 下载:0
[图形图像处理(光照,映射..)] LSD_line_extraction
说明:比较新的一个直线特征提取算法,发表在PAMI上,效果很好,值得学习-A relatively new line feature extraction algorithm, published in the PAMI, the effect is very good, it is worth learning<chenmin> 在 2024-11-13 上传 | 大小:619kb | 下载:0
[图形图像处理(光照,映射..)] LineMatch_LS
说明:比较新的一个直线匹配算法,发表在ICCV上,效果很好,值得学习-A relatively new line matching algorithm, published in ICCV, the effect is very good, it is worth learning<chenmin> 在 2024-11-13 上传 | 大小:1.31mb | 下载:0
[图形图像处理(光照,映射..)] LS_line_detion
说明:比较新的一个直线特征提取算法,发表在ICCV上,LS匹配中所采用的方法,效果很好,值得学习-A relatively new line feature extraction algorithm, published in ICCV on, LS matching method used, the effect is very good, it is worth learning<chenmin> 在 2024-11-13 上传 | 大小:3.67mb | 下载:0
[图形图像处理(光照,映射..)] TestLMDll_lines-matching
说明:中科院模式识别国家重点实验室团队提出的一个直线特征匹配算法,效果很好,值得学习-Chinese Academy of Sciences State Key Laboratory of Pattern Recognition team proposed a linear feature matching algorithm, the effect is very good, it is worth learning<chenmin> 在 2024-11-13 上传 | 大小:14.12mb | 下载:0
[图形图像处理(光照,映射..)] Geomagnetic_UKF
说明:主要实现地磁导航UKF算法,地磁导航传感器建模,地磁导航匹配算法研究-The main achievement of geomagnetic navigation UKF algorithm, geomagnetic navigation sensor modeling, geomagnetic navigation matching algorithm<wumeng> 在 2024-11-13 上传 | 大小:25.11mb | 下载:0
[图形图像处理(光照,映射..)] LZW
说明:LZW gif格式所使用的压缩算法,共享,学习-LZW gif format uses a compression algorithm, sharing, learning<jia> 在 2024-11-13 上传 | 大小:3.4mb | 下载:0
[图形图像处理(光照,映射..)] Poisson
说明:首先产生高斯分布,然后通过变换产生泊松分布的随机数,并画出概率密度函数的直方图-First, a Gaussian distribution, and then transform Poisson distributed random number generation, and draw a histogram of the probability density function<谢岚> 在 2024-11-13 上传 | 大小:285kb | 下载:0
[图形图像处理(光照,映射..)] Rayleigh
说明:首先产生高斯分布,然后通过变换产生瑞利分布的随机数,并画出概率密度函数的直方图-First, a Gaussian distribution, and then transform Rayleigh distributed random numbers, and draw a histogram of the probability density function<谢岚> 在 2024-11-13 上传 | 大小:782kb | 下载:0
[图形图像处理(光照,映射..)] SIFT-matlab
说明:SIFT算法大致有四个步骤: 1,尺度空间极值检测。在尺度空间通过高斯微分函数来检测潜在的对于尺度和旋转不变的兴趣点。 2,关键点定位。在兴趣点位置上,确定关键点的位置和尺度。 3,方向确定。基于图像局部的梯度方向,给每个关键点分配方向。 4,关键点描述。在每个关键点的领域内测量图像局部的梯度。最终用一个特征向量来表达。 -SIFT算法大致有四个步骤: SIFT algorithm has four steps:<张绍泉> 在 2024-11-13 上传 | 大小:660kb | 下载:0