Welcome![Sign In][Sign Up]
Location:
Search - interpolation nearest neighbor -bilinear

Search list

[Special Effectsbilliner

Description: 一个用matlab编写的最近邻插值法求图像的范大于缩小的小程序-Matlab prepared using a nearest neighbor interpolation for images larger than narrow the scope of small programs
Platform: | Size: 1024 | Author: 呵呵 | Hits:

[Special Effectsimresize

Description: 图像插值算法有三种方法,最近邻插值、双线性插值、卷积插值-Image interpolation algorithm has three methods, nearest neighbor interpolation, bilinear interpolation, convolution interpolation
Platform: | Size: 4096 | Author: 陈旭 | Hits:

[Special Effects11

Description: 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值。-Some have written procedures for image interpolation algorithm. Including the nearest neighbor interpolation, bilinear interpolation and bicubic interpolation.
Platform: | Size: 2048 | Author: 陈旭 | Hits:

[Special Effects2

Description: 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation of nearest neighbor interpolation algorithm based on the 24-bit color images to enlarge the process the preparation of bilinear interpolation algorithm based on the 24-bit color images to enlarge the process prepared based on the nearest neighbor interpolation algorithm 24-bit color image shrinking process the preparation of bilinear interpolation algorithm based on the 24-bit color image shrinking process the preparation of nearest neighbor interpolation algorithm based on the 24-bit color image rotation process prepared based on the bilinear interpolation algorithm 24-bit color image rotation process
Platform: | Size: 10339328 | Author: 程博 | Hits:

[Graph programRaw

Description: 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, three B-spline interpolation), two images of the similarity comparison
Platform: | Size: 69632 | Author: qzc | Hits:

[matlabDIPmatlab

Description: [matlab] DIP nearest neighbor interpolation and bilinear interploation -[matlab] DIP nearest neighbor interpolation and bilinear interploation
Platform: | Size: 1024 | Author: cheong | Hits:

[Special EffectsGeoTrans

Description: 数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。-Digital image processing, the gray-scale image to enlarge, narrow, pan and rotate functions of the source code, respectively, using nearest neighbor interpolation and bilinear interpolation way.
Platform: | Size: 69632 | Author: caonimabitoo | Hits:

[matlabnoise_filtering_matlab

Description: digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
Platform: | Size: 1024 | Author: mustafa | Hits:

[Technology Managementc

Description: 空间插值方法汇总 Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法) Minimum Curvature(最小曲率) Modified Shepard s Method(改进谢别德法) Natural Neighbor(自然邻点插值法) Nearest Neighbor(最近邻点插值法) Polynomial Regression(多元回归法) Radial Basis Function(径向基函数法) Triangulation with Linear Interpolation(线性插值三角网法) Moving Average(移动平均法) Local Polynomial(局部多项式法) -Spatial Interpolation Methods Summary
Platform: | Size: 3072 | Author: bushyao | Hits:

[Graph programimage

Description: 自编各种插值,包括最近邻插值,双线性插值,还有图像拼接程序-Composing a variety of interpolation, including the nearest neighbor interpolation, bilinear interpolation, as well as image stitching program
Platform: | Size: 3241984 | Author: wongjx | Hits:

[Special EffectsNearest_neighbor_interpolation

Description: 最近邻算法和双线性插值算法 实现灰度图的缩放 -Nearest neighbor algorithm and the bilinear interpolation algorithm to achieve gray level scaling
Platform: | Size: 274432 | Author: 王风存 | Hits:

[matlabinterpolation

Description: 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法-Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
Platform: | Size: 128000 | Author: zhoujianhua | Hits:

[OpenCVcvResize

Description: Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA - 使用象素關係重採樣。當圖像縮小時候,該方法可以避免波紋出現。當圖像放大時,類似於 CV_INTER_NN 方法.. * CV_INTER_CUBIC - 立方插值. 函數 cvResize 將圖像 src 改變尺寸得到與 dst 同樣大小。若設定 ROI,函數將按常規支持 ROI. -Resize the image size conversion void cvResize (const CvArr* src, CvArr* dst, int interpolation = CV_INTER_LINEAR) src input image. Dst output image. Interpolation interpolation method:* CV_INTER_NN- nearest neighbor interpolation,* CV_INTER_LINEAR- bilinear interpolation (default use)* CV_INTER_AREA- resampling using pixel relationship. The time when the image reduction, the method avoids ripple appears. When the image is zoomed in, like CV_INTER_NN method ..* CV_INTER_CUBIC- cubic interpolation. Function cvResize change the size of the image src and dst are the same size. If the setting ROI, will be general support functions ROI.
Platform: | Size: 1024 | Author: 張天彥 | Hits:

[Special EffectsBMP

Description: BMP图像 灰度级插补 包括最邻近插值和双线性插值-BMP image gray level interpolation, including interpolation and nearest neighbor bilinear interpolation
Platform: | Size: 224256 | Author: chen tong | Hits:

[Special Effects208080449-

Description: BMP图像灰度级插补包括最邻近插补和双线性插补,开发环境为C-BMP image gray level interpolation bilinear interpolation nearest neighbor interpolation
Platform: | Size: 1174528 | Author: chen tong | Hits:

[Special Effectsinterpolation

Description: 几种插值方法,双线性,三次,最邻近,sinc-Several interpolation, bilinear, cubic, nearest neighbor, sinc
Platform: | Size: 12288 | Author: 苏林 | Hits:

[Algorithmdem_interpolation

Description: DEM內差,簡單有限元DEM內插方式,包還最鄰近指定法、雙線性法、立方迴旋法。-Poor, simple finite element DEM interpolation of DEM, specify the method of the package also nearest neighbor, bilinear method, cubic roundabout method.
Platform: | Size: 8249344 | Author: 張庭榮 | Hits:

[Special Effectsimage-interpolation

Description: 图像插值放大,最近邻,双线性,双三次matlab实现-The image interpolation enlarge nearest neighbor, bilinear, bicubic matlab achieve
Platform: | Size: 1071104 | Author: mark | Hits:

[2D Graphicchange

Description: 图像插值,最邻近,双线性,双三次算法函数-Image interpolation, nearest neighbor, bilinear, bicubic algorithm function
Platform: | Size: 1024 | Author: 吴迪 | Hits:

[Special EffectsImage-interpolation

Description: 图像的插值包括(双三次插值、双线性插值、最近邻插值和图像的采集与显示)-Image interpolation include (double three interpolation and bilinear interpolation, nearest neighbor interpolation and image acquisition and display)
Platform: | Size: 62464 | Author: 曹莲莲 | Hits:
« 12 3 »

CodeBus www.codebus.net