搜索资源列表
natgrid_linear
- C语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, using linear interpolation for the value interpolation grid operator, is equivalent to the new definition of array size.
natgrid_nonlinear
- C语言编写的,利用非线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of non-linear interpolation for the grid operator interpolation value, equivalent to the new definition of array size.
nearneighbor
- C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of distance interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
cmcongrid
- IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
hrot
- IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
pam
- pam我们考虑常见的插值(抽取)运算和滤波器级联的情形,在实际的插值(余 :)运算中,为了避免信号在经过插值(抽取)后出现混盛现象,保证能无失多 恢复信号,我们常常在插值运算之后(抽取运算之前)加上插值(抽取)滤公 时信号进行带限,如图2.10左边所示。 -we consider common interpolation (extraction) and Operational FILTER circumstances, In the actual interpolation
ExliSamp
- excel和matlab混和编程exlink实现回归与模拟,还有几个插值运算小程序-excel and Matlab programming exlink mixture to achieve reunification with the simulation, Operational several small interpolation procedures
function
- 本小程序主要是用VB编程进行函数和插值的运算
DataANanly
- 提供矩阵以及向量的各种运算,线性方程组的求解,二次曲面的插值和逼近,最小二乘法等数值分析计算工具
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放