标签: objective-c image-processing imagefilter
有没有人在目标c中实施巴特沃斯滤波器?我需要实现这个过滤器[b,a] = butter(n,Wn,'ftype');
任何建议或我应该在哪里寻找更多信息?
谢谢, 安德烈
答案 0 :(得分:0)
使用C语言编写,请参阅previous Stackoverflow question和here了解可能性。