登录
首页 » Visual C++ » CodeofOpenCV

CodeofOpenCV

于 2009-12-24 发布 文件大小:8795KB
0 125
下载积分: 1 下载次数: 34

代码说明:

  《OpenCV基础教程》于仕琪主编,书中所有源代码下载,基于OpenCV的图像处理技术(" OpenCV-based tutorial," in Shi Qi editor of the book to download all the source code, based on OpenCV image processing technology)

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

发表评论

0 个回复

  • VC-tu-xiang-chu-li
    图形图像处理算法大全,包含各种算法的源码,只要经过简单修改就可变为程序(Daquan graphic image processing algorithms, including the source code for various algorithms, as long as you can into a program after a simple modification )
    2011-05-20 16:45:34下载
    积分:1
  • RoadLineFetch
    十字路口车道线提取算法。c++开发。特别针对十字路口电子警察系统开发。(road line fetch)
    2013-06-06 10:31:01下载
    积分:1
  • opencvhello_matlab
    说明:  opencv入门程序,使用opencv模式读取图像并显示,在vs环境下调用matlab进行图像读取和显示(opencv entry procedures, read the image using opencv mode and display, in the vs environment, call matlab to read and display the image)
    2021-02-23 11:39:40下载
    积分:1
  • test
    说明:  实现了监控视频图像的去隔行算法,使隔行扫描的图像插值成为逐行扫描(The realization of the surveillance video images Deinterlacing Algorithm, so deinterlacing Image Interpolation become progressive scan)
    2008-12-01 16:47:29下载
    积分:1
  • MRF_imgSeg
    说明:  是马尔可夫图像分割的C++程序,可以用于遥感图像(It's a C++ program for Markov image segmentation, which can be applied to remote sensing images.)
    2021-03-18 09:09:19下载
    积分:1
  • ImgHazeRemoval_Test
    图像去雾 暗原色 导向滤波 最好的去雾算法 何恺明的matlab代码的opencv的实现(haze removal guided image filtering the best algorithm to fog )
    2012-05-10 16:39:04下载
    积分:1
  • faceDetection
    人脸检测与跟踪,我的毕业论文,使用我自己改进的ADABOOST和CAMSHIFT算法,附带我的毕业论文,opencv1.0或以上自己配置(face detection use adaboost and camshift algorithm,relevant paper enclosed,OPENCV1.0 is necessary)
    2013-01-27 20:59:45下载
    积分:1
  • RRT-path-panning-algorithm
    本文以自主驾驶车辆为实际应用背景.提出了一种改进的RRT(快速随机搜索树)路径规划算法.该路 径规划算法将非完整性约束条件与双向多步扩展RRT搜索算法相结合,在提高搜索效率的同时保证了规划路径的可 行性.同时将路径点作为B样条基函数的控制点,用三次B样条函数来拟合控制点生成平滑可跟踪的路径.通过在平 面障碍物环境下实验,验证了该算法的有效性.(AimingattheapplicationofALV(automaticlandvehicle),animprovedRRT(RapidlyRandom?exploring Trees)pathplanningalgorithm isproposed.Thealgorithm combinesthenoholonomicconstraintsofvehiclewithdoubleextend RRTs,whichnotonlyimprovestheefficiencyofsearchingbutalsoguaranteesthefeasibilityofthepathatthesametime.Thepath pointsaretakenasreferencepointsfortheB?splinebasicfunction,approachandcreateanewsmoothroutewhichsuitsforthevehi? cletofollow.Thesimulationoutcomesandfieldtestsverifytheeffectivenessofthemethodproposed.)
    2012-12-01 18:39:27下载
    积分:1
  • yepian
    为了研究植物的生长规律,应用数字摄影图像处理法对山楂叶面积进行无损测量,该方法采用数码相机在田间获取山楂叶子的数字图像,对所拍图像进行背景去除、二值化及中值滤波处理,然后利用Matlab软件编程.快速计算出叶子的面积。把这一面积同常用的叶纸称重法所测面积进行比较.结果基本相同,由此可见,数字摄影图像法测量叶面积,具有简单、准确、方便快捷的特点.这对数字农业的植物信息快速采集和利用具有重要的意义。 ( In order to study the growth pattern of plants, the application of digital photography and image processing method for nondestructive measurement of hawthorn leaf area, this method using a digital camera to obtain digital images of hawthorn leaves in the field, on the film image background removal, binarization and medianfiltered, and then using the Matlab software programming. Quickly calculate the area of the leaves. This area with the common leaf paper weighing measured by the area to compare. The results are basically the same, shows, digital photographic images method to measure leaf area, with a simple, accurate, and convenient features. This rapid acquisition and use of digital agricultural plant is of great significance. In order to study the growth pattern of plants, the application of digital photography and image processing method for nondestructive measurement of hawthorn leaf area, this method using a digital camera to obtain digital images of )
    2012-02-19 11:20:50下载
    积分:1
  • PicMatch
    本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。 3、保存视图数据为图片文件,支持TIFF、PNG、JPEG、JPG、BMP、GIF格式保存。 4、TreeCtrl控件、ListCtrl控件的基本操作。 5、MFC单文档程序视图通讯、更换视图、视图分割。(This program of image features automatic extraction point, use Morevac, Forstner, Harris3 a classic operator. Based on the correlation coefficient method using the image matching, realization and introducing least squares adjustment, the matching point to improve precision. In the search process, the use of the image characteristics of nuclear line, 2d image search using the heuristic method of climbing. For large quantity of data using image processing image pyramid structure. 1, using film, read GDAL repository support JPEG, TIFF, PNG, GIF, BMP, JPG, read IMG format. Use GDI drawing. 2 and prevent large amount of data, drawing view pictures showed adopt double caching techniques. 3, save for the image file, views data support JPEG, TIFF, JPG, PNG, GIF, BMP format. 4 and TreeCtrl controls, the basic operation ListCtrl controls. 5 and MFC single document procedure view communication, replace view, view.)
    2010-05-22 00:46:30下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载