谢邀,代码如下
image=imread(filename);%filename为需要读取的文件路径,imread默认读取为NxMx3的16位图 imageN=255-image;%直接用255减去所有像素值即为反相图