Designed A Steemjet Using Matlab Code, Hope Sir Dimimp Like It: I Am From Developer Team We Love Sir Dimimp:

in #steemjet6 years ago (edited)

Hi Sir @dimimp:

From Some Days I Am Working For Sir @dimimp Today My Work On Design Of Steemjet 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


Sort:  

logo looking good

Coin Marketplace

STEEM 0.24
TRX 0.11
JST 0.029
BTC 69364.85
ETH 3681.73
USDT 1.00
SBD 3.29