您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 灰度图像经典二值化Matlab代码

  2. 我自己实现的经典的灰度图像二值化Matlab代码:包括Otsu二值化方法,Niblack二值化,Kittler最小分类错误二值化。内有使用说明和示例图片。
  3. 所属分类:其它

    • 发布日期:2009-07-23
    • 文件大小:55296
    • 提供者:hupeng810
  1. 二值化方法概述(Binarization Methods)

  2. 阐述了目前用于图像分割的一些重要二值化方法,条理清晰,信息丰富。
  3. 所属分类:专业指导

    • 发布日期:2009-08-19
    • 文件大小:227328
    • 提供者:cqtv95
  1. 图像特效专家 C#完整源代码!GDI Color 绘图 精品

  2. 完整的!可用的软件一套! 功能强大!专业级源代码编制! 各种图像参数视图(直方图,统计图)! 各种图像滤镜(超过50种,如Color,HSL Color space,YCbCr Color space,Binarization,Morphology,Convolution & Correlation……………… 等等,不一一列举)! 还包括:超帅VisualStudio多文档风格界面!打印页面设置,支持修改后新建,支持历史记录! 全部完整源代码!! 编译0 Error,0 Warning,直接
  3. 所属分类:C#

    • 发布日期:2010-01-20
    • 文件大小:520192
    • 提供者:iccb1013
  1. 一个用于隐私及安全的指纹模版保护方法

  2. With the wide deployment of biometric authentication systems, several issues pertaining security and privacy of the biometric template have gained great attention from the research community. To resolve these issues, a number of biometric template p
  3. 所属分类:C++

    • 发布日期:2011-01-10
    • 文件大小:1048576
    • 提供者:melaka
  1. 郭景明教授关于车牌定位和字符分割的一篇paper

  2. 原文题目:License Plate Localization and Character Segmentation With Feedback Self-Learning and Hybrid-Binarization Techniques
  3. 所属分类:其它

    • 发布日期:2008-05-11
    • 文件大小:521216
    • 提供者:kaizitop
  1. 二值化matlab的几种代码

  2. 先打开Matlab,把整个文件夹复制到Matlab软件的work目录下面,将文件夹binarization Algorithm 设为Matlab当前目录(current directory),直接在命令窗口敲入binarization, 回车就可以运行了。
  3. 所属分类:其它

    • 发布日期:2012-10-19
    • 文件大小:57344
    • 提供者:xt512006384
  1. H.265/HEVC标准白皮书(2013年1月)

  2. 新一代视频压缩编码技术!今年刚认证的H.265编码标准,前几天一直找不到白皮书,今天发上来,估计不少人也在找吧。下面是目录: CONTENTS Page Abstract i 0 Introduction 1 0.1 General 1 0.2 Prologue 1 0.3 Purpose 1 0.4 Applications 1 0.5 Publication and versions of this Specification 1 0.6 Profiles, tiers and level
  3. 所属分类:其它

    • 发布日期:2013-04-13
    • 文件大小:4194304
    • 提供者:newthinker_wei
  1. hough-circle

  2. 读入图像,对图像进行预处理,随后检测边缘,对得到的图像进行二值化,然后进行hough变换,获得圆边界,将此图与原图叠加,增强边缘-Read in the image, the image pre-processing, followed by edge detection, binarization on the image to get, and then the hough transform to obtain the circular boundary, this map and th
  3. 所属分类:专业指导

    • 发布日期:2013-05-14
    • 文件大小:9437184
    • 提供者:u010019587
  1. IrisDetection1022

  2. An iphone app written by myself which can detect iris from images captured by iPhone's camera. Edge detection, image binarization and other image processing techniques are involved.
  3. 所属分类:iOS

    • 发布日期:2013-08-02
    • 文件大小:121856
    • 提供者:ld1666
  1. Mastering OpenCV with Practical Computer Vision Projects

  2. Preface 1 Chapter 1: Cartoonifier and Skin Changer for Android 7 Accessing the webcam 9 Main camera processing loop for a desktop app 10 Generating a black-and-white sketch 11 Generating a color painting and a cartoon 12 Generating an "evil" mode us
  3. 所属分类:专业指导

    • 发布日期:2015-06-26
    • 文件大小:6291456
    • 提供者:lengwuqin
  1. binarization-matlab程序二值化 otsu和Niblack

  2. 可以直接运行的matlab程序,这两个方法分别为全局阈值方法以及局部阈值方法,值得去看看原理。我想免费下载,可是好像不行链接:https://pan.baidu.com/s/1rL2wGj3_qdl2fkkQmcVfIg 密码:lu4z
  3. 所属分类:图像处理

  1. 图片文字切割

  2. This is the WPF interface of merged-characters-segmentation. You could choose the test picture by a button.It contains the following algorithm: merged characters segmentation algorithm according "The Robustness of “Connecting Characters Together” CA
  3. 所属分类:C#

    • 发布日期:2018-05-22
    • 文件大小:16777216
    • 提供者:xitangzi
  1. Concise Computer Vision - An Introduction into Theory and Algorithm

  2. This textbook provides an accessible general introduction to the essential topics in computer vision. Classroom-tested programming exercises and review questions are also supplied at the end of each chapter. Features: provides an introduction to the
  3. 所属分类:机器学习

    • 发布日期:2018-08-29
    • 文件大小:22020096
    • 提供者:weixin_39586297
  1. binarization.html

  2. 一般所说的黑白图片,其实在黑白之间还有深浅不一的各种灰色。所谓二值化,即是将这样的图转为仅有纯黑和纯白两种颜色。这在图像处理中有不少应用。我所关注的仅是一种应用。本来白纸黑字的内容,因为拍摄的关系,而带上其他颜色,或是年代久远,纸张泛黄,造成内容的对比度下降,有时甚至难以分辨。此时,可以应用二值化算法,将颜色恢复为黑白两纯色,使内容更为清淅。
  3. 所属分类:Web开发

    • 发布日期:2020-03-16
    • 文件大小:9216
    • 提供者:zhao_java_drao
  1. Python图像阈值化处理及算法比对实例解析

  2. 图像的二值化或阈值化(Binarization)旨在提取图像中的目标物体,将背景以及噪声区分开来。通常会设定一个阈值T,通过T将图像的像素划分为两类:大于T的像素群和小于T的像素群。 灰度转换处理后的图像中,每个像素都只有一个灰度值,其大小表示明暗程度。二值化处理可以将图像中的像素划分为两类颜色,常用的二值化算法如公式1所示: {Y=0,gray=T {Y=0,gray=T​ 当灰度Gray小于阈值T时,其像素设置为0,表示黑色;当灰度Gray大于或等于阈值T时,其Y值为255,表示白色。
  3. 所属分类:其它

    • 发布日期:2020-12-17
    • 文件大小:464896
    • 提供者:weixin_38677505
  1. near-lossless-binarization:该存储库包含用于将任何实值单词嵌入二进制化为二进制向量的源代码-vector source code

  2. near-lossless-binarization:该存储库包含用于将任何实值单词嵌入二进制化为二进制向量的源代码
  3. 所属分类:其它

    • 发布日期:2021-03-25
    • 文件大小:106496
    • 提供者:weixin_42168265
  1. SRP预备工作2

  2. import cv2 import math import numpy as np #勿为他用,往下拉 def binarization(img, rate = 0.9): if len(img.shape) == 3: img = cv2.cvtColor(img, cv2.COLOR_BAYER_BG2GRAY) hh = img.shape[0] ww = img.shape[1] img_copy = img.copy() heig
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:23552
    • 提供者:weixin_38694141