搜索资源列表
GEARS.rar
- 3个齿轮相互咬合运动的程序
2223222
- 我们给出一个模板 和一幅图象 。不难发现原图中左边暗,右边亮,中间存在着一条明显的边界。进行模板操作后的结果如下: 。 可以看出,第3、4列比其他列的灰度值高很多,人眼观察时,就能发现一条很明显的亮边,其它区域都很暗,这样就起到了边沿检测的作用。 为什么会这样呢?仔细看看那个模板就明白了,它的意思是将右邻点的灰度值减左邻点的灰度值作为该点的灰度值。在灰度相近的区域内,这么做的结果使得该点的灰度值接近于0;而在边界附近,灰度值有明显的跳变,这么做的结果使得该点的灰度值很大,这样
texturefeature
- 纹理特征提取算法,灰度共生矩阵源代码,给出了0度45度90度和135度的矩阵
135
- 高清晰PSD鲜花素材水墨花纹图案水墨花纹图案
vtex
- 基于图像灰度共生矩阵的特征提取代码,程序实现0 45 90 135度4个方向的特征提取-GLCM based on image feature extraction code, the program achieved 04,590,135 degrees in four directions of the feature extraction
textture-feature
- 基于共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵,所用图像灰度级均为256-Co-occurrence matrix based texture feature extraction, d = 1, θ = 0 °, 45 °, 90 °, 135 ° total of four matrices, the use of gray-scale images are 256
graylevel
- 实现灰度共生矩阵的建立,并计算其0度135度90度方向的特征,计算矢量矩-Gray-level co-occurrence matrix to achieve the establishment and calculation of its 0 degrees 135 degrees 90 degrees the direction of the characteristics of the vector calculation of moments
vga_line
- 该项目在VGA显示器上显示一条从屏幕左上角开始,呈135度角的水平线。使用VerilogHDL语言编写,在Altera公司的QuartusII开发环境下验证通过。-The project was displayed on a VGA monitor from the top left corner of the screen to start, showing 135-degree angle of the horizon. VerilogHDL language used in Altera&
GXRS2010-135
- GLExpert is a component of NVPerfKit that helps OpenGL developers by identifying errors and performance issues. GLExpert is controlled using the GLExpert tab of the NVIDIA Developer Control panel. You can choose what level of debugging informati
untitled
- 基于图像灰度共生矩阵的特征提取代码,程序实现0 45 90 135度4个方向的特征提取-GLCM based on image feature extraction code, the program achieved 04,590,135 degrees in four directions of the feature extraction
Glcm-untitled
- 基于图像灰度共生矩阵的特征提取代码,程序实现0 45 90 135度4个方向的特征提取-GLCM based on image feature extraction code, the program achieved 04,590,135 degrees in four directions of the feature extraction
VC6.0
- 在VC++6.环境下实现灰度图像的0度,45度,90度,135度四个方向的纹理信息统计-In VC++6 Environmental gray-scale image of 0 degrees, 45 degrees, 90 degrees, 135 degrees of the four directions of the texture statistics
edge-detection
- 基于数学形态学的多方向结构元素的边缘检测,方向分别为0°,45°,90°,135°。-Multi-directional structural elements based on mathematical morphology, edge detection, direction 0,45,90,135.
mygaborfilter
- 4方向滤波器gabor 实现0°、45°、 90°、 135°方向滤波 - The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively) modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively)
Texture1
- 基于共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵-Extract texture features based on the gray level co-occurrence matrix, d = 1, θ = 0, 45, 90, 135, a total of four matrix
edge_detection
- 透过Sobel算子以及LoG做边缘检测。 Sobel算子使用3×3大小的mask进行,分别做出4个方向(0°,45°,90°,135°)的边缘。-Through the Sobel operators and LoG to implement edge detection.
135
- matlab程序,图像应用处理,可实现散焦模糊篡改图像的定位和分离,实现模糊图像真实性的检测-matlab program, image processing applications can be realized defocus blurred image tampering localization and separation, to achieve authenticity blurred image detection
wenli
- 基于灰度共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵-Based on GLCM texture feature extraction, d = 1, θ = 0,45,90,135 of four matrix
huidutidugongshengjuzhen.-
- 灰度共生矩阵(GLCM) 及matlab代码实现.计算四个共生矩阵P,取距离为1,角度分别为0,45,90,135.对共生矩阵计算能量、熵、惯性矩、相关4个纹理参数.-GLCM matlab
SobelEdge
- Sobel算子实现水平边缘检测、垂直边缘检测;45度、135度角边缘检测 -Using Sobel operator to realize horizon and vertical edge detection 45 degree, 135 degree angle edge detection