matlab集成c代码-MATLAB2016b-imresize:MATLAB内置函数imresize的C实现

时间:2021-05-22 02:06:44
【文件属性】:
文件名称:matlab集成c代码-MATLAB2016b-imresize:MATLAB内置函数imresize的C实现
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-22 02:06:44
系统开源 Matlab集成的c代码MATLAB2016b-imresize MATLAB内置函数imresize()的C实现 目录 开发环境 编码语言:C语言 集成开发环境(IDE):Microsoft Visual Studio 2017 用法 out_zoom = imresize(&ori, &out_img_sz_zoom, nearest, true ); // Nearest neighborhood, Zoom, Anti-aliasing option: true (should not be working because of zooming) out_down = imresize(&ori, &out_img_sz_down, nearest, true ); // Nearest neighborhood, Down-scaling, Anti-aliasing option: true (should not be working because of 'nearest' option) out_zoom = imresize(&ori, &out_img_sz_zo
【文件预览】:
MATLAB2016b-imresize-master
----imresize()
--------image_processing.h(2KB)
--------imresize.vcxproj(7KB)
--------interp_kernel_func.c(2KB)
--------main.c(4KB)
--------free_mem_alloc_2.c(410B)
--------DB_padarray.c(2KB)
--------iminterp1.c(1KB)
--------error.c(334B)
--------imresize.vcxproj.filters(2KB)
--------print_DB_mem_alloc_2.c(528B)
--------imresize.c(4KB)
--------header.h(671B)
--------matrix_computations.h(1KB)
--------DB_mem_alloc_2_with_size.c(714B)
----README.md(2KB)
----imresize.sln(1KB)

网友评论