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

搜索资源列表

  1. Essential Physics 1

  2. CONTENTS 1 MATHEMATICAL PRELIMINARIES 1.1 Invariants 1 1.2 Some geometrical invariants 2 1.3 Elements of differential geometry 5 1.4 Gaussian coordinates and the invariant line element 7 1.5 Geometry and groups 10 1.6 Vectors 13 1.7 Quaternions 13 1
  3. 所属分类:硬件开发

    • 发布日期:2009-06-18
    • 文件大小:442368
    • 提供者:osoon
  1. Visual C++实用图像处理专业教程

  2. 1. \学习版Imgcx 打开文件夹Imgcx,执行SetUp,按提示安装Imgcx。该书各个章节所处理的图像都包含在安装后的文件夹…Imgcx\Image里。 2. \专业版Imgc 介绍该书配套的专业版软件Imgc。专业版软件包括该书全部图像处理的C语言源程序以及可执行的Visual C++ 界面源程序,可以满足大学教师、科研人员以及图像处理专业人员的需要。 3. \ImageSys试用版 包括通用图像处理系统ImgeSys的介绍和试用版的安装程序。通用图像处理系统ImageSys是一套大
  3. 所属分类:C

    • 发布日期:2009-10-05
    • 文件大小:16777216
    • 提供者:chqzeng
  1. 基于matlab的人脸人眼的识别算法实现

  2. function [face_a,skin_region]=face(I); skin_region=skin(I); se = strel('disk',5); se2 = strel('disk',3); er = imerode(skin_region,se2); cl = imclose(er,se); dil = imdilate(cl,se); % morphologic dilation dil = imdilate(dil,se); cl2 = imclose(dil,se);
  3. 所属分类:其它

    • 发布日期:2010-10-29
    • 文件大小:2097152
    • 提供者:fblmyq
  1. Principles of Broadband Switching and Networking-2010 version

  2. Principles of Broadband Switching and Networking explains the organisation and psychotherapy of alter architectures fit for band desegrated services networks, action packet-switched link networks with diffuse routing algorithms. The aggregation exam
  3. 所属分类:其它

    • 发布日期:2011-10-02
    • 文件大小:3145728
    • 提供者:kenau2010
  1. 人脸识别matlab代码

  2. 人脸识别 matlab % function [face,skin_region]=face(I); % % skin_region=skin(I); % % se = strel('disk',3); % dil = imdilate(skin_region,se); % morphologic dilation % d2 = imfill(dil, 'holes'); % morphologic fill % face = bwdist(~d2); % computing minimal
  3. 所属分类:其它

    • 发布日期:2012-11-17
    • 文件大小:1048576
    • 提供者:jinray_ban
  1. morpholoyg dilation and erosion

  2. this book is regards the morphology operations
  3. 所属分类:网络攻防

    • 发布日期:2013-01-24
    • 文件大小:2097152
    • 提供者:safaalrawi
  1. 基于matlab的图像分割

  2. 图像分割 图像分割是图像处理的一个基础处理,本程序是通过数学形态学的腐蚀与膨胀进行的图像分割-image segmentation Mathematical Morphology Through morphological dilation and erosion for image segmentation
  3. 所属分类:其它

    • 发布日期:2013-03-05
    • 文件大小:2097152
    • 提供者:l_journey
  1. computer vision basical dilation & erosion

  2. 用C++实现的简单dilation 以及 erosion操作
  3. 所属分类:C++

    • 发布日期:2013-10-27
    • 文件大小:2097152
    • 提供者:weige123321
  1. 《 精通Visual C++数字图像处理典型算法及实现》随书源码

  2. 第1章 Visual C++数字图像编程基础 1 1.1 数字图像处理概述 1 1.2 图像和调色板 2 1.2.1 图像 2 1.2.2 调色板 3 1.2.3 色彩系统 4 1.2.4 灰度图 5 1.3 GDI位图 5 1.3.1 从资源中装入GDI位图 6 1.3.2 伸缩位图 8 1.4 与设备相关位图 10 1.5 设备无关位图(DIB) 15 1.5.1 BMP文件中DIB的结构 16 1.5.2 DIB访问函数 18 1.5.3 构造DIB类 22 1.5.4 使用DIB读写B
  3. 所属分类:C++

    • 发布日期:2014-05-21
    • 文件大小:425984
    • 提供者:crsupport
  1. 车牌识别程序

  2. 用c++写的车牌识别程序(前面一小段)#include #include #include //#include #include #include #include //#include "cv.h" //#include "highgui.h" #include "math.h" #define pi 3.14 #define RADIAN(angle) ((angle)*3.14/180.0) #define max(a,b) (((a) > (b)) ? (a) :
  3. 所属分类:C++

    • 发布日期:2014-12-14
    • 文件大小:59392
    • 提供者:jd666
  1. Algorithms for Image Processing and Computer Vision

  2. Preface xxi Chapter 1 Practical Aspects of a Vision System — Image Display, Input/Output, and Library Calls 1 OpenCV 2 The Basic OpenCV Code 2 The IplImage Data Structure 3 Reading and Writing Images 6 Image Display 7 An Example 7 Image Capture 10 I
  3. 所属分类:专业指导

    • 发布日期:2015-06-26
    • 文件大小:7340032
    • 提供者:lengwuqin
  1. A Practical Introduction to Computer Vision with OpenCV

  2. Contents Preface xiii 1 Introduction 1 1.1 A Difficult Problem 1 1.2 The Human Vision System 2 1.3 Practical Applications of Computer Vision 3 1.4 The Future of Computer Vision 5 1.5 Material in This Textbook 6 1.6 Going Further with Computer Vision
  3. 所属分类:专业指导

    • 发布日期:2015-06-26
    • 文件大小:2097152
    • 提供者:lengwuqin
  1. 数字图像处理英文版word

  2. 非冈萨雷斯版。目录 INTRODUCTION 4 DIGITAL IMAGE DEFINITIONS 5 COMMON VALUES 6 CHARACTERISTICS OF IMAGE OPERATIONS 7 TYPES OF OPERATIONS 7 TYPES OF NEIGHBORHOODS 8 VIDEO PARAMETERS 9 TOOLS 9 CONVOLUTION 10 PROPERTIES OF CONVOLUTION 10 FOURIER TRANSFORMS 10 PR
  3. 所属分类:讲义

    • 发布日期:2015-07-10
    • 文件大小:1048576
    • 提供者:u010981827
  1. Mastering.OpenCV.Android.Application.Programming.1783988207

  2. Master the art of implementing computer vision algorithms on Android platforms to build robust and efficient applications About This Book Understand and utilise the features of OpenCV, Android SDK, and OpenGL Detect and track specific objects in a v
  3. 所属分类:Android

    • 发布日期:2015-08-17
    • 文件大小:3145728
    • 提供者:ramissue
  1. 基于形态学的图像处理

  2. 基于形态学的图像处理一些介绍(erosion,Dilation,opening,closing,thining...),还有一些简单的MATLAB编程
  3. 所属分类:其它

    • 发布日期:2008-11-09
    • 文件大小:444416
    • 提供者:hainandis
  1. Direct3D.ShaderX.Vertex.and.Pixel.Shader.Tips.and.Tricks

  2. Contents Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvi Acknowledgments. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii Part 1: Introduction to Shader Programming Fundamentals of Ve
  3. 所属分类:其它

    • 发布日期:2016-01-27
    • 文件大小:10485760
    • 提供者:chenxi731602385
  1. Theoretical Foundations of Spatially-Variant Mathematical Morphology Part I: Binary Images

  2. We develop a general theory of spatially-variant (SV) mathematical morphology for binary images in the euclidean space. The basic SV morphological operators (that is, SV erosion, SV dilation, SV opening, and SV closing) are defined. We demonstrate t
  3. 所属分类:专业指导

    • 发布日期:2008-11-17
    • 文件大小:2097152
    • 提供者:aizi_625
  1. 语义分割疏松卷积dilation算法

  2. 语义分割疏松卷积dilation算法,该算法是基于python来实现的
  3. 所属分类:深度学习

    • 发布日期:2018-05-10
    • 文件大小:7340032
    • 提供者:baiyan_gjr521
  1. Characterizationof matrix fourier multipliers for A-dilation Parseval multiwavelet frames

  2. Characterizationof matrix fourier multipliers for A-dilation Parseval multiwavelet frames
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:355328
    • 提供者:weixin_38655682
  1. Pan-sharpening of multi-spectral images using over-complete rational-dilation wavelet transform

  2. A rational-dilation wavelet transform (RWT) based pan-sharpening method for multi-spectral (MS) images of various oscillatory nature is proposed. The previous multi-scale transforms, such as wavelets, curvelets and contourlets, decompose an image int
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:1048576
    • 提供者:weixin_38548434
« 12 3 »