linou landini
Followers: 0 Following: 0
Feeds
질문
color pixels in image
I want to color the pixels with color , like this example
거의 3년 전 | 답변 수: 4 | 0
4
답변질문
how to zoom file.mat
% Demo of how to zoom and pan/scroll the image using a imscrollpanel control. clc; % Clear the command window. close all; ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
error in Shearlet Transform Matlab
When I test this code: error : sls = shearletSystem('ImageSize',[numRows numCols],'FilterBoundary','truncated'); Undefined fu...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
change detection with CNN pytorch
I want to display a change detection image after the result of the confusion matrix, I have divided my model 70% train and 30% t...
대략 3년 전 | 답변 수: 0 | 0
0
답변질문
error zoom image matlab
img = imread('image.png') resultat= img(1:100,1:200) imshow(resultat)
대략 3년 전 | 답변 수: 3 | 0
3
답변질문
Out of memory. The likely cause is an infinite recursion within the program. Error in resample1 (line 6) y = resample1(x, type, shift, extmod);
% img = double(imread('barbara.jpg','jpg')); %end [row col] = size(img); ndir = [2 2 1 1 0]; for j = 1:5 for k = -2...
대략 3년 전 | 답변 수: 1 | 0