(255/(max(max(I_edge))-min(min(I_edge))))*(I_edge-min(min(I_edge)));这个代码是归一化处理,请问max(max(I_edge))是什么意思然后为什么后面还要乘以I_edge-min(min(I_edge)));