登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:C++
  2. 代码类别:OpenCV
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 航拍绝缘子识别

  基于opencv的图像识别,主要识别并提取绝缘子。 也可应用于其他物体的识别。(Opencv based image recognition, mainly identify and extract insulators. It can also be applied to the recognition of other objects.)

17
下载
128
浏览
2021-03-17发布

2. GLCM-OpenCV

说明:  提取图像的灰度共生矩阵,计算整幅图像的纹理特征值图像。c++(Extracting gray level co-occurrence matrix of image)

1
下载
86
浏览
2021-03-09发布

3. xfeatures2d

说明:  添加opencv最新库中以来的xfeatured下载文件,cmake使用(Add the xfeatured download file from opencv's latest library, and cmake uses it)

2
下载
225
浏览
2021-03-09发布

4. connectprocess

  在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c++版的,但是其内部一些代码基本没有动它。(An integral part of the part of the image, the image of people look one can see in image processing, often encounter, but it is the internal cause disconnected due to a variety of small gap, so that the computer " eye " is considered to be disconnected in order to adapt to the human eye feeling image, you need to connect these gaps and disconnect the mouth up, which requires domain processing techniques used in computer graphics connectivity. This paper presents a simple connected domain processing function, this function is of course from Learning OpenCV OpenCV famous tutorial, but its interface is based on the c version of OpenCV, and so far OpenCV based on C++ interfaces has been the mainstream, so I interface into a c++ version, but some of its internal code basically did not move it.)

242
下载
60
浏览
2021-03-07发布

5. HogTest

  实现视频里面的人流量统计,统计人流量信息,及时预警人流量(Realize the statistics of human flow in video, count the information of human flow, and warn the traffic in time.)

5
下载
49
浏览
2021-03-04发布

6. HogTest

说明:  实现视频里面的人流量统计,统计人流量信息,及时预警人流量(Realize the statistics of human flow in video, count the information of human flow, and warn the traffic in time.)

10
下载
52
浏览
2021-03-04发布

7. MARCHTEST

  通过OPENCV库函数能是实现多目标模板匹配查找并且限定阈值(It can realize multi-target template matching and search and limit the threshold.)

5
下载
61
浏览
2021-03-01发布

8. MARCHTEST

说明:  通过OPENCV库函数能是实现多目标模板匹配查找并且限定阈值(It can realize multi-target template matching and search and limit the threshold.)

9
下载
35
浏览
2021-03-01发布

9. opencv-temp

  opencv 实现模板匹配,方法对图像、视频都可用,简单、易懂!(Opencv achieve template matching procedures, simple, easy to use, can realize the matching of image, video in!)

15
下载
56
浏览
2021-03-01发布

10. 15.【对视频进行快速角点检测】video_homography

  利用OpenCV和VS对视频进行快速角点检测(Fast corner detection of video using OpenCV and VS)

3
下载
65
浏览
2021-03-01发布

11. LM-NLLS

  基于OpenCV的高效的LM 算法实现,用于求解非线性最小二乘问题的(The efficient LM-algorithm based on OpenCV)

100
下载
56
浏览
2021-02-03发布

12. main

  将一张图像通过曝光算法得到一组过曝光和欠曝光图像,并合成,色调映射得到fusion,ldr及hdr图像。(A set of over-exposed and under-exposed images are obtained from an image by exposure algorithm. The fusion, LDR and HDR images are synthesized and mapped by hue mapping.)

5
下载
63
浏览
2021-01-28发布

13. 图像去雾

说明:  vs opencv实现图像去雾处理vs opencv实现图像去雾处理(Image de fogging with vs opencv)

0
下载
56
浏览
2021-01-26发布

14. main

  图像去雾处理,是关于何凯明的那篇获奖的文章的代码(Image processing to the fog, the essay is about winning articles He Kaiming code)

170
下载
56
浏览
2021-01-26发布

15. main

  图像去雾处理,是关于何凯明的那篇获奖的文章的代码(Image processing to the fog, the essay is about winning articles He Kaiming code)

168
下载
49
浏览
2021-01-26发布

16. nihe

  最小二乘法直线拟合用VC实现,可以给学习OPENCV图像处理的人一点帮助(VC achieved by the least square method, image processing can OPENCV people learn a little help)

88
下载
41
浏览
2021-01-13发布

17. opencv提取质心

  使用opencv提取图片中光斑的质心达到了亚像素级别(Using OpenCV to extract the centroid of the spot in the picture reaches sub-pixel level.)

11
下载
52
浏览
2021-01-09发布

18. UKF(2011.9.9.1)

  无迹卡尔曼滤波c语言代码,即UKF代码,代码原理请参考无迹卡尔曼滤波基本原理(UKF of c code)

285
下载
69
浏览
2021-01-05发布

19. FBPtest1

  CT拍摄拍摄一周,步进1度,360张投影图像,使用S-L滤波,滤波反投影FBP算法进行二维断面重建(CT filming for a week, step 1 degrees, 360 projection images, using S-L filter, filter back projection FBP algorithm for two-dimensional section reconstruction)

4
下载
48
浏览
2021-01-03发布

20. camera_v2

  C#编程,OpenCV,双目视觉,构建三维空间,可对该空间内坐标进行定位,并在电脑窗口上显示两个摄像头的实时图像,获取坐标。本程序适用于win7系统,是四旋翼定位巡航研究的部分程序,希望对大家有所帮助。( C# programming, OpenCV, binocular vision, to build three- dimensional space, the space coordinates can be positioned, and in the computer window displays two camera images in real time, get the coordinates.This procedure applies to the win7 system, is a four- part of the research on positioning cruise procedures, we hope to help)

102
下载
77
浏览
2020-12-30发布