搜索资源列表

  1. quezhi

    0下载:
  2. 实际使用中最简单的二值化算法就是根据每个像素的灰度值做舍入处理,下面的算法是根据图像的直方图求取阀值,-Actual use of the most simple binarization algorithm based on gray value of each pixel to do round-off processing, the following algorithm is based on the histogram ima
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 传统遗传算法优化BP网络的权值和阀值,获得较好的收敛性-GA,BP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:小民
  1. CannyEdgeDetect

    0下载:
  2. 自适应Canny边缘检测算法,在传统的Canny算法基础上提出的一种自适应Canny边缘检测算法,在传统算法优点的基础上提高了抑制虚假边缘的能力,利用自适应阀值提高了边缘检测的自动化程度-Adaptive Canny edge detection algorithm, the traditional Canny algorithm based on an adaptive Canny edge detection algorithm,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:290816
    • 提供者:wangzhenxing
  1. shadows

    0下载:
  2. 简述不同的阀值策略对于图像阴影的检测,还有他们之间不能的效率和应用场合-Image diff erence threshold strategies and shadow detection
  3. 所属分类:数据库编程

    • 发布日期:2024-05-14
    • 文件大小:562176
    • 提供者:fangdejia
  1. proper_threshhold

    0下载:
  2. 关于图像的阀值处理,正确判断图像的阀值,judgement of image threshold -judgement of image threshold
  3. 所属分类:DSP编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:kinda
  1. FolderCleaner_src

    0下载:
  2. 工具原理: 1·遍历文件夹,扫描“是PE&会显示图标”的文件,选择其ICON_GROUP的第一个图标资源作判断 2·枚举该图标里的所有尺寸的图片,与Pattern中的相应尺寸的图片 比较每个像素的RGB,容差在某个范围内,则认为HIT 3·当该图标的某个尺寸的图片的所有像素HIT的百分比在某个范围内,则认为图标HIT,即认为是文件夹图标病毒 优势: 相比 通过提取文件CRC来判断一个文件夹病毒,通过图标来判断更
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:2541568
    • 提供者:周荣誉
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:1097728
    • 提供者:zhaolipo
  1. datafusion

    0下载:
  2. 一种同质的多传感数据融合新算法,克服了融合过程中必须依赖于多传感数据之间关系阀值的人为经验设置问题-Of a homogeneous multi-sensor data fusion algorithms, to overcome the integration process must rely on the relationship between multi-sensor data set the threshold issue
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:210944
    • 提供者:wuti
  1. BispectrumWavelets

    1下载:
  2. 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:沈玉杰
  1. program_19_01

    0下载:
  2. 对图像水印检测,检测阀值,计算阀值,检测响应-Right image watermark detection, detection threshold, the calculation of threshold, detection response
  3. 所属分类:matlab例程

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

    0下载:
  2. 图像压缩实例,使用函数wdcbm2()获取信号压缩阀值-the example for image compression using wdcbm2() which is a wavelet function
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:刘戈
  1. dajinfa-erzhihua-matlab

    0下载:
  2. 实现24位RGB彩色图像,先转化为灰度图像,而后用大津法实现二值化,并显示阀值。-To achieve 24-bit RGB color images, the first converted to grayscale images, then using Otsu binarization method to achieve and display threshold.
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:budongwei
  1. overloadwarning

    0下载:
  2. 过载警告系统。可手动控制报警阀值。当数据超过阀值产生警报(灯,声音),并将产生的数据保存到指定的文件中。-Overload warning system. You can manually control the alarm threshold. Generate alerts when the data exceeds the threshold (lights, sound), and the resulting data is s
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:25600
    • 提供者:fashenqq
  1. storageManage-datebase

    0下载:
  2. 库存管理 包括:出库管理、入库管理、人员管理、设置阀值-instorage ,outstorage 、user、
  3. 所属分类:其他数据库

    • 发布日期:2024-05-14
    • 文件大小:319488
    • 提供者:randy
  1. erzhihuabianhuan

    0下载:
  2. 所有灰度大于或等于阀值的像素被判定为属于特定物体,其灰度值为255表示,否则这些像素点被排除在物体区域以外,灰度值为0,表示背景或者例外的物体区域-All the gray pixels is greater than or equal to the threshold has been determined as belonging to a particular object, the gray value of 255 that
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:113664
    • 提供者:王超
  1. fazhi

    0下载:
  2. 这是一个将模拟量转换成数字量的VHDL源代码,能够转换正弦波,三角波,方波;通过设定一个阀值,再用比较器比较实现的!-This is an analog quantity into a digital representation of the VHDL source code, to convert sine wave, triangle wave, square wave by setting a threshold, then
  3. 所属分类:汇编语言

    • 发布日期:2024-05-14
    • 文件大小:480256
    • 提供者:biao
  1. USBCamCap_Fuzzy

    0下载:
  2. 本实验软件开发,使用Microsoft Visual C++ 6.0,Camera所撷取的影像经由USB接口传送回个人计算机,使用微软公司所提供的利用VFW(Video for windows)SDK,VFW SDK为在Windows 系统中实现视讯撷取提供了标准的接口,利用其中的影像撷取公用函式将Camera所撷取到的影像撷取至内存中以进行影像处理。异常侦测流程,首先会先撷取正常状态下的环境影像,建立标准对照影像。当环境有异常时,所撷
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3899392
    • 提供者:小黑
  1. digitalimageprocessing

    0下载:
  2. 一系列数字图像处理的基础算法。包括旋转,仿射变换,阀值分割,图形编码等-The basis of a series of digital image processing algorithms. Including rotation, affine transformation, threshold segmentation, graphics coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:5466112
    • 提供者:张三
  1. otsu

    0下载:
  2. otsu算法确定二值化阀值,最大类间方差是由日本学者大津(OTSU)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。 -In computer vision and image processing, Otsu s method is used to automatically perform histogram shape-based image thresholding,[1] or, the re
  3. 所属分类:2D图形编程

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

    0下载:
  2. OTSU最大类间方差法获取阀值(图像处理),帮助学习MATLAB语言。-OTSU Otsu method to obtain the threshold (image processing) to help learn MATLAB language.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:雪藤
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »

源码中国 www.ymcn.org