Community Profile

photo

waheed


Last seen: plus de 3 ans il y a Actif depuis 2020

Statistiques

  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

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 ...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

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

plus de 3 ans il y a | 1 réponse | 0

0

réponse

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...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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))...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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

plus de 3 ans il y a | 3 réponses | 0

3

réponses