Welcome![Sign In][Sign Up]
Location:
Search - clipping

Search list

[matlabHDR_Imaging

Description: 采用基于梯度的算法,通过matlab实现高动态范围成像。高动态范围图像,相比普通的图像,可以提供更多的动态范围和图像细节,根据不同的曝光时间的低动态范围图像,利用每个曝光时间相对应最佳细节的低动态范围图像来合成最终高动态范围图像,能够更好的反映人真实环境中的视觉效果。这里采用的高斯模糊展示了高动态范围图像中超出取值范围的数值也是有用的,即使它们在转换成低动态范围图像的时候通常都要被裁掉。在原始的高动态范围图像中,这些像素都有非常大的亮度值。当图像模糊的时候,周围的像素亮度被“拉高”并且在色度映射时裁剪成最大值,当然高亮像素的亮度也会被周围像素“拉低”,但是它们的亮度非常高所以在色度映射的时候仍然要超出最大值。这样的结果就是更大的区域变成了白色。但是对于低动态范围模糊来说,高亮区域的像素在模糊处理之前已经裁剪成了最大值,这就从总体上大幅度地降低了亮度值。因此,在模糊处理之后,光亮区域周围的像素将不再有非常高的亮度,即使是高亮区域内的像素也由于周围像素的影响而被拉低。这样高亮区域就变得比较模糊,看起来不再非常明亮。(Using a gradient-based algorithm , through matlab to achieve high dynamic range imaging . High dynamic range image , compared to ordinary images can provide more dynamic range and image detail , according to the low dynamic range images of different exposure times , using the corresponding optimal exposure time for each detail of the low dynamic range images to synthesize final high dynamic range image , to better reflect the human visual real environment . Gaussian blur used here show high dynamic range image beyond the range of values ​ ​ is also useful , even if they are converted into low dynamic range images usually have the time to be cut off. In the original high dynamic range image, those pixels have a very large brightness value. When the image is blurred when the brightness of the surrounding pixels are " pulled " to the maximum value , and when chroma clipping mapping , of course, the brightness of highlight pixels surrounding the pixel will be " low " , but they a)
Platform: | Size: 6144 | Author: lixiaoke | Hits:

[Graph program图像处理

Description: 一个图像处理方法,主要的功能:将一副图像选定的区域(多边形、矩形、圆形、椭圆)复制到另一副图像的指定位置。 本程序辅助功能(区域或全图): ? 图像的亮度、饱和度、色彩平衡、对比度、灰度调整。 ? 图像的功能虑镜:反色(底片)、曝光、浮雕、雕刻、模糊、锐化、紫色、幽灵。 ? 边缘模糊、旋转、图像缩放、图像剪切(矩形区域)。 ? 信封打印。(The main function of an image processing method is to copy the selected area of one image (polygon, rectangle, circle, ellipse) to the designated position of another image. Auxiliary functions of this program (area or full map): Image brightness, saturation, color balance, contrast, gray adjustment. Functional mirror of image: reflection (negative), exposure, relief, sculpture, blur, sharpening, purple, ghost. Edge blurring, rotation, image scaling, image clipping (rectangular area). Envelope printing.)
Platform: | Size: 745472 | Author: ghostalien | Hits:

[JSP/JavaWeilerAtherton

Description: JAVA中关于多边形裁剪的算法,希望能帮到大家(On the algorithm of polygon clipping)
Platform: | Size: 24576 | Author: 风中的余烬 | Hits:

[Special Effectspython图像处理

Description: 本文章讲解了一些基本的关于python的图像的处理,设计裁剪,缩放等操作。(This article explains some basic operations about Python image processing, design clipping, zooming, etc.)
Platform: | Size: 94208 | Author: 百大岐山 | Hits:

[Otherinldnl

Description: 码密度法测试ADC的DNL和INL,可用于逐次逼近型和流水线型ADC。(v1=v1'; code=v1(:,2); code_count=zeros(1,2^numbit); %Code count for i=1:size(code), code_count(code(i)+1)=code_count(code(i)+1) + 1; end %Routine to detect whether the ADC's input is clipping or not if code_count(1) == 0 | code_count(2^numbit) == 0 | ... (code_count(1) < code_count(2)) | (code_count(2^numbit-1) > code_count(2^numbit)) disp('Increase Sine-Wave Amplitude to Slightly Clip the ADC!!!'); break; end)
Platform: | Size: 1024 | Author: 小雨滴滴嗒 | Hits:
« 1 2 ... 28 29 30 31 32 33»

CodeBus www.codebus.net