注意:这篇文章上次更新于1457天前,文章内容可能已经过时。
This article was last updated1457 days ago, the content may be outdated.
题目说的不对,准确的说这个图叫概率密度分布。
输入一组数据,画出这组数据的概率密度函数曲线。
在图像处理中,可以用来表现像素的分布情况,与直方图功能类似。
The title is not quite right — to be precise, this plot is called a probability density distribution.
Given a set of data, plot the probability density function curve of the data.
In image processing, it can be used to show the distribution of pixels, similar in function to a histogram.

给定一幅图像,画三个通道的分布情况。
Given an image, plot the distribution of the three channels.
1 | I = im2double(imread('846_img_.png')); |
给定原始图像和参考图像,将两幅图像的分布情况画在一起。
Given the original image and a reference image, plot the distributions of the two images together.
1 |
|


