PDA

查看完整版本 : [求助]关于图像卷积的问题


aprilcat0422
2008-10-27, 09:48
我要用一幅图像和一个矩阵做卷积运算,用conv2和filter2都会出现??? Undefined function or method 'conv2' for input arguments of type 'double' and attributes 'full
3d real'. 请高手解释解释,谢谢~~

fly-sing
2008-12-05, 16:32
卷积好像是单波段运算,你试一下只用RGB中的单一分量卷积。

imyota
2008-12-08, 23:27
建议LZ在这种情况下还是自己编写程序,使用for和if循环就可以做到

simonimhotep
2008-12-18, 17:04
我也经常遇到这种问题。