搜索资源列表
sobel
- 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256 * 256 size of the image segmentation Edge Detection vhd document in the n
SmoothEdge
- 基于ti公司的DM642的图像预处理的关键程序,包括高斯平滑、均值平滑、中值滤波、灰度增强、sobel边缘提取等
sobel_filter
- 实现sobel滤波,在simulink中用第四篇builder实现-complete a sobel filter
DE2_CCD_sobel
- verilog编写的适用于fpga的3x3模板sobel滤波-verilog fpga prepared for the 3x3 template sobel filter
C
- 经MATLAB Coder装换出的卡尔曼滤波、均匀滤波、目录读取、和sobel边缘检测的C程序-MATLAB Coder converted by the Kalman filter, even the filtering, directory read, and sobel edge detection C program
TMS320C6678
- 本代码实现了TMS320C6678通过SOCKET编程建立一个服务器,电脑作为CLIENT端发送图片给TMS320C6678,6678对图片进行sobel滤波-The code to achieve the establishment of a TMS320C6678 server SOCKET programming, computer image as a CLIENT sends to TMS320C6678,6678 the picture sobel filter
Image
- 索贝尔算子(Sobel operator)是图像处理中的算子之一,主要用作边缘检测。在技术上,它是一离散性差分算子,用来运算图像亮度函数的梯度之近似值。在图像的任何一点使用此算子,将会产生对应的梯度矢量或是其法矢量 Sobel算子有两个,一个是检测水平边沿的;另一个是检测垂直平边沿的。Sobel算子另一种形式是各向同性Sobel (Isotropic Sobel)算子,也有两个,一个是检测水平边沿的,另一个是检测垂直边沿的各向同性Sobel算子和普通Sobel算子相比,它的位置加权系数更为准