搜索资源列表
-
0下载:
包括C#处理图像的一些基本功能,如二值化,灰度化,行程编码,压缩编码,区域增长,直方图等-Including C# some basic image processing functions, such as binary, gray, length encoding, compression, region growing, histogram, etc.
-
-
0下载:
OpenCV在MFC中的使用的一个示例,基本图像处理功能都有-OpenCV MFC in use in a sample, the basic image processing functions have
-
-
0下载:
直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法
而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
-
-
0下载:
一个基于图像理的程序,运用MFC实现了基本的图像操作,包含图像打开,浏览等。还可以对图像进行处理,包括以下模糊处理,平滑处理等,还可以对图像进行配准。-An image-based management procedures, the use of MFC to achieve the basic image manipulation, including image open, browsing. Image processing can also include the following
-
-
0下载:
example about basic processing image with opencv ( transform, filter, segment ..)
-
-
0下载:
set of codes for basic image processing in opencv
-
-
0下载:
这是关于在图像处理中的常用基本的函数,让你快速掌握opencv函数的使用。-This is a common basic image processing functions, and allows you to quickly grasp the the opencv function of use.
-
-
0下载:
此文档中包含的源代码是关于opencv中图像处理的直方图操作,包括了最基本的和比较新的直方图操作的技术,绝对的好!-The source code contained in this document is the histogram of the image processing opencv in operation, including the basic technology and new histogram manipulation, absolute!
-
-
0下载:
直方图是计算机视觉中一个很重要的工具,OpenCV里面提供了不少有关直方图处理的函数。其中最基本的是计算直方图的函数calcHist()。有关直方图在前面的博文中也有所介绍:基础学习笔记之opencv(4):直方图使用学习。不过目前由于本人课题研究上需要计算多张图片的一维直方图特性,且每张图片对应有自己不同的掩膜矩阵,开始以为OpenCV中提供的calcHist()函数能够实现这个功能,因为其中一个重载函数中有一个参数为InputArrayOfArrays,咋一看会觉得这不就是可以处理多张图片的
-
-
0下载:
opencv 2.3 英文详解 比较新
目录如下
Introduction 1
1.1 API Concepts
12 core. The Core Functionality 7
2.1 Basic Structures .7
2.2 Basic C Structures and Operations 45
2.3 Dynamic Structures 77
2.4 Operations on Arrays104
2.5 Drawing Functions
-
-
0下载:
OpenCV图像基本操作(导入、基本处理、显示、释放)-OpenCV the image basic operations (import, processing, display, release)
-
-
0下载:
opencv 读取视频图像并作一些简单的基本的处理,比如边缘检测,中值滤波-Read the video image and make a few simple basic processing, such as edge detection, median filtering, etc.
-
-
1下载:
利用MFC来实现OpenCV中的基本图像处理功能,比如缩放,边缘检测,腐蚀膨胀等等,也包括人脸检测部分,里面有详细的注释,非常适合于OpenCV的初学者.-OpenCV using MFC to achieve the basic image processing functions, such as zoom, edge detection, corrosion expansion, etc., but also includes face detection part, there are
-
-
0下载:
OpenCV的图像处理及应用,里面对OpenCV基本的函数进行了详细介绍,对初学OpenCV的同学帮助很大,对函数各个参数的介绍也很到位!-OpenCV image processing and application, which on the OpenCV basic functions are described in detail, for beginner students OpenCV great help to introduce the various parameters of
-
-
0下载:
数学形态学进行图像处理的基本思想是:用具有一定形态的结构元素探测目标图像,通过检验结构元素在图像目标中的可放性和填充方法的有效性,来获取有关图像形态结构的相关信息,进而达到对图像分析和识别的目的。-Mathematical morphology for image processing of the basic idea is: with a certain form of structure element to detect the target image, through the tes
-
-
0下载:
基于opencv的mfc多文档图像处理包,实现图像处理的基本功能,图像增强,边缘检测,形态学变化等-Mfc-based multi-document image processing package opencv to achieve the basic functions of image processing, image enhancement, edge detection, morphological changes
-
-
0下载:
基于opencv的图像基本处理,如缩放,旋转,平滑,canny边缘检测等基本操作。-Based on opencv image basic processing, such as scaling, rotation, smooth, canny edge detection and so on basic operation.
-
-
0下载:
A Basic Introduction to OpenCV for Image Processing
1. Introduction
2. Image data structure in OpenCV
3. Basic operations for images
4. Working with videos
5. References and resources
-
-
0下载:
在数字图像处理中,图像的形态学变换占有很重要的地位。基本的形态转换就是膨胀和腐蚀。-In digital image processing, image morphological transformation occupies a very important position. The basic form of the conversion is the expansion and corrosion
-
-
0下载:
图像的基本处理包括7个CPP文件分别是图像简单读取,图像灰度化,图像对比度亮度调节,图片旋转高斯模糊及2个去雾霾程序都是利用VS2015+Opencv3.2实现-The basic processing of the image includes 7 CPP files are simple to read the image, image grayscale, image contrast brightness adjustment, image rotation Gauss blur and
-