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

图像校正回调函数

于 2017-08-22 发布 文件大小:13106KB
0 225
下载积分: 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 个回复

  • OpenSourceVidProcessing
    光流法实时实现的文献及代码,2012发表于cvpr,200*200的图像,每秒可达200帧,2012_CVPR_Lip-motion events analysis and lip segmentation using optical flow(Optical flow method to achieve real-time literature and code, 2012 published in cvpr, 200* 200 images per second, up to 200, 2012_CVPR_Lip-motion events analysis and lip segmentation using optical flow)
    2013-08-15 15:31:19下载
    积分:1
  • 使用函数wdcbm2()获取信号压缩阀值 imagecompression
    图像压缩实例,使用函数wdcbm2()获取信号压缩阀值(the example for image compression using wdcbm2() which is a wavelet function )
    2009-11-15 01:59:12下载
    积分:1
  • Qt_RobHess_Sift
    sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift源码也是采用Rob Hess的。代码可以在他的主页上下载:http://blogs.oregonstate.edu/hess/code/sift/ 这里我下载的是windows版本的,并采用Qt做了个简单的界面。(sift algorithm is self-evident the importance of the cv field, the author of the article referenced in the cv sector is number1 this blog I just sift algorithm knowledge compiled under, so as not to forget. This article compares the earlier blog post opencv source code analysis (3): check the preface of the feature points 1 the opencv bring their own sift to do a simple experiment, but this time Rob Hess' s sift source to experiment. In fact, with the opencv version sift algorithm is Rob Hess, only slightly packing the next. Below to do the next test, test sift code using the code of Rob Hess, sift source opencv version of Rob Hess. The code can be downloaded on his home page: http://blogs.oregonstate.edu/hess/code/sift/ here I downloaded the windows version, and using Qt to do a simple interface.)
    2021-04-20 21:28:50下载
    积分:1
  • face_recognize
    图像处理课程设计——《人脸识别》,用matlab实现的,代码加实现,以及设计报告(Image processing designation of face recognize.)
    2012-03-31 16:33:29下载
    积分:1
  • kmeans
    说明:  图像分割,还可以,kmeans聚类的方法。k-means算法是一种聚类算法,所谓聚类,即根据相似性原则,将具有较高相似度的数据对象划分至同一类簇,将具有较高相异度的数据对象划分至不同类簇。(K-means algorithm is a clustering algorithm. The so-called clustering is to divide data objects with high similarity into the same class cluster and data objects with high dissimilarity into different class clusters according to the similarity principle.)
    2019-05-05 21:14:18下载
    积分:1
  • test
    利用最大有效圆法或最大内切圆法提取掌纹掌脉图像的roi(Using maximum effective circle method or maximum inscribed circle method to extract palm print palm vein image ROI)
    2018-04-29 17:38:58下载
    积分:1
  • 特征提取
    采用gabor算法,灰度共生矩阵、灰度梯度共生矩阵提取图像纹理信息(Using Gabor algorithm, gray level co-occurrence matrix and gray level gradient co-occurrence matrix to extract image texture information)
    2020-11-05 17:49:50下载
    积分:1
  • 语音
    自编语谱图函数,可实现基本的spectrogram功能(Self compiled spectral function, which can implement basic spectrogram functions)
    2018-03-29 14:50:38下载
    积分:1
  • CFAR--
    基于CFAR虚警率的图像分割算法,可快速对灰度图像进行CFAR检测分割。(Based on the false alarm rate of CFAR image segmentation algorithm, the gray image can be fast CFAR detection and segmentation.)
    2020-12-24 10:09:05下载
    积分:1
  • gabor
    GABOR对SAR图像进行滤波及纹理提取,可直接使用(GABOR of SAR image filtering and texture, can be used directly)
    2020-07-30 17:38:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载