photo

Efstathios Kontolatis


2016년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Continuous wavelet transform using derivative of Gaussian(DOG) wavelet
I am trying to do continuous wavelet transform using a derivative of Gaussian order two wavelet. I want to obtain the frequencie...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Zero mean values but still dominant frequency is zero
Hello, I have a series of numbers and I try to find the dominant frequency using FFT. I know that for the FFT to work properl...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to perform fft
I have 1000 samples from an experiment with frequency Fs=67890 Hz. How can I perform fft on them? I followed the guide here <htt...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to extract a vector from an image?
Hello, I have this image <</matlabcentral/answers/uploaded_files/70446/1.png>> and I want to extract only the velocity...

7년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How can I change the tick labels in a colorbar
I have some images that contain probability data. Thus, the colorbar is [0 1]. However, when I plot them I want the colorbar tic...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find arrays in a cell array
Hi guys, I have a cell array(let's say c) consisting of 2D arrays and I want to find all the arrays that(say a is an array) h...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Edge detection only in a region of an image
I have an image and I want to make edge detection only on a region of this. In order to do so I have created a complex polygon u...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find the pixels of certain regions in a binary image
I have created a binary image which contains the edges of an image. I want to keep only the pixels of the regions that have an a...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Problem with Matlab sliding neighborhoods
I have an image. I want to create a sliding window of changing size and want to make some calculations depending on some criteri...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Which is the best method for edge detection in this image
I have the following image but the methods that exist in MATLAB (Sobel,Canny etc) don't give something acceptable. Does anyone h...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I have two images. The first one is produced from the second one but I have to find how.
I have two images. The first one is produced from the second one and I have to find how this happens. Is there a way in MATLAB t...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how can i show two images with different range with imagesc
I have two uint16 images with different range, let's say the one has a range from 0 to 1800 and the other from 0 to 2500. In ord...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Neighbors of a pixel
I want to calculate the mean of the neighbors of the pixels in an image. I want to do it for all pixels not only the internal on...

거의 8년 전 | 답변 수: 4 | 0

4

답변

질문


Problem with the im2uint16
I need to create a series of mean images. So I created the following code function [meanbgimage] = impostprocbg(bgpath) ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Apply mean and standard deviation of an image to another image
Hi I have an image and I calculate the mean and standard deviation like this meanint=mean(mean(tmpimg)); stdint=std(st...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Brightness of two images
I have two images. The one which is correct is brighter at the center of the image and darker at the limits. The other one is th...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Find a pair of elements in a 3d matrix
I have a 512*512*2 matrix. If A is the matrix then I want to find the pair of elements A(:,:,1) and A(:,:,2) that are equal to a...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Mean of neighbor pixel
Hi guys, I try to calculate the average intensity value of the neighbors of a pixel(either 8 or not). I am confused with the ...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Mean of 10000 images
I have a group of 10000 uint16 tiff images. Which is the best way to create the mean image of them as a uint16 tiff. If I keep t...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Problem with saveas imshow and imwrite
Hi all, I have a problem trying to save my images. I have a 512x512 tif figure. When I use this code(Image is my 512x512 uint...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


problem with size of images
I have the following code imglist=dir('*.tif'); %list of the .tif images thresh = zeros(512,512,200); level = zeros(200...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


problem with sorting a structure
I have a structure created by the dir command so I have something like that images=dir('file*.tif') The problem is that ...

거의 8년 전 | 답변 수: 3 | 0

3

답변

질문


Problem with structure in image processing
I have a structure of images and I want to make some processing on them. I put them on a list but when I try to save each one of...

거의 8년 전 | 답변 수: 1 | 0

1

답변