搜索资源列表
Morphology
- 形态学的用途主要是获取物体拓扑和结构信息,它通过物体和结构元素相互作用的某些运算,得到物体更本质的形态。这个代码实现了腐蚀和膨胀操作-The main purpose is to obtain morphological object topology and structure information, it is through the interaction of objects and structural elements of certain operations to be mor
Opencv_Chinese_handbook
- 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
shipingenzong4
- 通过摄像头对图像的采集,然后对图像进行预处理,例如增强,滤波,二值化,等等获取运动物体的信息-Through the acquisition of the camera image, then the image preprocessing, such as enhanced filtering, binarization, and so obtain the moving object information
UpBodyDetexct
- 该工程通过摄像头获取图像,利用opencv自带的训练数据,检测出人的脸、上半身、下半身信息;尔后通过算法定位出身体部分。-The project through the camera to obtain images, using opencv own training data, detects a person' s face, upper body, lower body information thereafter through the algorithm locate the
double_cam
- 同时获取两个摄像头信息的源代码 平台是vs2010-At the same time two cameras information platform for the source code is vs2010
openxingtai
- 数学形态学进行图像处理的基本思想是:用具有一定形态的结构元素探测目标图像,通过检验结构元素在图像目标中的可放性和填充方法的有效性,来获取有关图像形态结构的相关信息,进而达到对图像分析和识别的目的。-Mathematical morphology for image processing of the basic idea is: with a certain form of structure element to detect the target image, through the tes
opencvcamera
- opencv摄像头读取,用于实时获取摄像头信息-a program of opencv to get the camera inputing
Background-difference-method
- 背景差分法是采用图像序列中的当前帧和背景参考模型比较来检测运动物体的一种方法,其性能依赖于所使用的背景建模技术。背景差分法检测运动目标速度快,检测准确,易于实现,其关键是背景图像的获取。在实际应用中,静止背景是不易直接获得的,同时,由于背景图像的动态变化,需要通过视频序列的帧间信息来估计和恢复背景,即背景重建,所以要选择性的更新背景。-Background difference method is the use of images in the sequence of the current
kinectdepth
- Kinect获取图像以及图像深度信息的一个例子。-Kinect to obtain images and image depth information of an example.