登录
首页 » Special Effects » 这个程序是用来寻找定位图片中的物体的轮廓的,我试了一下效果非常好。用到了OpenCV编程,希望能给大家带来方便。...

这个程序是用来寻找定位图片中的物体的轮廓的,我试了一下效果非常好。用到了OpenCV编程,希望能给大家带来方便。...

于 2022-04-01 发布 文件大小:1.19 kB
0 180
下载积分: 2 下载次数: 1

代码说明:

这个程序是用来寻找定位图片中的物体的轮廓的,我试了一下效果非常好。用到了OpenCV编程,希望能给大家带来方便。-this procedure is used to find positioning objects in the picture of the outline, I tried it very good results. Depleted OpenCV program, in hopes of giving you convenience.

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

发表评论

0 个回复

  • 改进的图像匹配,一种基于igor灰色关联研究
    针对目前图像匹配算法中存在的匹配精度不高和匹配速度慢的缺点, 对基于灰度相关的 2 类匹配算法――最小误差法和相关系数法进行了改进-Improvemen t of image ma tch ing a lgor ithm ba sed on gray correla t ion
    2022-04-02 05:37:17下载
    积分:1
  • 一种改进的SIFT双向匹配算法,sift是经典的旋转不变特征提取算法,本文对其匹配方式进行了改进...
    一种改进的SIFT双向匹配算法,sift是经典的旋转不变特征提取算法,本文对其匹配方式进行了改进-An improved two-way matching SIFT algorithm, sift the classic rotation invariant feature extraction algorithm, this method has been improved to its matching
    2023-08-12 09:50:03下载
    积分:1
  • 对二维bmp图像做拉普拉斯边缘提取,具有较好的效果
    对二维bmp图像做拉普拉斯边缘提取,具有较好的效果-pair of two-dimensional images do bmp Laplace edge extraction, with good results
    2022-11-15 10:15:03下载
    积分:1
  • 对摄像机进行标定。学习之用。学写代码的话比看OPENCV的代码要好,使用的话OPENCV或者MATLAB都足够了...
    对摄像机进行标定。学习之用。学写代码的话比看OPENCV的代码要好,使用的话OPENCV或者MATLAB都足够了-Calibration of the camera. Learning. Write code, then look OPENCV than the code is better, the use of words or MATLAB are OPENCV enough
    2022-06-20 03:40:27下载
    积分:1
  • 完成图像RGB到HSV的转换,比较自定义函数转换和使用opencv提供函数直接转换的结果。可用于研究H,S,V分量的范围等...
    完成图像RGB到HSV的转换,比较自定义函数转换和使用opencv提供函数直接转换的结果。可用于研究H,S,V分量的范围等-Image RGB to HSV conversion, more-defined functions and use the conversion function opencv provide direct conversion results. Can be used to study H, S, V component of the scope of
    2022-07-17 14:18:19下载
    积分:1
  • 数字图像处理源代码 具体实现数字图像各经典算法,并附有界面。...
    数字图像处理源代码 具体实现数字图像各经典算法,并附有界面。-digital image processing source code specific digital images of the classic algorithms, together with interface.
    2022-02-13 07:29:17下载
    积分:1
  • a source image processing, including many important functions, such as : two pai...
    一个图像处理源程序,包含了许多重要功能,如:对图像进行二值化,按照明暗度对图像轮廓进行提取,提取骨架,各种形态学处理,开,合,腐蚀,扩张等等,是个非常有实用价值的源码-a source image processing, including many important functions, such as : two pairs of images value, in accordance with the degree of shading profile images extracted from skeletons, various morphological, open, or, corrosion, etc. expansion, it is a very useful source of value
    2022-04-16 02:49:53下载
    积分:1
  • Older versions of the watershed algorithm procedure, in some cases, it is necess...
    老版本的分水岭算法程序,在有些情况下是需要的-Older versions of the watershed algorithm procedure, in some cases, it is necessary to
    2023-05-10 22:55:02下载
    积分:1
  • 算法特点: (1)可检测低对比度直线(可根据感兴趣问题的边缘强度调整); (2)编程接口简单,集成移植非常容易,算法可输出图像中每条直线的起点、终点、...
    算法特点: (1)可检测低对比度直线(可根据感兴趣问题的边缘强度调整); (2)编程接口简单,集成移植非常容易,算法可输出图像中每条直线的起点、终点、斜率等参数; (3)程序代码完全工程化设计,对320×240图像的处理速度可达15帧/秒; 测试方法: 在安装有USB CMOS摄像头的计算机上直接运行本程序即可看到实时检测直线的处理效果(采用不同颜色表示不同方向的直线)。 (可用于立体视觉、摄像机标定、人体运动分析、智能交通道路检测、工业生产监测等) -Algorithm features: (1) can detect low-contrast line (which can be the basis of issues of interest to adjust the edge intensity) (2) The programming interface is simple, very easy to transplant integration, the algorithm can output images in a straight line for each starting point, the end of the slope and other parameters (3) code fully engineered design, on the 320 ⊙ 240 image processing speeds of up to 15 frames/s testing methods: in the installation of USB CMOS camera has a computer running the program directly to see real-time Detection of linear treatment effect (using different colors in different directions that a straight line). (Can be used for stereo vision, camera calibration, human motion analysis, intelligent traffic detection,
    2023-01-19 23:55:04下载
    积分:1
  • 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Ca...
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-Procedure Code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line threshold Image segmentation method P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: morphological examples- from PCB image delete all current lines, retaining only the target chip
    2023-01-02 23:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载