CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - opencv threshold

搜索资源列表

  1. segmentation-with-threld

    0下载:
  2. 利用遗传算法根据otsu原则迭代计算得到图像的最优分割阈值。 使用了opencv库。-The use of genetic algorithms to calculate get the optimal image segmentation threshold based on the the otsu principle iteration. Opencv library.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:233812
    • 提供者:赵雯
  1. OPenCV_Dlg1

    0下载:
  2. 初学Opencv者练习打开图像并对图像进行阈值分割操作;-open image and use threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:5044309
    • 提供者:姚丽晓
  1. EX1

    0下载:
  2.   1.用OpenCV实现打开一幅彩色图像,显示出来;   2.将其转换为灰度图并保存为文件;   3.将其二值化并保存为文件(二值化阈值最好用滚动条交互式输入,图像二 值化效果能实时变化更好,可参考OpenCV的sample程序edge.c)-1 using OpenCV open a color image display 2 converted to grayscale and saved as a file 3 the second value and save
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1924525
    • 提供者:戴佳毅
  1. Corners

    0下载:
  2. 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:914
    • 提供者:clark
  1. cannyThreshold

    0下载:
  2. opencv中Canny算法阈值的自适应求解-Solving opencv Canny algorithm adaptive threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:315999
    • 提供者:刘振华
  1. hunhegfaosi

    0下载:
  2. 该程序采用了混合高斯算法,对视屏进行处理能够检测出运动目标,同时采用了连通域阈值法除去多余的轮廓,使用时要安装opencv-The program uses a Gaussian mixture algorithm for processing to detect moving targets on the Screen, at the same time using the connectivity Domain threshold method to remove the outline t
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:19439697
    • 提供者:徐昊
  1. AirportDection

    0下载:
  2. 机场检测中的模糊算法图像增强和基于ostu的阈值分割,用了opencv-Airport detection and fuzzy algorithm image enhancement and based threshold ostu segmentation, used the opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:1206
    • 提供者:沈静
  1. jingtoufenge

    1下载:
  2. 镜头分割程序,使用双阈值检测分割,在VC2008环境下配置的1.0 opencv程序-Shot segmentation procedures, the use of double threshold detection and segmentation in the VC2008 environment configuration of opencv 1.0 program
  3. 所属分类:系统编程

    • 发布日期:2013-11-26
    • 文件大小:6797
    • 提供者:陈力
  1. adaptive_threshold

    0下载:
  2. opencv实现的自适应阈值分割 平台是VS2010 已经编译成功-opencv achieve adaptive threshold segmentation platform is the VS2010 has been compiled successfully
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:849
    • 提供者:liumengyun
  1. Camara_ctrl

    1下载:
  2. qt平台 OPENCV实现背景差分法的目标跟踪,可以设置阈值调节搜索框和二值化背景,初学目标跟踪必学的算法-qt platform OPENCV achieve background difference method for target tracking, you can set the threshold adjustment search box and two values ​ ​ of the background, beginners will learn th
  3. 所属分类:OpenCV

    • 发布日期:2015-04-15
    • 文件大小:1323008
    • 提供者:李振宇
  1. zishiyingyuzhifenge

    0下载:
  2. 基于openCV的C++自适应阈值分割程序,能运用自适应阈值达到效果比较理想的二值化图像-The C++ openCV based adaptive threshold segmentation procedures, can achieve the desired effect using adaptive threshold ideal binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6309535
    • 提供者:成龙
  1. BinImage

    0下载:
  2. 使用opencv实现最大类间距离、最大熵和迭代法求图像二值化阈值,供大家参考;-Using opencv achieve maximum class distance, maximum entropy and iterative method for image binarization threshold, for your reference
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:1385
    • 提供者:schure
  1. binarization

    0下载:
  2. 基于opencv的图像基本处理,从文件读入一幅图像,然后按照一定阈值对图像进行二值化,然后显示输入图像和二值化图像-Basic opencv based image processing, and reads an image from a file, and then follow certain threshold binary image, and then displays the input image and the binary image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:903
    • 提供者:喻常景
  1. ObjectTracking

    0下载:
  2. Object tracking using opencv software with visual c++,this program tracks the object very fast & very accurately by varying threshold levels for particular object
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:20350
    • 提供者:S Sampath Kumar
  1. mean-shift

    0下载:
  2. 基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.-Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manual
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12669627
    • 提供者:坎启娇
  1. Speckle-image-subtraction

    1下载:
  2. 主要功能是实现两个图像相减,阈值可调。是基于OpenCv编的一个简单程序。在VC6.0上可以直接运行。-The main function is to achieve the subtraction of two images, the threshold value is adjustable. Is based on a simple program OpenCv series. Can be run directly on VC6.0.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13717868
    • 提供者:于福翔
  1. canny

    0下载:
  2. OpenCV canny算子提取轮廓图,trackbar调节阈值,结果为白线条轮廓-OpenCV canny operator to extract contours, trackbar adjustment threshold, the result is white contour lines
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:604
    • 提供者:程哲
  1. pic2Value

    0下载:
  2. 基于opencv的图像二值化的源代码,二值化的阈值是自动阈值,方法方便快捷。-Opencv image-based binary source code, binary threshold is automatic threshold, convenient method.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8356903
    • 提供者:吕豪杰
  1. binary-video

    1下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
  3. 所属分类:OpenCV

    • 发布日期:2015-11-24
    • 文件大小:5449728
    • 提供者:chenyingshu
  1. MinAreaFilter

    0下载:
  2. 用OPENCV中的序列实现将低于设定阈值面积的连通域从图像中去除的函数,输入输出图像需为二值图像.-With OPENCV in sequence implements will be lower than the set threshold value of the communication area removed the image domain function, for an input-output image is a binary image.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:pudding
« 1 2 3 4 56 »
搜珍网 www.dssz.com