CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - opencv函数

搜索资源列表

  1. FFTsAndIFFTbySystemFunction

    0下载:
  2. 采用OPENCV系统的正逆傅里叶变换的函数实现傅里叶正逆变换,写成了一个类。-adopt system functions to implement the FFTs and IFFTs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:411795
    • 提供者:薛琴
  1. OPENCVDFT

    0下载:
  2. 采用OPENCV中函数DFT实现正傅里叶变换。-implement the FFTs by using DFT function in OPENCV .
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:226866
    • 提供者:薛琴
  1. OPENCVCanny

    0下载:
  2. 调用OPENCV中系统函数实现Canny边缘提取。-OPENCV call system function in Canny edge detection.
  3. 所属分类:其他小程序

    • 发布日期:2016-01-23
    • 文件大小:209903
    • 提供者:薛琴
  1. blobtrack

    1下载:
  2. 针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,本文利用OpenCV的运动物体跟踪的数据结构、函数以及基本框架,建立了一个由人机交互界面模块;运动物体的前景检测模块;运动物体的团块特征检测模块;运动物体的团块跟踪模块轨迹生成模块;轨迹后处理模块组成的视频图像运动目标分析系统。-Aim at detecting,tracking and marking multipule specific targets in complex background.We use the ba
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:8200
    • 提供者:曾雯
  1. numberOne

    0下载:
  2. 摄像头定标之后的图像矫正校正,使用的是opencv的函数库-摄像头定标之后的图像矫正校正,使用的是 opencv的函数库速度
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2252924
    • 提供者:李翼
  1. vcimage

    0下载:
  2. 基础的opencv函数与C++相结合使用,适合初学者-Based opencv function C++ of combined use, for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2726123
    • 提供者:耿莹
  1. OPENCV-

    0下载:
  2. 利用opencv函数操作图像,本程序实现图片的翻转。可以自设参数,完成各种翻转,十分有趣,方便。 -, The program picture flip to use opencv operation image. Own parameters to complete a variety of flip, very interesting.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1705972
    • 提供者:李飞翔
  1. beijingfa

    0下载:
  2. 在vc++6.0下,利用opencv函数库,使用背景差分法检测车辆,并显示背景帧,和前景帧-Use opencv library in vc++6.0, using the background subtraction method detects the vehicle, and the background frame, frame and prospects
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:2685191
    • 提供者:王小飞
  1. TrackandID

    1下载:
  2. 在vc++6.0下,利用opencv函数库,使用轮廓检测法检测车辆,并显示实现车辆的跟踪和计数-Use opencv library in vc++6.0, using contour detection assay vehicle and display of vehicle tracking and counting
  3. 所属分类:Other systems

    • 发布日期:2015-06-17
    • 文件大小:4446208
    • 提供者:王小飞
  1. Light-Intensity-Control

    1下载:
  2. 调节显示器亮度: 通过VC程序实现了显示器的亮度对比度调节,通过不同的OPENCV函数调用展示了底层开发的基本技术。-Light Intensity Configuration: Based on VC++, codes realize the adaptive configuration of monitor s light intensity and contrast ratio. By the use of different OPENCV functions, codes show th
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:199672
    • 提供者:MichaelPan
  1. FaceDetection

    0下载:
  2. VC++调用opencv函数库实现静态人脸检测,实现简单,代码完整,运行效果好-VC++ call opencv library to achieve a static face detection, simple, code integrity, effective running
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4215339
    • 提供者:鹏鹏
  1. opencv

    0下载:
  2. OpenCV中有检测人脸的函数(该函数还可以检测一些其他物体), 甚至还包含一些预先训练好的物体识别文件。-opencv
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7450608
    • 提供者:李大伟
  1. cluster

    0下载:
  2. 通过聚类分析识别肤色进而识别人脸,聚类使用opencv自带函数完成的,使用前需配库(cluster analysis facedetection)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:141312
    • 提供者:coolhot
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
  1. OpenCV库函数大全

    0下载:
  2. 解析opencv函数的用法,图形的多种方法分析,原理及实现(Analysis of the use of OpenCV functions)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:1503232
    • 提供者:mh516898
  1. Opencv鼠标回调显示坐标

    0下载:
  2. opencv的鼠标回调函数,返回鼠标左键的点击坐标(Opencv mouse callback function, return the left mouse button coordinates)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:3690496
    • 提供者:很不错
  1. Source code

    1下载:
  2. 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:25252864
    • 提供者:半瓶墨水
  1. temp

    0下载:
  2. 用opencv中的matchTemplate函数实现基于形状的模板匹配(Using the matchTemplate function in OpenCV to implement shape based template matching)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:40807424
    • 提供者:Spatacus
  1. opencv数据类型转换函数

    0下载:
  2. opencv中常见的Mat IplImage CvMat IplImage*数据类型转换函数(Common Mat IplImage CvMat IplImage* data type conversion functions in opencv)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:10240
    • 提供者:丫、、
  1. OpenCV常用函数

    0下载:
  2. 此文件给大家提供了openCV常用函数说明。(This file provides a common function descr iption for openCV.)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:4096
    • 提供者:徐女士der
« 12 »
搜珍网 www.dssz.com