mtcnn

colfilt 执行功能与 blockproc/nlfilter 类似,但效率更高。

B = colfilt(A,[m n],block_type,fun),block_type:distinct/sliding 两种,该函数的内部蕴藏着十分丰富的处理,对得到的快,先转换为一个列,调用传递进来的函数句柄进行处理。

  • 均值化处理

    B = uint8(colfilt(A, [5, 5], \'sliding\', @mean));

分类:

技术点:

相关文章:

  • 2021-12-09
  • 2021-08-26
  • 2021-07-22
  • 2022-02-20
  • 2021-11-30
  • 2021-05-15
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2022-01-23
  • 2021-12-09
  • 2021-12-09
  • 2021-12-09
相关资源
相似解决方案