
图像
0-21
让积累在潜移默化中不断发生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
图像基础知识
图像,采样,二维数组原创 2015-01-30 20:52:04 · 1141 阅读 · 0 评论 -
IplImage
IplImagestruct IplImage IPL image header int nSize sizeof(IplImage) int ID Version, always equals 0 int nChannels Number of channels. Most OpenCV functions support 1-4 channels.int a原创 2015-02-04 15:11:42 · 736 阅读 · 0 评论 -
关于求最大联通域的OpenCV方法
最近一直在实验室编写关于室内独居老人异常行为检测的代码。感觉有点吃力,在网上找了一些代码,然后看到了一个关于求最大连通域的代码,感觉不错,现在在这里讲解一下这个方法涉及到的函数,cvFindContours 该函数的作用是Finds contours in a binary image也就是在一个二值图像中查找连通域,contour(轮廓;外形;(地图上表示相同海拔各点的)等高线原创 2015-02-06 20:13:34 · 2771 阅读 · 1 评论 -
计算机图形学与图像处理图形学的研究内容
计算机图形学与图像处理图形学的研究内容 计算机图形学的定义:指用计算机产生对象图形的输出的技术。更确切的说,计算机图形学是研究通过见算计将数据转化为图形,并在专门显示设备上显示的原理。方法和技术的科学。 IEEE定义:Computer Graphics is the art or science of producing graphical images with the aid o原创 2015-03-23 17:18:57 · 2742 阅读 · 0 评论 -
Saliency, Scale and Image Description
Abstract Many computer vision problems can be considered to consist of two main tasks :the extraction of image content description and their subsequent matching.The appropriate choice of type and原创 2015-10-02 15:25:30 · 858 阅读 · 0 评论 -
关于阴影检测的资源
http://cvrr.ucsd.edu/aton/shadow/ 这个网页上我们可以下载到几篇关于阴影检测的比较好的文章,并且可以下载到阴影检测所用到的数据集。 http://imagelab.ing.unimore.it/imagelab/publications.asp 这个网站是Rita Cucchiara他们实验室的,从论文数量上可以看出,这个实验室著述颇丰,是一个很高产的实验室;原创 2017-03-29 19:15:23 · 3901 阅读 · 1 评论