搜索资源列表
pixel_region_grow
- 像素聚类区域成长法-- 顾名思义,此方法从一个种子像素开始,通过如平均灰度,组织纹理及色彩等性质的判断,将具有类似性质的像素逐一纳入所考虑的区域中,使此区域由种子逐渐成长成一个性质相似的图像区块。-pixel clustering method regional growth -- the name implies, this method from a seed pixels, through such as average gray, the color and texture orga
tezh
- 一个提取图像小波纹理特征和颜色特征的源码-a wavelet extraction image texture features and color characteristics of the source
magic_camera
- 彩色图像纹理提取的一种算法,效果还挺好的-color image of a texture extraction algorithm, It's a good result
interest-points
- 基于兴趣点颜色及纹理特征的图像检索算法,通过同类比较,平均检索准确率提高11个百分点。-Based on the interest points and texture features of color image retrieval algorithm, through a similar comparison, the average retrieval accuracy rate of 11 percent improve.
text_seg
- this a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.-this is a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.
TextureMappingAndParticalSystemSimulationOfTheFlam
- 对不规则模糊物体模拟是计算机图形学研究的热点问题之一,其中火焰是一种常见的涉及面较广的自然现象,因此火焰模拟具有重要意义。本文提出了一种基于粒子系统和纹理映射以及OpenGL混合技术的3D火焰模拟模型,本方法采用特定的几何造型作为基本粒子,既能提高绘制速度又能降低计算量,并通过粒子混合实现了火焰不同区域颜色的变化,同时反映了其中温度的差异。另外该方法还反映了风力对粒子系统的影响。实验结果表明,利用该方法模拟的火焰逼真,占用资源少,能较好地满足多种场合的实时绘制需要- Pairs of ir
r
- 结合颜色和纹理的改进K均值遥感图像聚类 传统k均值聚类效果更好-Combination of color and texture remote sensing images to improve K means clustering
Image-match-selection
- 通过图像的Tamura纹理匹配与颜色直方图匹配来选择图像-through Tamura texture matching and color histogram matching to select the matching image
tiger_fooasqqw
- segment color image robust to texture
feature-extraction
- 抽取颜色,纹理等特征构成210维的特征向量-Extract color, texture and other characteristics to construct 210-dimensional feature vectors
gui_segment
- color & texture results
match
- 本项目主要工作是对提供图片与库中图片进行颜色和纹理两方面的匹配。其中,颜色匹配直接用基于颜色RGB的直方图匹配,纹理匹配则是通过小波变换转换成频域值,然后用Canny算子计算总和,最后得到图片的纹理图进行匹配-The main work of this project is to match the colors and textures to provide pictures and picture in the library. Among them, the direct use of c
Robust-Object-Tracking-demo
- 使用颜色纹理直方图来进行目标跟踪,具有很好的鲁棒性,亲自测试可用,附参考论文。-Robust Object Tracking using Joint Color-Texture Histogram
erweiwenliyingshe
- 用二维纹理映射方法,生成并显示将一幅图像表示的颜色纹理映射到一个物体(如立方体、球体)-2D texture mapping method, to generate and display an image representation of the color texture mapped to an object (such as cubes, spheres)
3glcm
- This paper has a further exploration and study of visual feature extraction. According to the HSV (Hue, Saturation, Value) color space, the work of color feature extraction is finished, the process is as follows: quantifying the color space in non-eq
demo
- image retreival code for all color texture and shpae method.for color ccm for texture otsu and shape for edge detection
paper1
- Content Based Image Retri Using Multiresolution Color and Texture Features-Content Based Image Retri Using Multiresolution Color and Texture Features
object-weight-estimation-pdf
- It helps to estimate the weight of the object in 2D image. It is based on image processing and object recognition. The system extracts important features such as shape, color, size and texture.
multi-feature-for-texture-and-shape
- MULTI FEATURE IMAGE RETREIVAL MATLAB CODE. COLOR TEXTURE AND SHAPE IMAGE SEARCH
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe