搜索资源列表
main
- 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
对目标图像进行分析
- 基于OPENCV的人数统计系统,可以对目标图像进行分析,可以统计出目标图像内的人数数量-OPENCV the number of statistical systems, the target image can be analyzed, you can count the number of people within the target number of images
000
- Mahalanobis距離是一個可以準確找出資料分布上面極端值(Outliers)的統計方法,使用線性迴歸的概念,也就是說他使用的是共變數矩陣以及該資料分布的平均數來找尋極端值的產生,而可以讓一群資料系統具有穩健性(Robust),去除不必要的雜訊訊息,這邊拿前面共變數矩陣的資料為例,並且新增了兩個點座標向量來做Mahalanobis距離的比較-Mahalanobis distance is the information that can accurately identify the dis
zhifangtu
- 对图像的直方图进行统计.vc++2005+opencv实现-Statistical histogram of the image. Vc++2005+ opencv implementation
moveboject1.0
- 基于opencv运动目标检测的中值模型,单高斯模型,简单统计模型的检测及监控系统-Opencv moving target detection based on the median model, a single Gaussian model, a simple statistical model of detection and monitoring system
Achieve-statistical-catalog-file
- 实现目录图像文件统计,cpp代码。虽然是DOC文件,但可以直接转成CPP代码-Achieve statistical catalog file
OPenCV_Statistical-applications
- 用OPENCV实现统计学的一些应用算法,包含代码及实现流程-The code and process of realizing the statistical applications using OPENCV
MR8fast
- 论文《A Statistical Approach to Material Classification Using Image Patch Exemplars》提出的算法C++实现 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,具体可查看OpenCV的用户手册 2)可zhenjia.dou@gmail.com-The algorithms
rgbg
- 借助于opencv库,用c++接口编写,绘制图像rgb以及灰度的直方图,并把相应的统计结果输出到txt。-With the opencv library c++ interface to write, draw the histogram of the image rgb and gray, and the corresponding statistical results output to txt.
test_GoodFeaturesToTrack
- 基于亚像素的角点检测,并统计角点个数。可用于摄像机的标定或者车辆检测等。-Based on sub-pixel corner detection, and the number of statistical corner. Can be used for camera calibration or vehicle detection.
av-background
- 初始化 统计背景模型,用背景差法提取前景图像,并使得背景不断刷新-First initialized, statistical background model, background difference to extract foreground and background model constantly refreshed
opencv_calcHist
- 基于opencv的图像直方图统计设计源码-Histogram based opencv source of statistical design
test0
- 通过对视频进行差分,得到运动目标的轮廓,统计轮廓数量,对运动目标进行标记,opencv249环境。-Through the difference of video, get the outline of moving objects, the number of statistical contours, the moving target tag, opencv249 environment.
LBP
- 一幅图像的纹理是在图像计算中经过量化的图像特征。图像纹理描述图像或其中小块区域的空间颜色分布和光强分布。纹理特征的提取分为基于结构的方法和基于统计数据的方法。一个基于结构的纹理特征提取方法是将所要检测的纹理进行建模,在图像中搜索重复的模式,该方法对人工合成的纹理识别效果较好。但对于其他图像中的纹理识别,基于统计数据的方法效果更好。-A texture image is the image in the calculation of the quantized image features. Sp
IZRIMTP65
- 统计分析的软件包,已经是目前最新版本的了,包括说明,都在压缩包里了,(Statistical analysis software package, already is the latest version, including specifications, are in the package,)
Saliency
- 显著性检验(significance test)就是事先对总体(随机变量)的参数或总体分布形式做出一个假设,然后利用样本信息来判断这个假设(备择假设)是否合理,即判断总体的真实情况与原假设是否有显著性差异。或者说,显著性检验要判断样本与我们对总体所做的假设之间的差异是纯属机会变异,还是由我们所做的假设与总体真实情况之间不一致所引起的。 显著性检验是针对我们对总体所做的假设做检验,其原理就是“小概率事件实际不可能性原理”来接受或否定假设。(difference between the signif
