photo

waheed


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
32,753
of 300,781

REPUTATION
1

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
12.5%

VOTES RECEIVED
0

RANK
 of 21,088

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,031

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 3 answers | 0

3

answers