image processing algorithm in MATLAB

前端 未结 2 673
别那么骄傲
别那么骄傲 2020-12-10 12:14

I am trying to implement an algorithm described in this paper:

Decomposition of biospeckle images in temporary spectral bands

H

2条回答
  •  爱一瞬间的悲伤
    2020-12-10 12:32

    The paper doesn't mention subtracting the mean of the time series, are you sure that's necessary? Also, you only compute the new_max and new_min once, from the last image.

提交回复
热议问题