登录
首页 » C++ » 图像校正回调函数

图像校正回调函数

于 2017-08-22 发布 文件大小:13106KB
0 207
下载积分: 1 下载次数: 10

代码说明:

  本文档主要用于图像的倾斜矫正,通过建立透视变换矩阵和强角点检测实现畸变图形的矫正(This document is mainly used for Image tilt correction, through the establishment of perspective transformation matrix and strong corner detection, to achieve distortion correction)

文件列表:

图像校正回调函数
图像校正回调函数\.vs
图像校正回调函数\.vs\图像校正回调函数
图像校正回调函数\.vs\图像校正回调函数\v14
图像校正回调函数\.vs\图像校正回调函数\v14\.suo
图像校正回调函数\x64
图像校正回调函数\x64\Debug
图像校正回调函数\x64\Debug\图像校正回调函数.exe
图像校正回调函数\x64\Debug\图像校正回调函数.ilk
图像校正回调函数\x64\Debug\图像校正回调函数.pdb
图像校正回调函数\x64\Release
图像校正回调函数\x64\Release\图像校正回调函数.exe
图像校正回调函数\x64\Release\图像校正回调函数.iobj
图像校正回调函数\x64\Release\图像校正回调函数.ipdb
图像校正回调函数\x64\Release\图像校正回调函数.pdb
图像校正回调函数\图像校正回调函数
图像校正回调函数\图像校正回调函数\1 - 副本.txt
图像校正回调函数\图像校正回调函数\1.cpp
图像校正回调函数\图像校正回调函数\2.jpg
图像校正回调函数\图像校正回调函数\drawing.jpg
图像校正回调函数\图像校正回调函数\x64
图像校正回调函数\图像校正回调函数\x64\Debug
图像校正回调函数\图像校正回调函数\x64\Debug\1.obj
图像校正回调函数\图像校正回调函数\x64\Debug\1.obj.enc
图像校正回调函数\图像校正回调函数\x64\Debug\vc140.idb
图像校正回调函数\图像校正回调函数\x64\Debug\vc140.pdb
图像校正回调函数\图像校正回调函数\x64\Debug\图像校正回调函数.log
图像校正回调函数\图像校正回调函数\x64\Debug\图像校正回调函数.tlog
图像校正回调函数\图像校正回调函数\x64\Debug\图像校正回调函数.tlog\CL.read.1.tlog
图像校正回调函数\图像校正回调函数\x64\Debug\图像校正回调函数.tlog\CL.write.1.tlog
图像校正回调函数\图像校正回调函数\x64\Debug\图像校正回调函数.tlog\link.read.1.tlog
图像校正回调函数\图像校正回调函数\x64\Debug\图像校正回调函数.tlog\link.write.1.tlog
图像校正回调函数\图像校正回调函数\x64\Debug\图像校正回调函数.tlog\图像校正回调函数.lastbuildstate
图像校正回调函数\图像校正回调函数\x64\Release
图像校正回调函数\图像校正回调函数\x64\Release\1.obj
图像校正回调函数\图像校正回调函数\x64\Release\vc140.pdb
图像校正回调函数\图像校正回调函数\x64\Release\图像校正回调函数.log
图像校正回调函数\图像校正回调函数\x64\Release\图像校正回调函数.tlog
图像校正回调函数\图像校正回调函数\x64\Release\图像校正回调函数.tlog\CL.read.1.tlog
图像校正回调函数\图像校正回调函数\x64\Release\图像校正回调函数.tlog\CL.write.1.tlog
图像校正回调函数\图像校正回调函数\x64\Release\图像校正回调函数.tlog\link.read.1.tlog
图像校正回调函数\图像校正回调函数\x64\Release\图像校正回调函数.tlog\link.write.1.tlog
图像校正回调函数\图像校正回调函数\x64\Release\图像校正回调函数.tlog\图像校正回调函数.lastbuildstate
图像校正回调函数\图像校正回调函数\原始图.jpg
图像校正回调函数\图像校正回调函数\图像校正回调函数.vcxproj
图像校正回调函数\图像校正回调函数\图像校正回调函数.vcxproj.filters
图像校正回调函数\图像校正回调函数\捕捉的角点图.jpg
图像校正回调函数\图像校正回调函数\效果图.jpg
图像校正回调函数\图像校正回调函数.VC.db
图像校正回调函数\图像校正回调函数.sln

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bobaoshengcheng
    波包生成函数,适用于初学者对小波的理解,很实用(Wave packet generation function, for beginners to understand the wavelet, it is practical)
    2017-03-09 20:56:58下载
    积分:1
  • main
    通过纹理方向估计消失点,通过消失点来检测道路区域。 该程序应用到了基于纹理的张量投票算法来估计消失点;通过纹理方向和颜色信息,生成用于估计两个最主要道路边界的直方图;最后将道路区域定义为两个检测到的道路边界之间且低于估计的消失点的区域(The vanishing point is estimated by the texture direction, and the road area is detected by the vanishing point. The program applies a texture-based tensor voting algorithm to estimate the vanishing point; through the texture direction and color information, generates a histogram for estimating the two most important road boundaries; finally defines the road area as two detected road boundaries. An area between and below the estimated vanishing point)
    2019-04-06 20:33:10下载
    积分:1
  • image-processing
    1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。 ((1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 times the original 2) around the center of rotation of 30 degrees (CW) 3) interpolation of the offset to achieve a perspective transformation.gray level difference between the nearest neighbor interpolation and bilinear interpolation (2) draw a grayscale image of the gradient magnitude image (three-point method seeking gradient), the gradient magnitude image is reasonable to select a threshold value (the test can be) the second value to the image edge detection image.)
    2012-03-13 23:16:59下载
    积分:1
  • SAR滤波MATLAB程序
    孔径雷达图像固有的相干斑噪声严重降低了图像的可解译程度,影响了后续目标检测、分类和识别 等应用。因此,SAR图像的相干斑抑制问题一直是SAR图像应用的重要课题之一。一个理想的去斑算法应该在平 滑的同时保持图像的边缘等细节不受损失,目前存在各种各样的算法,但没有一种方法能够完美的满足这一要求。 本文对SAR图像的相干斑抑制问题进行了全面系统的研究,分析了相干斑的形成原因,总结了目前存在的相干斑 抑制算法的主要思路,介绍了具有代表性的算法,并对各种算法的性能进行了定性分析和比较,给出了去斑算法定 量评估方法(The inherent speckle noise of the aperture radar image seriously reduces the degree of interpretation of the image, and affects the detection, classification and recognition of the subsequent targets. And other applications. Therefore, the problem of speckle suppression in SAR images has been one of the most important topics in the application of SAR images. An ideal speckle algorithm should be flat At the same time, the details such as edges of images are not lost. There are various algorithms at present, but none of them can satisfy this requirement perfectly.)
    2020-12-21 11:09:08下载
    积分:1
  • FCM
    利用模糊C聚类(FCM)的方法对彩色图像进行分割,期中可以用不通的特征向量来表征图像的特征(Using Fuzzy C-clustering (FCM) method for color image segmentation, mid-term feature vectors can be used unreasonable to characterize the image Feature)
    2012-03-27 03:29:54下载
    积分:1
  • DSP
    程序是基于DSP的数字图像处理技术,可以实现军事滤波,中值滤波和维纳滤波,实现效果较好(The program is a DSP-based digital image processing technology, the military filtering, median filtering and Wiener filtering, better )
    2012-03-18 08:30:46下载
    积分:1
  • Forstner_Main.m
    说明:  Forstner特征点提取算子,Matlab语言实现,亲测有效(Feature points detecting algorithm)
    2019-04-22 14:13:34下载
    积分:1
  • LFToolbox0.4
    可对lytro相机所得到的光场图像进行各种处理(The light field image obtained by lytro camera can be processed in various ways.)
    2020-06-18 23:40:01下载
    积分:1
  • kingnun_v42
    有较好的参考价值,进行波形数据分析,实现六自由度运动学逆解算法。( There are good reference value, Waveform data analysis, Six degrees of freedom to achieve inverse kinematics algorithm.)
    2016-11-15 14:02:24下载
    积分:1
  • MEAN_ratio
    说明:  均值比差异图生成,用于SAR图像变化检测,生成差异图(mean ratio difference map generation, used for SAR image change detection, generate difference map)
    2021-03-30 08:59:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载