From Some Days I Am Working on my project. Today My Work On Design Of jet By Matlab, Below Is The code & You Can See The Result At Output.
Matlab Code:
figure;
imshow(image);
image_double=im2double(image);
[r c]=size(image_double);
cc=input('Enter the value for c==>');
ep=input('Enter the value for gamma==>');
for i=1:r
for j=1:c
imout(i,j)=cc*power(image_double(i,j),ep)
end
end
figure,imshow(imout);
Output Result:
Command Window:
- Enter the value for c==>2
- Enter the value for gamma==>3
- These Values Maintain The Color.
Congratulations! This post has been upvoted by the @blurtcurator communal account,
You can request a vote every 12 hours from the #getupvote channel in the official Blurt Discord.Don't wait to join ,lots of good stuff happening there.