搜索资源列表
kuwahara.cpp.tar
- Kuwahara image filter, uses OpenCV structures and integral image methods.
opencvtools
- 可以实现等分切割图片,得到积分图像,获得模板匹配的准确位置-Can achieve decile cut pictures, the exact location of the integral image template matching
25.04-HautfarbePGesichtedetektion
- 利用肤色提取和Viola & Jones积分图来实现人脸检测-Face detection using skin color extraction and integral image
connectprocess
- 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
intergal_example
- 在计算Haar-like特征时,积分图的思路所呈现出来的熟读优势更加明显。-In calculating the Haar-like features, integral image of the presentation of the familiar idea of the more obvious advantages
boxfilter
- 用盒状滤波器对积分图像进行滤波,在进行特征点检测,大大减少了时间。(Using the box filter to filter the integral image, the feature points are detected and the time is greatly reduced.)