搜索资源列表
xml
- With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...
inpainting
- image inpainting -CS7495 Final Project Sooraj Bhat Object Removal by Exemplar-based Inpainting USING THE CODE Everything was done in Matlab and MEX (i.e. a C function callable from Matlab). First, the C code needs to be comp
patchmatch_mex_2009_10_23
- An implementation of the PATCHMATCH algorithm in Matlab + Mex extension (C++)
imreconstruct
- 此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。-This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.
mean filter
- meanfilter use the matlab mex function. conbine the c code and matlab code. so you should mex -setup in matlab command window. and mex meanfilter.c then execute the meanfilter.m to run it.