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
