CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - Modified

搜索资源列表

  1. CameraDS

    0下载:
  2. 我修改了Shiqi Yu编写的CCameraDS类,增加ShowPinPropertyPage,ShowFilterPropertyPage,GetDeviceFilter,GetCameraOutput四个函数 在CB2007下通过编译 不知为何,修改Camera属性后,有时不会取到图像回来,特别是修改图像大小-I modified the Shiqi Yu CCameraDS class prepared to increase ShowPinPropertyPage, Sho
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:4704
    • 提供者:supermay
  1. Opencv-source-code

    0下载:
  2. opencv的源程序,全部经过调试通过,且相应的函数进行了修改-opencv source, have all been debugged, and the corresponding function has been modified
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11274438
    • 提供者:liusimo
  1. contour

    0下载:
  2. 这是一个图像轮廓处理的opencv编程实例,本人用了,可以修改后做为长度计算用。-This is the outline of an image processing opencv programming examples, I used, as can the length of the modified calculation.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:8796
    • 提供者:wangzhi
  1. FZ

    0下载:
  2. 利用opencv在vc6.0下实现图像反转,经过修改无需使用CMD-Be achieved using opencv in vc6.0 image reversal, has been modified without the use of CMD
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1194174
    • 提供者:Seraph6688
  1. flightsim

    0下载:
  2. Uses blender to generate a scene with reference objects. Takes input images and uses opencv methods to estimate the object translation and rotation from the camera. Reads the object 3D coordinates from a file and uses color to detect the objects in t
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11586183
    • 提供者:jake
  1. EM

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的期望最大化算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-It s an MFC Dialog based Expectation Maximize algorithm modified from OpenCV source. Chinese comments are added to it to enchance better understand of the program.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3106975
    • 提供者:安庆友
  1. Kmean

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的K均值算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-MFC Dialog based K-mean algorithm modified from OpenCV source with Chinese comments added inside to make sure better understanding of it.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3419731
    • 提供者:安庆友
  1. ber

    0下载:
  2. 在opencv下实现贝赛尔曲线. 可以修改控制点,连接多条曲线,修改曲线精度等操作-Opencv under the Bezier curve control points can be modified, connecting more than one curve, and modify the curve precision operation
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:11000
    • 提供者:cf
  1. HHGSMX

    0下载:
  2. 本程序是修改过的高斯混合模型,用来实现运动目标检测,效果不错。-This procedure is a modified Gaussian mixture model is used to moving target detection, good results.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:11000
    • 提供者:张振
  1. SIFT

    0下载:
  2. 网上一般很多SIFT算法都无法直接使用,这是我下载后修改的,确定能在vs2010下运行,但你一定要先安装最新的opencv。保证能成功运行。-Online is generally a lot of the SIFT algorithm can not be used directly, which is modified after I download to determine the run in vs2010, but you must first install the latest
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7737138
    • 提供者:交换链
  1. Bezier

    0下载:
  2. 在opencv下实现贝赛尔曲线. 可以修改控制点,连接多条曲线,修改曲线精度等操作-Opencv under the Bezier curve control points can be modified, connecting more than one curve, and modify the curve precision operation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:2026
    • 提供者:程序猿
  1. siftfeat

    1下载:
  2. SIFT特征提取在vs2010上可以直接运行,已经修改好了的c++版本-SIFT feature extraction can run in vs2010, and has been modified a good c++ version
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28770382
    • 提供者:ptlove
  1. siftmatch

    0下载:
  2. SIFT从特征提取到匹配完成的整个过程,已经修改好完全可以在vs2010上运行,c++版本的-SIFT extracted from the feature match to complete the whole process has been modified can run in vs2010 c++ version
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:33409644
    • 提供者:ptlove
  1. water_cheti

    0下载:
  2. 8.4 水域分割 水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。 -Image Watershed Segmentation This is the implementation of the algorithm based on immersion model.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:14274
    • 提供者:徐卫东
  1. opencvEllipseFitting

    0下载:
  2. OPENCV椭圆拟合程序,自己下载后修改修改参数就可以直接使用。-The OPENCV ellipse fitting procedure, modified after downloading modify the parameter can be used directly.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:55705
    • 提供者:张文寅
  1. SkinPP2100

    0下载:
  2. VC++环境下的多种漂亮界面,可以自己按需要再加修改-VC++ environment variety of beautiful interface, can be modified as needed plus
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:7437312
    • 提供者:liumin
  1. Test2

    0下载:
  2. 这是一个基于OpenCV的图形处理程序,可以对图像进行旋转和缩放,缩放的比例和可以在程序中修改-This is an OpenCV-based graphics program, image rotate and zoom, zoom ratio and can be modified in the program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:9005485
    • 提供者:kimi
  1. opencvtest

    0下载:
  2. 该程序使用vc++和opencv对视频文件进行读取与播放,并可根据自己的要求修改帧间播放时差。-The the program use vc++ and opencv read and play video files, inter-frame playback time difference can be modified according to their own requirements.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:6332240
    • 提供者:李娇
  1. FixedCamShift

    0下载:
  2. 改进后的Camshift算法(连续自适应的MeanShift算法),是将OpenCV中的Camshift背景检测和前景检测以及运动目标跟踪过程经过修改之后的代码。-FixedCamshift algorithm (the continuous adaptive MeanShift algorithm), is the Camshift background OpenCV detection and prospects for detection and moving target trackin
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:6300490
    • 提供者:Zion
  1. plane_calibration_opencv

    0下载:
  2. image_points.xml 保存所有角点的图像坐标(本程序要求每幅图像图像中的点数目一样) 现成的数据中"image_points.xml"文件中 <rows>1280</rows> 中的1280 = 5(图像数)×256(每幅图像中的点数) 采用其他数据需要做相应修改,对于保存世界坐标"object_points.xml "文件也同理 object_points.xml 保存所有图像坐标对应的世界坐标 calibrat
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:23623
    • 提供者:刘旭
« 12 »
搜珍网 www.dssz.com