Community Profile

photo

Sandhu


Active since 2011

Followers: 0   Following: 0

Message

Professional Interests: Image processing.

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


how to change angle of line in image
hi, i want to know " how to change the angle of a line in this image. here i have a line with -45 dig. <http://imageshack.us...

12 years ago | 1 answer | 1

1

answer

Question


how to find frequency of a sin wave.
i have a sin wave. i want to find its frequency. or ( if the wave is composed with different frequencies how to find all frequen...

12 years ago | 2 answers | 0

2

answers

Question


how to takeout low frequency components from an image
hi, here i have to do a process please help how to approach for it?? ft_image=fftshift(fft2(image)); after this *i want to...

12 years ago | 2 answers | 0

2

answers

Question


what is amplitudes of a wav signal...
i need to find amplitudes of a wav file. so how can i approach for it.. i have an idea, just tell me weather it is right or wro...

12 years ago | 2 answers | 0

2

answers

Answered
upload wav file
i hope this may help u. [FileName,PathName] = uigetfile('*.wav'); PathOriginal=sprintf('%s%s',PathName,FileName); [xt...

12 years ago | 1

Question


GUI problem while trying to call function from pushbutton1 to pushbutton2.
i want to access data from push button1 to push button2. here is my code function pushbutton1_Callback(hObject, eventdata, ha...

12 years ago | 1 answer | 0

1

answer

Answered
How to get access of the individual houghlines detected in a image
P = houghpeaks(H,5,'threshold',ceil(0.3*max(H(:)))); u can access hough line from here. in 'P' variable(2-d matrix) Hough ...

12 years ago | 0

Question


how to find Spatial Wave Length[or Spatial Frequency] for this image.
can any one please give me idea for finding spatial wave length for this image.image shown here http://tinypic.com/r/2va11fc/...

12 years ago | 1 answer | 0

1

answer

Question


how to make all vectors to equal size for a cell array.
hi, i have a cell array of z{k}, it has totally 60 cells. which are diffident size in columns. so while i am trying to plot al...

12 years ago | 2 answers | 1

2

answers

Answered
Problem with Aviread function while trying to read an avi file.
http://www.mathworks.se/support/solutions/en/data/1-186ZX/index.html?solution=1-186ZX try it.. and install the required codec i...

12 years ago | 0

| accepted

Question


Problem with Aviread function while trying to read an avi file.
hi, i am trying to read an avi file into matlab : i tried like this. mov = aviread('1.avi'); ??? Error using ==> aviread at...

12 years ago | 1 answer | 0

1

answer