资源列表
InpaintingCodeAndData
- 一种快速的基于传输方程的图像修复算法。参考文献:FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt
pictureSaveAndRedraw
- 简单实现图形的保存与重绘,是孙鑫老师课程里讲的单文档应用程序-Simple graphics to achieve the preservation and redraw is Xin Sun teacher curriculum stresses the application of single document
image_process_analysis_understang
- 章毓晋的图像处理课件包括图像处理、图像分析,图像理解,很全面-Yu-Jin Zhang, image processing courseware include image processing, image analysis, image understanding, very comprehensive
ImageProcessing
- 图像匹配算法 图像的特征点提取以及匹配在三维重建中有重要的作用-Image matching algorithm of feature point extraction image matching in the three-dimensional reconstruction as well as play an important role in
huzhanyi
- 这是中科院研究生院计算机视觉的课件,由中科院自动化所胡占义研究员讲授
Visual-CPP_Image_process
- 是很经典的图像处理电子书及其源代码,自己珍藏了很久的东西,可以当做VC++和图像处理相关的入门教程-Is the classic image processing books and source code, its own collection of things for a long time, can be used as VC++ and image processing related to Getting Started
opencvcj
- 利用opencv库函数打开摄像头,点击保存图片按钮就可以保存图片,点击测距按钮就可以测试出点高度及点宽度还有距离。点击关闭摄像头即可关闭摄像头,点击推出程序即可退出程序。-Using the opencv library function to open the camera, click the save picture button to save the picture, click the distance button can test the point height and poi
gadm下载的中国地图
- gadm下载的中国地图,解压之后有省市县三类型
中国省、市、县级行政区划
- 中国省、市、县级行政区划,包括行政地名、行政边界数据。
gadm36_CHN_shp
- 包含全国省级、地市级、县市级行政区划的shp文件(National administrative divisions at provincial, prefectural, county and municipal levels)
greedy_projection
- 利用PCL对点云进行三角化,贪婪算法,输入为PCD文件输出为VTK文件-Fast triangulation of unordered point clouds
edges-master
- 边缘检测算子 图像边缘信息主要集中在高频段,通常说图像锐化或检测边缘,实质就是高频滤波。我们知道微分运算是求信号的变化率,具有加强高频分量的作用。在空域运算中来说,对图像的锐化就是计算微分。由于数字图像的离散信号,微分运算就变成计算差分或梯度。图像处理中有多种边缘检测(梯度)算子,常用的包括普通一阶差分,Robert算子(交叉差分),Sobel算子等等,是基于寻找梯度强度。拉普拉斯算子(二阶差分)是基于过零点检测。通过计算梯度,设置阀值,得到边缘图像。(The image edge infor