Welcome![Sign In][Sign Up]
Location:
Search - edge

Search list

[2D Graphicedge_erode

Description: 采用%中值滤波%otsu 自动阈值计算%图像二值化%采用腐蚀的方法进行边缘检测-using median filter%% Otsu automatic threshold calculation% image binarization% of the corrosion methods Edge Detection
Platform: | Size: 1024 | Author: 陈旭 | Hits:

[matlabedege_detection

Description: 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algorithm used is kind of wavelet, in order to better detect the edge of porous algorithm instead of Mallat algorithm. The algorithm and fast algorithm Mallat major difference : an algorithm porous not even take samples So singular position detection more accurate, the corresponding Reconstruction interpolation is not zero. Two porous algorithm need to filter extendable.
Platform: | Size: 1024 | Author: 高锋 | Hits:

[matlabEdgelink

Description: 一个图像的边缘连接程序,可以将两幅图像无缝连接成一幅图像。-an image edge connector process, which would be two images into one seamless image.
Platform: | Size: 11264 | Author: 丁德锋 | Hits:

[Special Effectsedgesearch

Description: 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-edge detection and extraction, Contour Tracking command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp . res user32.lib gdi32.lib Note : running, documents c : \ test.bmp must exist
Platform: | Size: 31744 | Author: yxc | Hits:

[matlabedge_detection

Description: sobel边缘检测及拉普拉斯边缘检测算法的matlab实现。-edge detection and segmentation Laplace edge detection algorithm to achieve the Matlab.
Platform: | Size: 63488 | Author: xinxin | Hits:

[matlabtestedge

Description: 用拉普拉斯算子检测图像的阶梯状边缘,其中的模板可以进行修改-Laplace operator to detect the ladder-like image edge, which could be a template for change
Platform: | Size: 1024 | Author: 王婷 | Hits:

[AI-NN-PR210117183512005710194519707843

Description: 边缘检测和轮廓跟踪程序,在matlab环境下进行的编程-edge detection and tracking procedures outline of the Matlab environment for programming
Platform: | Size: 31744 | Author: 孟海亮 | Hits:

[Special Effects2005527163923

Description: 图像处理,边界提取,边界跟踪,图像分割的c++源代码!-image processing, edge detection, border tracking, image segmentation c source code!
Platform: | Size: 10792960 | Author: | Hits:

[Special Effectstxclydmj

Description: 很好的一组图象处理源程序,都已经编好了,拿过来就能用的。边缘检测,腐蚀,图象匹配,图象压缩,直方图修正-well as handling a Reuters source, have a good series, as it was can use. Edge detection, corrosion, and image matching, image compression, and so on histogram amendment
Platform: | Size: 3218432 | Author: 玄飞扬 | Hits:

[Special EffectsMyProjectyuzhi

Description: 该源码包含了常见的图像形态学算法,如图像基本逻辑运算,阈值分割,边缘处理,孔洞填充-the source contains common morphological image algorithms, such as images basic logic operations, thresholding segmentation, edge, filled Hole
Platform: | Size: 98304 | Author: jiangxia | Hits:

[Graph programSobelEdgeDetection

Description: 用于边缘检测的一种经典方法,供大家参考学习-edge detection for a classical method for reference learning
Platform: | Size: 80896 | Author: adan | Hits:

[Graph programsegment00000012121

Description: 典型的图像视觉事别算法实现。包括边缘检测算子、区域分割算子、方向连接算子-visual images typical of other things algorithm. Including edge detection operators, regional segmentation operator, direction linking Operator
Platform: | Size: 10240 | Author: 风清扬 | Hits:

[matlabcancer

Description: 细胞检测,通过细胞边缘跟踪,迭代阈值分割算法,检测细胞边缘,计算细胞大小,对细胞进行判断-cell detection, tracking through the edge of the cells, iterative threshold segmentation algorithm to detect the edge of the cells, the cell size, right cells judgment
Platform: | Size: 28672 | Author: 夏蓉 | Hits:

[Special Effectscodesforimageprocessing

Description: 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-simple image processing, including color to grayscale 256, the Hough transform, Walsh transform, Median filtering, binary conversion, brightness changes, Fourier transform, and color-from the few to admit index, image shifting, image rotation, refined images, image scaling, image mirroring, mean filtering, contrast stretching, Laplacian sharpening (edge detection), block codes, Sharpening gradient, gray balance, histogram equalization, discrete cosine transform, Wiener filter, reverse filtering, threshold transform, Gaussian smoothing.
Platform: | Size: 3359744 | Author: | Hits:

[Special EffectsEdge-Color

Description: 各种边缘检测程序,包括2Sobel算子边缘检测, Prewitt算子边缘检测,Roberts算子边缘检测, Laplace算子边缘检测,Canny算子边缘检测 -Edge Color
Platform: | Size: 307200 | Author: liji | Hits:

[Special Effectslaplaciansuanzi

Description: 用Laplacian算子进行边缘检测 的 函数 文件,大家可以尝试的用用,都是基于matlab平台的。-Laplacian operator used for the edge detection function documents, we can try to use use are based on Matlab platform.
Platform: | Size: 160768 | Author: 我市 | Hits:

[Waveletedgedetect_basedonWavelet

Description: 利用小波变换进行图像边缘提取,用matlab语言编写实现。edgedetect_basedonWavelet.m-using wavelet transform image edge extraction, using Matlab language achievement. Edgedetect_basedonWavelet.m
Platform: | Size: 36864 | Author: 杨诚 | Hits:

[Special EffectsCanny_edge_detection

Description: 这是一个 Vc++程序,但是很容易在 别的平台上实现,因为 主要使用了C语言编写 功能是 用 canny算子进行边缘提取-Vc This is a process, it is easy for other platforms to achieve, The main use of the C language function is canny operator for edge detection
Platform: | Size: 10240 | Author: zzyy | Hits:

[Special EffectsFuzzyEdge

Description: 基于数学形态学的模糊边缘检测算法,及相关的开闭运算等-based on mathematical morphology of the fuzzy edge detection algorithms, and related opening and closing, etc.
Platform: | Size: 5120 | Author: 王进 | Hits:

[Special Effectslaplacian-edgeDetection2006-10-24

Description: Visual C++MATLAB图像处理与识别实用案例精选之 图像的边缘检测,拉普拉斯变换 算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition practical case Featured's image edge detection, Laplace Transform algorithm source, including standard tests Photo
Platform: | Size: 160768 | Author: 路香群 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net