Welcome![Sign In][Sign Up]
Location:
Search - comparing pixels in image

Search list

[JSP/Javathreshold

Description: A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns black - otherwise it becomes white.-A java application- processing which can be downloaded free from processing.org Here it uses a free library- OpenCV- made by intel. .. to convert all the pixels in an image- in fact in a movie- a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns black- otherwise it becomes white.
Platform: | Size: 1024 | Author: valentin | Hits:

[Special Effectsimage-processing-

Description: 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻域点第一次出现,就把该点入队列。比较完毕后从队列提取像素点,继续进行上面操作,直到队列为空。 图像投影:先二值化,统计每一行(或每一列)黑点数目,向左(或向下)显示黑点 图像旋转:套公式,目标点跟源图像的点有对应的转换公式,可以实现任意角度旋转。 -This is a image processing source code is written in my own, to achieve the following functions: Sharpening, edge detection: Apply template. There is also a custom template for users to run their own design template in order to achieve other functions, such as line detection. Relief: the adjacent pixels by the pixels, plus a constant to get. Histogram equalization is applied step, according to the steps to write textbooks. Extracted contour: If the point of black spots, eight neighborhood for the black point, then put the white point. Thresholding segmentation into a fixed threshold (ie, binary) and dynamic threshold segmentation (cutting a number of sub-graph, find the mean, mean that the sub-graph of the threshold value). Regional growth: the seeds and 4 points respectively neighborhood comparison between the difference is less than the threshold, and the four neighboring points the first time, put the points into the queue. After comparing pixels extracted from the queue
Platform: | Size: 2662400 | Author: 山外メ雲ジ | Hits:

[Special EffectsNLM

Description: 我们提出一个新的方法,方法噪声,用来估计和比较数字图像去噪方法的表现。我们首先对一个广泛的去噪算法类计算和分析方法噪声,称之为局部平滑滤波。其次,我们提出一种新的基于图像中所有像素的非局部平均的算法,非局部平均(NL-means)。最后,我们展示几组实验比较非局部平均算法和局部平滑滤波算法。-We propose a new method for noise method used to estimate the performance of digital image denoising methods and compare. We first noise, a denoising algorithm calculation and analysis method called partial smoothing filter. Secondly, we have proposed a new algorithm based on all the pixels in the image non-local average, the non-local average (NL-means). Finally, we show several groups of experiments comparing non-local averaging algorithm and the local smoothing filter algorithm.
Platform: | Size: 258048 | Author: 王黛冰 | Hits:

CodeBus www.codebus.net