搜索资源列表
dx9_texture_filtering
- directx9实现纹理过滤例程-directx9 achieve texture filtering routines
dx9_texture_filtering
- directx9实现纹理过滤例程-directx9 achieve texture filtering routines
ImageThemeFilter
- 对图像进行分主题过滤。 根据给定的图像样本集,进行样本训练,提取多个颜色空间中的多种方式(颜色矩,纹理谱,直方图,肤色模型等)的得到图像特征集;对待过滤图像进行特征提取,向量匹配,进而实现图像分主题分类功能。-Sub-theme of the image filter. According to a given set of image samples to conduct the training samples to extra
ImageFilter
- 实现人脸检测 主要是针对裸露肌肤检测,从而实现对*图像的过滤,用了rgb,hsv,ycrcb,纹理检测等多种方法,可以运行,效果不错-Implementation of face detection is mainly directed against the bare skin testing, in order to achieve the filtering of pornographic images, using the r
02_TexFilterMode
- 了能够让纹理图片正确的显示在我们的模型上,我们需要将纹理的坐标映射到模型上来。而在DirectX中,模型是以三角形的方式进行定义的。也就是说,我们该怎么样为三角形的三个顶点定义纹理坐标了?(I hope it can help you the texture load code and program example is more texture)
Source code
- 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sa