-
-
bulut.rar
With matlab cubic-spline interpolation with la-grange
-
-
cvResize.rar
...
圖像大小變換
void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR )
src
輸入圖像.
dst
輸出圖像.
interpolation
插值方法:
* CV_INTER_NN - 最近鄰插值,
* CV_INTER_LINEAR - 雙線性插值 (預設使用) ...
-
-
AMLE_level_set_interp.zip
AMLE水平集插值
This program implement image interpolation by AMLE method. Firstly, get
a number of level sets from an input image by thresholdding. The threshold
values are chosen automatically. Then the boundaries for each level set
are extracted, the ...
-
-
17.zip
solves for meshes by using interpolation methods that form triangles
-
an.zip
一种有效的数字图像传感器彩色插值算法An efficient interpolation algorithm for digital image sensor color
-
imaging-processing.zip
Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
-
tupianchuli.zip
Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
-