搜索资源列表
image-fusion
- 基于OPENCV平均加权方法的图像融合方法学习资料-Based on the weighted average method of image fusion
main
- 直方圖等化(Histogram Equalization)為一種使用統計方法的影像處理程式設計,它的功能為將統計直方圖的色彩分布平均的打散在直方圖裡,也就是說,讓一張圖的直方圖分布均勻化,同樣的也是使用到LUT(Look-up Table)的方法 而在設計直方圖等化不可或缺的就是需要先知道統計學的機率密度函數(Probability Density Function,PDF)以及累積分配函數(Cumlative Distribution Function,CDF)相關的基本概念,在這邊
000
- Mahalanobis距離是一個可以準確找出資料分布上面極端值(Outliers)的統計方法,使用線性迴歸的概念,也就是說他使用的是共變數矩陣以及該資料分布的平均數來找尋極端值的產生,而可以讓一群資料系統具有穩健性(Robust),去除不必要的雜訊訊息,這邊拿前面共變數矩陣的資料為例,並且新增了兩個點座標向量來做Mahalanobis距離的比較-Mahalanobis distance is the information that can accurately identify the dis
Cell
- 细胞图像分析输入:图像文件cell1.bmp 输出要求: 1. 该图像中的细胞数量; 2. 最大细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 3. 最小细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 4. 所有细胞的平均面积(以像素为单位); 5. 将主要的中间步骤处理结果的图像都用OpenCV 的cvShowImage 显示出来。-Cell image analysis type: image file cell1.bmp output req
PingJun
- 图像分割的一个例子,OpenCV+VC实现,基于平均背景法-An example of image segmentation, OpenCV+ VC implementation method based on the average background ~ ~
Only_BG_Build_homework1
- 使用opencv使得对输入的影像每K张做平均,并且这k张影像必须是以每一帧开始的image往后的K张做平均,然后得到连续的经过平均的video-Opencv makes use of the input image do mean every K Zhang, and these k images must be the beginning of each frame image is back to do the K Zhang average, and then get through th
pingjun
- 在visual C++的开发环境下基于opencv实现平均脸的求取过程- opencv realize average face for the processIn the visual c++ development environment based on
Time-Average-Method
- 利用Opencv与VC++实现的目标检测中背景差分法的源代码-Time Average Method
background-Time-Average-Method
- 利用opencv和vc++实现的目标检测中背景差分法中的时间平均法-background-Time Average Method
MyCode
- 总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。-The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the contours in the input image. Av
1ts
- 用opencv函数从txt文件中读取数据到二维矩阵的程序,并进行求逆,求和,求矩阵每列元素平均值,摄像机标定时的一小部分-Using OpenCV function from the txt file to read the data into a two-dimensional matrix procedures, and the inverse of matrix, and each column elements, on average, a small portion of camer
avg
- average of all the pixels is calculated. then average of the image is found
eyedetectQT04
- qt程序,结合opencv2.3/2.0,实现人眼定位计算人眼平均高度-the qt procedures, combine opencv2.3/2.0, eye location calculation of the human eye the average height count.
histMeanValue
- 包含三个功能的演示。直方图,otsu算法,计算灰度中值。最后统计0像素占的比例。 float getMeanValue(IplImage* image) //灰度均值 int getMedian(IplImage* image) //灰度中值 void otsu (IplImage *image) //大律法阈值分割-Contains three functional demo. float getMeanValue (IplImage* image) //gray ave
background_diff
- 利用平均背景去除法在食品中进行前景的提取,然后用蓝色标记前景-Using the average background removal in food foreground extraction and then the blue marker prospects
coodbook
- learningopencv中coodbook方法实现背景减除,比平均背景法优良。-The background subtraction learningopencv the coodbook methods excellent than the average background.
ImageSimilarity.tar
- C语言实现利用opencv处理图像,将图像逐块分割通过计算平均熵值计算图像相似度-A program processing the image with opencv in C language,it break up the image to calculate the average entropy to calculate the similarity.
HW1
- 细胞图像分析 输出要求: 1. 该图像中的细胞数量; 2. 最大细胞的面积、周长(以像素为单位)方向该中心置; 3. 3. 最小细胞的面积、周长(以像素为单位)方向该中心置; 最小细胞的面积、周长(以像素为单位)方向该中心置; 最小细胞的面积、周长(以像素为单位)方向该中心置; 4. 4. 所有细胞的平均面积(以像素为单位);-Cell image analysis output requirements: 1.1 the number of cells in the i
average
- 在visual studio2010和opencv244写的时间平均法的背景初始化算法。-In the visual studio2010 and opencv244 average time to write a background initialization algorithm.
Average-background-method
- 平均背景法是一种学习背景场景和分割前景目标的简单方法。这种方法只能用于背景场景中不包含运动部分。而且,这种方法还要求光线保持不变,比如室内静止场景。-Average background method is a simple way to split the background and foreground objects scene study. This method can only be used for background scene does not contain moving
