搜索资源列表
sobeledge
- sobel算法的源码,应用2个3x3的掩模中心像素(mask)检测图像的边缘。一个是检测水平边沿的 ;另一个是检测垂直平边沿的。可以自己测试和修改参数,从而得到最佳的算法值。
Test
- 运用Sobel Mask的边缘检测程序,程序绝对正确,检测效果不错
sobel
- Sobel Edge Detection of an Image. Edge Detection using Sobel MAsk
SobelEdgeDetection
- Sobel Edge Detection of an Image. Edge Detection using Sobel MAsk
EdgeDetectionTechniques
- Line Detection Using Sobel Mask
Sobel
- This a "Sobel edge detector" code. In this code, I count a value at the pixel with the Sobel Mask, and then normailize value to be a bitmap with Gray level.-This is a "Sobel edge detector" code. In this code, I count a value at the pixel with the Sob
1
- 1。canny边缘检测形成掩码 2。sobel边缘检测得到边缘角度信息 3。计算角度直方图-1. canny edge detection mask to form 2. sobel edge detection by edge angle information 3. Calculation of angle histogram
gg
- MATLAB code for simple edge detection algorithms including simple mask, sobel mask, Gaussian derivatives.
EDGELAP
- Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurem
sobel_verilog
- Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurem
lv-bo
- 本例主要说明了空间域滤波与频域滤波的比较!在空间域中采用了Sobel掩膜对f滤波的结果与在频域中进行等价操作的结果!-This example illustrates the spatial filtering mainly with the comparison of frequency domain filtering! In the spatial domain using the Sobel filter mask on the results of f in the frequency
partA_10_16a
- edge detection using Sobel mask
Sobel
- Sobel算子就是一种基于方向导数掩模求卷积的方法。通过边缘检测算子可以检测到每个像素的领域并对灰度变化率进行量化,也包括方向的确定。该代码是基于sobel算法的检测程序。-Sobel operator is a directional derivative mask and convolution methods. To each pixel and gray level in the field rate of change can be detected through the edge
edge_detection
- 透过Sobel算子以及LoG做边缘检测。 Sobel算子使用3×3大小的mask进行,分别做出4个方向(0°,45°,90°,135°)的边缘。-Through the Sobel operators and LoG to implement edge detection.
0116
- 基于ENVI二次开发,利用IDL实现了:矢量文件shp的调用 roi的掩膜 NDVI,LBV和SOBEL的阈值计算 存储生成ENVI所识别的img文件 提取海面的养殖信息 二值法分割等。-Based on ENVI secondary development, the use of IDL realized: call the vector file shp roi mask NDVI, LBV and SOBEL threshold value img file storage gene
grayscale
- 灰階(gray-scale)圖像處理(60*60 pixel)controller控制各個程式的地址以及開關,input_mem將資料讀進記憶體,grayscale將讀取資料像素的亮度以數值來表示,將24bit的 像素化成四個8bit的值輸出。接著進入sobel,在此將前面的四個值乘上1或-1個別的相加,得出新的四個值,輸入進shiftcase進行threshold的判斷,大於threshold則表現出白色(255),小於threshold則表現出黑色(0),最後將結果存入記憶體out_mem。
sobeledge
- sobel mask using edge detection