搜索资源列表
-
0下载:
本软件为一个图像处理方面的运动图像及边缘检测的小软件-the software for an image processing of the image and edge detection of small software
-
-
1下载:
基于Visual studio 2008 的图像处理试验平台的VC++源码 包含sebol边缘检测,灰度化,二值化,滤波,还有opencv引用,Based on Visual studio 2008 image-processing test platform VC++ Source contains sebol edge detection, gray and binarization, filtering, there is reference opencv
-
-
0下载:
VC编程实现图像处理的一些功能:边缘检测、HOUGH变换、轮廓提取、种子填充、轮廓跟踪,VC programming to achieve some of the features of image processing: edge detection, HOUGH transform, contour extraction, seed filling, Contour Tracking
-
-
2下载:
数字图像处理编程入门 书和书的 源代码
1) windows位图bitmap(即bmp文件)的结构和调色版的概念;
(2) 图象的平移、旋转、镜象变换、转置变换、放缩;
(3) 图象的平滑(去噪声)、锐化;
(4) 图象的半影调、抖动技术;
(5) 图象的直方图修正、彩色变换;
(6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取;
(7) 图象的边沿检测与抽取、hough变换、轮廓跟踪;
(8) 图象的检测、模板匹配;
-
-
0下载:
OpenCv is powerfull tool for the image processing applications. this code demonstrates how to use edge detection techniques in opencv
-
-
0下载:
MFC实现对图像的基本处理,包括图像分割,边缘提取等功能,主要实现对 8位或者24位图的操作。-MFC to achieve the basic image processing, including image segmentation, edge detection and other functions, mainly to achieve 8-bit or 24-bit map operation.
-
-
0下载:
Edge detection image processing with visual basic
-
-
0下载:
good edge detection for image processing.
-
-
0下载:
This application provides a complete module for image processing.
Example: Edge detection, wavelet decomposition, arithmetic operations on images -This application provides a complete module for image processing.
Example: Edge detection, wavelet
-
-
0下载:
数字图像处理
边沿检测与提取,轮廓跟踪-Digital image processing edge detection and extraction, contour following
-
-
0下载:
Example of a two-dimensional Gabor filterIn image processing, a Gabor filter, named after Dennis Gabor, is a linear filter used for edge detection. Frequency and orientation representations of Gabor filter are similar to those of human visual system,
-
-
0下载:
进行图像处理,图像边缘检测,图像特征提取,图像分析-Image processing, edge detection, image feature extraction, image analysis
-
-
0下载:
这是我本人自己开发的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合与与仿真,并在FPGA上测试过。能进行修改支持其他大小图像的sobeel边缘检测,同时还能实现其它的图像模块化处理算法,例如高斯滤波,平滑等。
-This is my own development vhd file, can be used for 256* 256 size image sobel edge detection under QuartusI
-
-
0下载:
图像显示 图像处理 包括灰度转换,阈值分割,二值化,及各种边缘检测-The image display image processing including gradation conversion, thresholding, binarizing, and a variety of edge detection
-
-
0下载:
edge detection code using different techniques like sobel canny,prewitt,robert operators,and how it works/
-
-
0下载:
图像处理:
打开图片 可实现边缘检测
基于 模板算子法,高斯算子 canny算子,小波变换,金字塔,灰度形态学 实现边缘检测-Image processing:
Open the image edge detection can be realized
Edge detection based the template operator method, Gaussian operator canny operator, wavelet transform, pyramid, gr
-
-
0下载:
数字图像的综合处理,能够实现图像的平滑,锐化,增强,边缘检测与提取,几何变换和频率域变换等操作。-Digital image processing, image smoothing, sharpening, enhancement, edge detection and extraction, geometric transformations and frequency domain transform operation.
-
-
0下载:
本程序是基于VC++的,可以实现图像处理的一般功能,包括二值化,灰度化,图像平滑,锐化,边缘检测,图像频域增强,图像形态学,图像分割等功能-This procedure is based on VC++, can realize the function of image processing, including the value of the two, grayscale, image smoothing, sharpening, edge detection, image enhance
-
-
0下载:
I give you code generate edge detection an image processing using Laplacian of Gaussian algorithm which based on kernel matrix.
it is not used matlab toolbox but handmade. so feel free to use it.-I give you code generate edge detection on an image
-
-
0下载:
以对图像进行复制、粘贴、剪切、全选、取消选择和翻转。
过滤图像,包括锐化、浮雕、腐蚀、风化。对图像进行滤波处理:包括最小值滤波处理、最大值滤波处理和中值处理。
对彩色图像进行变换:包括彩色转灰度、彩色转黑白、平滑处理、霓红处理。软化图像,包括红色、绿色、橙色;硬化图像,包括红色、绿色、蓝色。
对图像进行卷积处理,包括水平增强、垂直增强和双向增强。
对图像进行边缘探测,例如右下边缘抽出,拉普拉斯(8邻域)。给图像进行对比度增强,进行FFT分析,以及对两幅图像进行合成。
可以选择
-