Community Profile

photo

linou landini


Last seen: 2 years ago Active since 2021

Statistics

  • First Answer

View badges

Content Feed

View by

Question


color pixels in image
I want to color the pixels with color , like this example

2 years ago | 4 answers | 0

4

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


zoom image with matlab
I want to zoomer image. like this example.

2 years ago | 1 answer | 0

1

answer

Question


error in Shearlet Transform Matlab
When I test this code: error : sls = shearletSystem('ImageSize',[numRows numCols],'FilterBoundary','truncated'); Undefined fu...

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 0 answers | 0

0

answers

Question


error zoom image matlab
img = imread('image.png') resultat= img(1:100,1:200) imshow(resultat)

2 years ago | 3 answers | 0

3

answers

Question


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

2 years ago | 1 answer | 0

1

answer