Community Profile

photo

Aude Rapet


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Why the dimensions of my picture in pixels is reduced when I save my image?
Hi, I filter an imageA with a function called bpass and then I display it with imagesc to be able to save it (as .tif). Image...

7 years ago | 2 answers | 0

2

answers

Question


Problem with non equal dimensions when cropping using imcrop
Hi, I have 3 pictures, try to write a code to select an area on my a3 picture with getrect, and then crop my a1 and a2 pictur...

7 years ago | 1 answer | 0

1

answer

Question


Shift the origin (0,0) of the pixels in my image
Hi, As an input of my code, I need to have some positions on my picture: the positions are in pixels and the origin (0,0) is ...

7 years ago | 3 answers | 0

3

answers

Question


Delete certain rows of a matrix based on specific values
Hi, I am a beginner in Matlab. I have a matrix that has 2 columns and thousands of rows. I need to delete the rows based o...

7 years ago | 1 answer | 0

1

answer

Question


Find geometric transformation between a pair of images : does imwarp take into account the translation?
Hi, I am a beginner in Matlab and try to find the rotation + translation that exists between my two images (because my sample...

7 years ago | 0 answers | 0

0

answers

Question


How to interpret the drift between 2 images, using cross-correlation?
Hi, I am a beginner in Matlab and I need to remove the drift (which exists because of the microscope when capturing the images ...

7 years ago | 0 answers | 0

0

answers

Question


Why rgb2gray(double(imread('picture.jpg')) gives a matrix of value 1?
Hi, I am a beginner in Matlab, I try to read my picture that I cropped with paint and convert it to double, and I obtain: 13...

7 years ago | 1 answer | 0

1

answer

Question


compare two matrix and keep only the elements in common
Hi, I am a beginner in matlab, and I need to compare to matrix and then keep only the elements present in both matrix in my 1s...

7 years ago | 1 answer | 0

1

answer

Question


Problem to delete rows in my matrix
Hi, I am a beginner in matlab and I try to delete rows from my matrix when two following values in my 3rd column are the same...

7 years ago | 1 answer | 0

1

answer

Question


copy datas, one above the others, in a new matrix
Hi! I am a beginner in matlab. I want to copy the first two columns of my variable cnt in a new variable called o : and my 3...

7 years ago | 1 answer | 0

1

answer

Question


Help to interpret histogram which check datas obtained with particle-tracking code
Hello, I have to understand a particle tracking code, and at the end of the code, in order to make sure that we have found ou...

7 years ago | 0 answers | 0

0

answers

Question


Error with permute function : which order to use??
Hi, I am using a code written by someone else, and I think he used an older version of Matlab than mine. Anyway, when I try ...

7 years ago | 1 answer | 0

1

answer

Question


low-pass exponential filter - fourier space
Hello, I am a beginner in Matlab and I have to understand a code. The part I don't understand is to calculate filter for disp...

7 years ago | 1 answer | 0

1

answer

Question


Quadratic interpolation with Vandermonde matrix - why the use of PINV?
Hi, I am a beginner in Matlab and I have to understand a code. I don't understand this part where they want to do a quadra...

7 years ago | 0 answers | 0

0

answers

Question


Why double(img) / max(img(:)) ???
Hi, I am beginner in Matlab and I have to understand a code. I don't understand this line : im = double(imread('control_di...

7 years ago | 1 answer | 0

1

answer