中文说明:自动聚焦算法中的brenner算子,是数字图像自动聚焦算法梯度函数的一种。 Brenner 函数虽然也属于采用梯度算子来寻找边缘点的方法,但其求边缘点的过程与上述四种并不相同。为了简化计算过程,Brenner 函数仅求取了X方向的梯度,且其梯度定义为:
English Description:
Brenner operator in auto focus algorithm is a kind of gradient function of digital image auto focus algorithm.