搜索资源列表
-
0下载:
圖片檔案格式的轉換其實很簡單,應為所有轉換格式的演算法都包在cvLoadImage(),cvSaveImage()裡啦,對OpenCV而言,可以不用去知道如何去實作它的圖檔格式而做到直接開啟的功能,而他讀到的檔案甚至連它的相關資訊全都包在IplImage資料結構裡-Image file format conversion is very simple, they should convert the format for all algorithms are wrapped in cvLoadI
-
-
0下载:
OpenCV也提供了另一個資料結構來做Rand的實作,CvRandState,被包在"cvcompat.h"裡,"cvcompat.h"的完整意思是Computer Vision Compatility,CvRandState的特色是可以選定常態分佈及均勻分佈,不過,它只能運用在矩陣跟一維陣列.-OpenCV also provides another data structure to do Rand' s implementation, CvRandState, was wrapped
-
-
0下载:
open cv 作灰階並用滑鼠查看圖形上每點灰 階值,cvThreshold,onMouse cvThreshold(原始圖形IplImage資料結構,計算後結果IplImage資料結構,門檻值,最大門檻值數值,CV_THRESH_BINARY)
open cv 作灰阶并用滑鼠查看图形上每点灰阶值,cvThreshold,onMouse cvThreshold(原始图形IplImage资料结构,计算后结果IplImage资料结构,门槛值,最大门槛值数值,CV_THRESH_BINARY)-o
-
-
0下载:
opencv基础数据结构的各种操作实现示例,包括:图像的打开、保存、边缘检测和人脸识别简单示例-opencv-based data structure operations to achieve a variety of examples, including: the image open, save, simple example of edge detection and face recognition
-
-
0下载:
Local Binary Patterns, calculate histogram of LBP (local binary patterns) from an input image,VLBP (volume local binary patterns) -Introduction
============
This is a class to calculate histogram of LBP (local binary patterns) from an
input ima
-
-
0下载:
基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
-
-
0下载:
IplImage结构体及相关知识;理解IplImage结构体的一些重要成员;颜色3通道的理解,RGB颜色空间的理解,ROI区域的理解等知识。如果通过指针访问图像数据,与图像相关的一些基础知识
-IplImage structure and knowledge understanding the IplImage some important members of the structure knowledge of color 3 channel understanding, the u
-
-
0下载:
OpenCV中文参考手册2010年,介绍opencv数据结构和函数接口-Chinese OpenCV Reference Manual 2010, opencv data structure and function interface
-
-
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下载:
一幅图像的纹理是在图像计算中经过量化的图像特征。图像纹理描述图像或其中小块区域的空间颜色分布和光强分布。纹理特征的提取分为基于结构的方法和基于统计数据的方法。一个基于结构的纹理特征提取方法是将所要检测的纹理进行建模,在图像中搜索重复的模式,该方法对人工合成的纹理识别效果较好。但对于其他图像中的纹理识别,基于统计数据的方法效果更好。-A texture image is the image in the calculation of the quantized image features. Sp
-
-
0下载:
OpenCV入门教程,便于初学者快速了解OpenCV的基本数据结构和用法。(OpenCV tutorial, easy for beginners to quickly understand the basic data structure and usage OpenCV.)
-