CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Image Fuzzy

搜索资源列表

  1. matlabprogram

    0下载:
  2. 二型模糊聚类算法实现医学脑部组织图像分割-The algorithm of type-2 fuzzy clustering achieved the segmentation of medical image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4651
    • 提供者:张乐价
  1. EdgeDetection

    0下载:
  2. 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:661847
    • 提供者:tosh
  1. byjc

    1下载:
  2. 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
  3. 所属分类:图形图象

    • 发布日期:2013-06-24
    • 文件大小:1138
    • 提供者:李思齐
  1. SemanticAndaptationofNeuralNetwork

    0下载:
  2. Semantic analysis of multimedia content is an on going research area that has gained a lot of attention over the last few years. Additionally, machine learning techniques are widely used for multimedia analysis with great success. This work pre
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:831604
    • 提供者:焦亚民
  1. imagequality

    4下载:
  2. 自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-29
    • 文件大小:3838
    • 提供者:llb
  1. PatternRecongnition

    0下载:
  2. 图像模式识别聚类分析、模糊聚类、遗传算法聚类-Cluster analysis of image pattern recognition, fuzzy clustering, genetic algorithm clustering
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:232910
    • 提供者:yutao
  1. zengqiang

    0下载:
  2. 图像增强程序,经测试有一定效果。其中采用模糊增强算法,值得参考。-Image enhancement procedures, have been tested and have a certain effect. Which the use of fuzzy enhancement algorithm, it is also useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1227
    • 提供者:李勤
  1. fuzzy1

    0下载:
  2. 基于模糊贴近度的数据融合新算法 matlab源程序-Based on fuzzy close-degree of data fusion new algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:973
    • 提供者:晓柳
  1. julei

    0下载:
  2. 通过模糊c-均值(FCM)聚类实现图像的分割。-Through the fuzzy c-means (FCM) clustering to achieve image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:123706
    • 提供者:alexandar
  1. ResearchOnKeyTechnologiesOfRobustFaceTrackingSyste

    0下载:
  2. 鲁棒人脸跟踪系统学位论文;提出了一种两阶段的光照均衡的方法来消除单幅图像中的各种阴影包括模糊阴影,投射阴影等 根据快速的Adaboost 训练框架,本文提出了一个实时的鲁棒人脸检测算法 提出了一种基于在线实值boosting 的方法来处理人脸在跟踪过程中发生的外貌变化;实现了一个基于以上模块的完全自动化的人脸跟踪器-Robust Face Tracking System dissertation proposes a two-stage light-balanced approach to t
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:1139629
    • 提供者:田卉
  1. main

    0下载:
  2. 利用多种滤波器实现对图像的滤波处理及先模糊处理,再对模糊图像进行多种方式的增强处理-Using multiple filter image filtering processing and fuzzy processing first, and then the fuzzy image enhancement of a variety of ways to deal with
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1093
    • 提供者:xiaoyong
  1. lvboqi

    0下载:
  2. 对图像进行模糊处理前的第一步设计操作,然后进行加强滤波处理-Fuzzy image processing operation prior to the first step in the design and then proceed to strengthen the filter processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1951
    • 提供者:xiaoyong
  1. match

    0下载:
  2. we use GUIDE to creat a GUI in which we load two images ,convert to binary images and calculates the percentage match.This is gud for studying image procssing for beginners. i think this coudl be modified better and hardware interfaced for clinic
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5924
    • 提供者:Yingli Xie
  1. FCMSegmentation

    1下载:
  2. FCM 模糊C均值聚类算法。使用说明:这是一个可以人机交互的FCM算法,首先使用鼠标圈定一个矩形区域,则算法自动施加于目标区域:) Have Fun :)-FCM fuzzy C means clustering algorithm. Usage: This is a can of HCI FCM algorithm, the first to use the mouse a rectangular area delineation, the algorithm automatically im
  3. 所属分类:Special Effects

    • 发布日期:2016-07-09
    • 文件大小:132036
    • 提供者:zxr
  1. fcm

    0下载:
  2. 模糊C均值分类,用于图像处理中 很好用的,极力推荐 -Fuzzy C-means classification, used for image processing in a very good use, and strongly recommend
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1690
    • 提供者:zf_528
  1. medianFilter

    0下载:
  2. 图像处理中的中值滤波源代码,能够较好的模糊图像,除去椒盐噪声。-Image processing median filter source code, be able to better fuzzy images, remove the salt and pepper noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:73267
    • 提供者:gillyamylee
  1. fcm

    0下载:
  2. this code is thresholding image with fuzzy c-meam thresholding, it good result than Otsu method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:23347
    • 提供者:javad
  1. ImageProc2W

    0下载:
  2. 用纯java技术实现了对图像锐化、模糊、边缘、灰度等操作功能-Pure java technology for image enhancement, fuzzy, edge, gray-level functions such as operation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:57491
    • 提供者:想恨菲
  1. a

    0下载:
  2. 图像分割 模糊聚类分割算法 通过MATLAB实现的C聚类分割算法,输入分割类别数。可以得到分割后的图像对比-Image segmentation algorithm based on fuzzy clustering partition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:
  1. 73462683ClusterImageSeg

    0下载:
  2. 模糊均值聚类FCM算法对图像的颜色聚类 进行图像分割 聚类个数和聚类中心都是事先决定的-Fuzzy-means clustering algorithm FCM clustering for color image segmentation and clustering the number of cluster centers are determined in advance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:514942
    • 提供者:小五子
« 1 2 34 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com