搜索资源列表

  1. edge_detect-matlab

    0下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:40960
    • 提供者:张甲杰
  1. ImageProcessorCourseDesign

    0下载:
  2. ·图像检测:包括显示灰度直方图、Canny算子边缘检测; ·图像增强:包括随机噪声、傅立叶变换、中值滤波、高斯滤波; ·色彩变换:包括彩色->灰度、反色处理、亮度调整、直方图均衡化。 -Image Detection : to show gray histogram, Canny edge detection operator; Image enhancement : including random noise, Fou
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:142336
    • 提供者:第一缕阳光
  1. wavelet_edge

    0下载:
  2. % 该算法采用的是样条小波,为了更好的检测边缘,用a tuous 算法代替了mallat算法。 % 该算法和mallat快速算法主要区别: % 1 a tuous 算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。 % 2 a tuous 算法需要对滤波器进行伸缩。- The algorithm is based on spline wavelets, in order to better dete
  3. 所属分类:波变换

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:鲁宾
  1. DigitalFiltering_gui

    0下载:
  2. DigitalFiltering_gui applies methods of digital image analysis to images AND grids This includes a broad suite of smoothing (low-pass) filters, as well as contrast enhancement filters, edge enhancement filters, edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:
  1. Combined_Corner_and_Edge_Detector

    1下载:
  2. 该代码为图像处理边缘增强,能够很好的提取图像目标边界-code for the image processing Edge Enhancement, to extract a good image border
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:651264
    • 提供者:kai
  1. sobelbianyuanjiance

    0下载:
  2. 用于边缘检测的源代码,是用sobel算子的,用的是java的开发环境.-for edge detection of source code, segmentation is the operator, with the java development environment.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:amy
  1. EdgContour

    0下载:
  2. 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour ext
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:73728
    • 提供者:何再兴
  1. CN_edgedetect

    0下载:
  2. 本程序为二值图像的处理。通过一种称为CNED(connectivity number based edge detection)的方法对二值图像进行边缘提取。结果表明这种方法比candy sober 等算子更加精确,效果更好。-This procedure for binary image processing. Through a known CNED (connectivity number based edge detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:3892224
    • 提供者:姚攀
  1. waijiejuxing

    0下载:
  2. 对两个及两个以上目标提取边缘和特征,并通过边缘画出目标的外接矩形,外界矩形广泛用于目标的识别和跟踪。-two pairs and two more goals and edge extraction features, and painted goal edge through the external rectangular, Rectangular widely used outside the target identificat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:zhouaijun
  1. Imageprocess-11

    0下载:
  2. 用VC实现图像处理的一些效果,如平滑与锐化,边缘增强, Sobel边缘检测和Hough边缘检测, 反转, 腐蚀与膨胀 -images with VC some of the results, such as smoothing and sharpening, edge enhancement, Sobel edge detection and Hough edge detection, inversion, corrosion an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:131072
    • 提供者:林兴
  1. edge_flow_toolbox

    0下载:
  2. 一种基于 Edge Flow算法 的边缘检测程序 matlab实现 在彩图和灰度图纹理分割方面有很好的效果-based Edge Flow edge detection algorithm to achieve the procedures Matlab the gray level and color pictures texture segmentation as a very good effect
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:13312
    • 提供者:照亮
  1. 60179234620073232124363828021

    0下载:
  2. 包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 下载地址: 数字图像处理源码 -including sharpening, smoothing, edge extraction LOG filter of mathematical morphology of corrosion, swelling, skeleton, openi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:114688
    • 提供者:lengjun
  1. X.bmp

    0下载:
  2. 1. 对给定灰度图(或自选图)进行模糊变换,建立模糊平面。给出变换方法和结果。 2. 对图像做模糊增强。给出原理方法和试验结果。 3. 对增强后的结果图做平滑处理。给出所选平滑因子和结果图。 4. 对图像进行模糊边缘检测,说明实现步骤,给出结果图。 -1. Right to set the gray level (or on-demand) of the fuzzy transformation, fuzzy plane
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:47104
    • 提供者:廖鑫鹏
  1. Edgelink_

    0下载:
  2. 实现边缘连接和线段拟合源码,用MATLAB实现,可直接执行,供研究用-achieve connectivity and edge line fitting source, using MATLAB, can be directly implemented, for research
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:maxu
  1. segmeeeeeeeeeeeeeee.tar

    0下载:
  2. A general technique for the recovery of signi cant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:gggg
  1. EdgeDetectoSegmentationgggggggggg

    0下载:
  2. 边缘检测的方法,效果很好,是从国外网站上下的,i-edge detection method and the results are very good, from top to bottom from overseas sites, i
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:gggg
  1. Matlabpictureprogramme

    0下载:
  2. matlab图像处理的一些命令,如applylut,提取二进制图像的轮廓的bwmorph,识别强度图像中的边界的edge,进行二维快速傅里叶变换的fft2等等.-Matlab image processing some orders, such as applylut. extract the binary image of the contours of the bwmorph identify intensity image of
  3. 所属分类:电子书籍

    • 发布日期:2024-05-14
    • 文件大小:427008
    • 提供者:ruan pingfan
  1. ImageEdgeProcessing

    0下载:
  2. matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synth
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:Jimmy Yen
  1. ait_picmatch

    0下载:
  2. Author: Fahd Ahmad Abbasi Summary: Matches two pictures given as arguments. MATLAB Release: R13 Required Products: Image Processing Toolbox Descr iption: The function takes two images as argument and usin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:Jallon
  1. MATLAB_mysusan

    0下载:
  2. Author: Abhishek Ivaturi Summary: SUSAN Edge detection in gray scale images. MATLAB Release: R13 Required Products: Image Processing Toolbox Descr iption: Edge detection in gray scale images using the SUS
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:Jallon
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org