资源列表
[matlab例程] matlabwatermarking
说明:一组视频水印的Matlab源代码,在Matlab可直接运行。有很强的参考价值。-a group of video watermarking Matlab source code in Matlab can be directly run. A strong reference value.<杨茗> 在 2025-01-26 上传 | 大小:19kb | 下载:0
[matlab例程] matlab6.5图形图像处理分章源程序
说明:matlab6.5图形图像处理一书中所有的源程序,按章节分开与书中对应,共有两百个左右-matlab6.5 a graphic image processing all of the source book, with separate chapters on the book counterparts, a total of about 200<流沙> 在 2025-01-26 上传 | 大小:74kb | 下载:0
[matlab例程] RotateImage-matlab
说明:Rotates an image by the angle degrees in the % CCW direction. Degrees may be any number. % The function will put degrees in the range 0 % to 360 degrees and then into a range of -45 to 45 % degrees after performing eleme<> 在 2025-01-26 上传 | 大小:3kb | 下载:0
[matlab例程] vc调用matlab
说明:将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少<李震> 在 2025-01-26 上传 | 大小:1kb | 下载:0