Designed A jet Using Matlab Code, Hope you all like it.

in blurtindia •  4 years ago  (edited)

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:

image=imread('liftingbody.png');
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:

Capture.PNG


Command Window:

  • Enter the value for c==>2
  • Enter the value for gamma==>3
  • These Values Maintain The Color.

Result After entering Values In Command Window:

Capture2.PNG


Complete Screenshot Of Code & Output:

Capture3.PNG

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  

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.