一个比较好的opencv的博客

地址:http://opencv-code.com/tutorials/


无意间发现的一个挺有意思的OpenCV博客

perspective-quadrilateral-feat-img

When trying to read the credit card information with OCR engine, I came to realize that the object in the image always has perspective distortion. Therefore we must perform perspective correction to the object before trying to read the text. And it turns out that this is a difficult task, although at first it looks simple.Read more…

Tags: C++ detection geometric transform hough transform

webcam-intruder-feat-img

There is an interesting post about writing webcam intruder alarm on the Wolfram blog. Basically it uses simple motion detection for detecting the intruder. The simple algorithm is very useful for learning the basics of motion detection so I ported the Mathematica code into C++. Read more…

Tags: C++ detection motion

watershed-disttrans-feat-img

This tutorial will show you how to count and segment connecting or overlapping objects. We will be using the Watershed algorithm and the distance transform functions. Read more…

Tags: C++ distance transform watershed

When it comes to recognize text in image, the Tesseract OCR comes to mind. It is free and a good OCR machine. In this post I will show you how to use cv::Mat array with Tesseract API without producing temporary files for faster processing. Read more…

Tags: C++ ocr tesseract

solving-maze-feat-img

There is an interesting submission on File Exchange to solve mazes with simple morphological transformation. The Matlab script provides a good opportunity to learn some image processing basics so I decided to rewrite the script using OpenCV. Read more…

Tags: C++ morphology transform

eye-detection-tracking-feat-img

This is a fast eye detection and tracking program that takes the input from webcam. The program using OpenCV’s face detector for detecting the user’s face and eye. For tracking the user’s eye, it is using thetemplate matching method. Read more…

Tags: C++ detection tracking

inpaint-feat-img-2

Inpainting is the process of reconstructing damaged parts of image. Starting from version 2.4, OpenCV supports the Inpainting algorithm. The function signature is given below. Read more…

Tags: C++ inpainting

detect-simple-shapes-feat-img

When I came to the tutorial on how to detect simple shapes with AForge.NET I wonder how we can do it in OpenCV. Luckily in the OpenCV samples directory there is a program named squares.cpp which is a rectangle detector program. Let’s see how we can extend it to detect other shapes as well. Read more…

Tags: C++ detection

In this tutorial I will show you a simple algorithm for detecting pupil from an eye image using its characteristics: round black circle located in the center of the eye. The idea came from CodeProject which I improve the algorithm a little bit. Read more…

Tags: C++ detection



  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值