Description: This sample shows different ways of performing anti-aliasing - both by using only
the native hardware AA support, and by mixing the hardware modes with additional
supersampling. There are various ways in which the supersampled image can be
down-sampled. The way we do the downsampling in this example is the same
technique that was used in 2 of our latest launch demos – “Froggy” and “Adrianne”.-This sample shows different ways of performing anti-aliasing- both by using onlythe native hardware AA support, and by mixing the hardware modes with additionalsupersampling. There are various ways in which the supersampled image can bedown-sampled. The way we do the downsampling in this example is the sametechnique that was used in 2 of our latest launch demos- "Froggy" and "Adrianne". Platform: |
Size: 830464 |
Author:craig |
Hits:
Description: 这个方法有两个好处。
( a )虽然只是一个半径差逼近,很容易找到最高在一个小蓄电池,因为通过降低 隐平滑做的蓄电池。( b )在同一时间处理时间搜索减少
-Pattern Recognition and Image Procesing Group.
The size of the accumulator is varied as hierarchical voting is performed. This
has two advantages.
[a] While the radius is only a poor approximation, it is easier to find the maximum
in a small accumulator and because by means of the downsampling
implicit smoothing is done to the accumulator.
[b] At the same time processing time for the search is reduced. Platform: |
Size: 450560 |
Author:xuzhantian |
Hits:
Description: Images passed to your application are not always of the same size as your
templates. To compare them you might need to up scale or down scale them to
the template size. It is preferred that when comparing you check the size of the
template to be compared then adjust the size of the incoming image to be
compared. For simplicity you can do it for the following sample only.
Hints:
• Upsampling by interpolation/replacement
• Downsampling by interpolation/replacement
• Refer to sample code given in first tutorial for ways to create
images of similar width and height.-Images passed to your application are not always of the same size as your
templates. To compare them you might need to up scale or down scale them to
the template size. It is preferred that when comparing you check the size of the
template to be compared then adjust the size of the incoming image to be
compared. For simplicity you can do it for the following sample only.
Hints:
• Upsampling by interpolation/replacement
• Downsampling by interpolation/replacement
• Refer to sample code given in first tutorial for ways to create
images of similar width and height. Platform: |
Size: 3468288 |
Author:marwa |
Hits:
Description: 对图像进行复杂处理时(如金字塔搜索)用来产生多级分层图像的程序。使用方法为上下采样法-Complex image processing (such as the Pyramids search) used to produce multi-layered image of the program. Use upper and lower sampling Platform: |
Size: 20480 |
Author:Fairy Wang |
Hits:
Description: 最近邻降采样程序见 ZuiJinLinJiangCaiYang.m,结果见最近邻降采样.jpg。
双线性降采样程序见 ShuangXianXingJiangCaiYang.m,结果见双线性降采样.jpg。
最近邻恢复程序见 ZuiJinLinHuiFu.m,结果见最近邻恢复.jpg。
双线性恢复程序见 ShuangXianXingHuiFu.m,结果见双线性恢复.jpg。-Nearest-neighbor down-sampling procedures see ZuiJinLinJiangCaiYang.m, see the results of nearest-neighbor down-sampling. Jpg. Bilinear down-sampling procedures see ShuangXianXingJiangCaiYang.m, see the results of bilinear downsampling. Jpg. Nearest neighbor recovery procedures, see ZuiJinLinHuiFu.m, see the results of nearest neighbor recovery. Jpg. Bilinear recovery procedures, see ShuangXianXingHuiFu.m, see the results of bilinear recovery. Jpg. Platform: |
Size: 4130816 |
Author:王子剑 |
Hits:
Description: I need the matlab codings for medical image proccessing for eg:downsampling,bicubic interpolation Platform: |
Size: 21504 |
Author:Thenu |
Hits:
Description: I need the matlab codings for medical image proccessing for eg:downsampling,bicubic interpolation Platform: |
Size: 64512 |
Author:Thenu |
Hits:
Description: 该代码实现了以2为因子的图像升采样和降采样功能。
降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。
升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。
降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和四个结果图片。
图片1.原始图片。
图片2.平滑滤波器降采样&像素点直接复制升采样。
图片3.平滑滤波器降采样&线性插值升采样。
图片4.不使用平滑滤波器降采样&像素点直接复制升采样。
图片5.不使用平滑滤波器降采样&线性插值升采样。
-The code to achieve a 2-factor image upsampling and downsampling function. Down-sampling (with using the averaging filter) and do not use smoothing filter (without using the averaging filter) are two ways to use the smoothing filter. Upsampling including the pixels copied directly (pixel replication method) and linear interpolation (bilinear interpolatoin method) two methods. Down-sampling method and liters a total of four combinations of sampling methods. The program is running, it shows a picture of an original picture and four results. Picture 1 original picture. Photo 2. Smoothing filter downsampling & the pixel directly copied liter sample. Photo 3. Smoothing filter downsampling & the linear interpolation liter sampling. Picture 4. Smoothing filter down-sampling & the pixels directly copied liter sampling. Picture 5. Use smoothing filter down-sampling & the linear interpolation liter sampling. Platform: |
Size: 1024 |
Author:liuyan |
Hits:
Description: 打开一副BMP图片,读取BMP文件中的数据,获取图片中像数点RGB的数值,显示到屏幕界面中。(如果不能打开BMP可以先试着打开YUV文件,然后计算第二步的内容)
将RBG数据转换成YUV格式的,并计算Y分量的平均值,统计出图像灰度直方图,显示直方图。
将RGB数据表述的图像进行2:1的下采样,原来图像是2Xx2Y的宽高大小,新的图像为XxY的大小图像,并显示到界面中。-Open a BMP picture, read BMP file data, the number of points for pictures like the RGB values to the screen interface. (If you can not open BMP can first try to open YUV file, and then calculate the contents of the second step) to RBG data into YUV format, and calculate the average value of the Y component, the statistics of the image histogram, histogram display. Expressed in the RGB image data is 2:1 downsampling, the original image is a 2Xx2Y size width and height of the new size of the image is XxY images and displayed on the interface. Platform: |
Size: 18432 |
Author:肖秀秀 |
Hits:
Description: 提出了一种新的基于非下采样轮廓波NSCT和脉冲耦合神经网络PCNN相结合的自适应图像融合方法.对已经配准的源图像进行NSCT分解得到低频子带系数和不同方向的高频子带系数.对NSCT分解的低频部分采用简单的加权平均融合规则-Proposed a new profile based on non-downsampling wave NSCT and PCNN PCNN combining adaptive image fusion method. Which has been the source image registration NSCT decomposition subband coefficients and the high frequency sub-band in different directions coefficient. NSCT decomposition for the low frequency part using a simple weighted average fusion rules Platform: |
Size: 953344 |
Author:刘璐 |
Hits:
Description: 该代码实现了以2为因子的图像升采样和降采样功能。
降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。
升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。
降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和四个结果图片。
图片1.原始图片。
图片2.平滑滤波器降采样&像素点直接复制升采样。
图片3.平滑滤波器降采样&线性插值升采样。
图片4.不使用平滑滤波器降采样&像素点直接复制升采样。
图片5.不使用平滑滤波器降采样&线性插值升采样。-The code implements a factor of 2 liters of sampling and down-sampling the image function.
Downsampling including the use of smoothing filter (with using the averaging filter) and does not use smoothing filter (without using the averaging filter) in two ways.
L sample includes direct copying pixels (pixel replication method) and linear interpolation (bilinear interpolatoin method) in two ways.
Downsampling and upsampling method There are four combinations of methods. After the program runs, gives a picture of the original image and the four results.
Picture 1 original picture.
Picture 2. Smoothing filter downsampling & Pixel copied directly liter sample.
Picture 3. Smoothing filter downsampling & linear interpolation upsampling.
Picture 4 without using a smoothing filter downsampling & Pixel copied directly liter sample.
Picture 5. Downsampling does not use smoothing filter & linear interpolation upsampling. Platform: |
Size: 1024 |
Author:刘杨 |
Hits:
Description: 对图像降采样,使图像的像素间隔变小,而显示不失真-Downsampling the image so that the image pixel spacing becomes smaller, but the display is not distorted Platform: |
Size: 51200 |
Author:夏磊 |
Hits:
Description: 高斯金字塔降采样与高斯平滑函数用于图像金字塔的先关计算-Gaussian pyramid downsampling first off calculation and Gaussian smoothing function for image pyramid Platform: |
Size: 1024 |
Author:杨青 |
Hits: