photo

waheed


Last seen: 6 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
27,649
of 302,023

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,505

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,195

贡献数
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 ...

6 years 前 | 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

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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))...

6 years 前 | 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

6 years 前 | 3 个回答 | 0

3

个回答