📄 总结.txt
字号:
1、AutoBrightness正常,效果还行。
2、AutoContrast正常,效果明显。
3、imgeqmapping使用时遇到的错误!
??? Error using ==> +
Function '+' is not defined for values of class 'uint8'.
Error in ==> C:\MATLAB6p5\work\imgeqmapping.m
On line 26 ==> pxval = img(i,j)+1;
4、ContrastStretchNorm使用时遇到的错误!
??? Error: File: C:\MATLAB6p5\work\ContrastStretchNorm.m Line: 73 Column: 68
"end" expected, "End of Input" found.
5、fpdepyou使用正常,去噪后效果不明显。T阈值如何选定?
6、(1)对比度拉伸contstrech正常,参数如何确定?
(2)数字图像求反digitneg使用时遇到错误!
??? Error using ==> -
Function '-' is not defined for values of class 'uint8'.
Error in ==> C:\MATLAB6p5\work\Image Enhancement\Image Enhancement\digitneg.m
On line 7 ==> g=L-f;
(3)范围压缩rgcompress不能理解。
(4)剪切skewing正常,参数的确定??
(5)无(有)背景的图像切片使用时遇到错误!
slicing('001.jpg');
Enter the lower range, a = 100
Enter the higher range, b = 200
??? Subscripted assignment dimension mismatch.
Error in ==> C:\MATLAB6p5\work\Image Enhancement\Image Enhancement\slicing.m
On line 14 ==> g(x,y)=L;
(6)高通滤波spatialhp正常,处理速度很慢 图像变小
(7)低通渺小spatiallp正常,处理速度很慢 图像变小
(8)阈值theshold正常,人工输入阈值.
7、
8、localnormalize 局部正常化算法统一一幅图像的局部的均值和方差.
正常.
9、消除噪声NoiseReduct
NoiseReduct('3.jpg');
Enter the number of noisy images to be considered : 16
??? Error using ==> +
Number of array dimensions must match for binary array op.
Error in ==> C:\MATLAB6p5\work\NoiseReduct.m
On line 14 ==> A=A+imnoise(f,'salt & pepper',d);
注意:以上错误由于我长时间的调试终于通过了。主要是输入的图像应该是灰度的。类型为double型,
uint8可以先转化。I2=double(I1); 对于函数的一些参数,你们自己看吧。我也有看不懂的。
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -