使用Halcon实现的两点之间线性插值算法,支持多点输入
2024-04-27 16:15:14 4KB 图像处理 Halcon
1
通过lagrange插值函数,实现拉格朗日插值算法
用C++实现三次样条插值算法, This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. A copy of the GNU General Public License is available at: * http://www.fsf.org/licensing/licenses
2023-03-19 17:25:08 9KB 三次样条插值算法的C++实现
1
用C#编写的进行拉格朗日插值与牛顿插值的工具类,可用于简单数据处理。
2023-01-11 10:57:59 4KB 插值
1
数学建模专栏中的插值算法数据
2023-01-02 20:02:30 75KB 插值算法数据
1
能实现图像压缩代码简单易懂,适合新手入门学习
2023-01-02 19:37:20 882KB 双线性插值 图像压缩
1
c++拉格朗日插值算法
2022-12-24 18:25:33 1KB 算法 c++
1
内含空间分析中的三种插值算法和区域统计部分
2022-12-21 21:02:12 224KB arcgis 二次开发 插值算法 区域统计
1
1.版本:matlab2019a,不会运行可私信 2.领域:【数值计算】 3.内容:IGS星历拉格朗日插值算法附matlab代码.zip 4.适合人群:本科,硕士等教研学习使用
2022-12-08 21:39:37 973KB matlab
图像线性插值算法的汇总,VS2008工程,可编译,设置不同参数可以使用不同算法进行bmp图像的插值放大,可选放大算法包括: nearest nearest neighbor (pixel duplication) bilinear standard bilinear interpolation bicubic Keys bicubic with parameter -0.5 lanczosN Lanczos radius-N sinc approximation, N = 2, 3, 4 bsplineN B-spline of degree N, N = 2, 3, 5, 7, 9, 11 omomsN o-Moms of degree N, N = 3, 5, 7 fourier Fourier zero-padding (sinc)
1