필터 지우기
필터 지우기

histogram equalization in for boucle

조회 수: 2 (최근 30일)
kassem EL KEBBAR
kassem EL KEBBAR 2017년 6월 5일
please i want to equaliz histogram of an 40 images (.bmp) and save them in the same folder, and i wrote this code but i don't know the error
for i=1:40 a = imread(i,'.bmp'); b = histeq(a); imwrite(b,'.bmp'); end
it gives me this error Error using fopen Invalid filename.
Error in imread (line 343) fid = fopen(filename, 'r');
Error in aqqq (line 2) a = imread(i,'.bmp');

답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by