photo

waheed


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
33,113
of 300,863

評判
1

コントリビューション
8 質問
0 回答

回答採用率
12.5%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to called model in matrix auc_burji
i have a model of mit saliency prediction but i can not use it on matrix how can i called it. and there some error can you tell ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


how to check mit saliency map model
i want check mit saliency model but i do not know the working procedure can anyone help me

5年以上 前 | 0 件の回答 | 0

0

回答

質問


how to blur output image then blend with input image without library function...here is the output image code
function F=edgecolor(nm); I=imread('Edge.jpg'); [x y z]=size(I); if z==1 rslt=edge(I,'canny'); elseif z==3 im=rgb2...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


how to inverse the output image to show image like sketch
clc; clear all; close all; Im = imread('sketch.jpg'); Im =double(rgb2gray(Im)); X = double([-1 0 1;-2 0 2;-1 0 1]); X=rot9...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


how to Blend output image to input
function F=edgecolor(nm); I=imread('Edge.jpg'); [x y z]=size(I); if z==1 rslt=edge(I,'canny'); elseif z==3 im=rgb2...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


i want glow the image edge
Here is the code function F=edgecolor(nm); I=imread('oldim.jpg'); [x y z]=size(I); if z==1 rslt=edge(I,'canny'); elsei...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


how use formula for image vignetting
I want use this code for image vignnetting i=imread('flower.jpg') im=double(i) [x,y,z]=size(im); c=im(round(x/2),round(y/2))...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


find Center pixel to maximum distance
Calculate the center pixel of the image and the maximum distance (M) possible from the center to any corner

5年以上 前 | 3 件の回答 | 0

3

回答