DSPRelated.com

Re: mfr models for image segmentation

Started by Tarang Dadia in Matlab DSP19 years ago

Abdulkadir, Nope I do not have any code for markov random fields. I am forwarding this email to Matlab group may be someone...

Abdulkadir, Nope I do not have any code for markov random fields. I am forwarding this email to Matlab group may be someone from there mite be able to help you Hope this helps Tarang On Tue, 22 Mar 2005 03:18:14 -0800 (PST), abdulkadir s


MPEG decoding using MATLAB

Started by sathya kj in Matlab DSP19 years ago

As I am new to the field of video and image processing, please guide me how to extract the motion vector, quantization factor and coded...

As I am new to the field of video and image processing, please guide me how to extract the motion vector, quantization factor and coded DCT coefficients from MPEG video using matlab. It is for my project in Video Fingerprinting. Please Help me as soon as possible. Expecting Your earliest reply... Thank You, -Sa


Time Delay Measurement in MATLAB

Started by spor...@gmail.com in Matlab DSP15 years ago 2 replies

Hello All, I am trying to measure fluid velocity in an AVI file, and am doing this by converting each frame to an image and measuring the mean...

Hello All, I am trying to measure fluid velocity in an AVI file, and am doing this by converting each frame to an image and measuring the mean intensity of the pixels in two different windows spaced out. Now that I have two different signals that should be theoretically time delayed, I need to cross correlate them to see the time delay, but I am having trouble with xcorr. I seem to obtain the sig...


Finding Corresponding Bins

Started by filgimon2002 in Matlab DSP20 years ago

Hello, I am just new to MATLAB and also to programming. I used the 'hist' function in MATLAB to find the histogram of the...

Hello, I am just new to MATLAB and also to programming. I used the 'hist' function in MATLAB to find the histogram of the image. My code is as follows: A=imread(X); B=imread(X); HSV2=rgb2hsv(double(A)); H=HSV2(:,:,1); S=HSV2(:,:,2);


Rgb to hsv and hsi conversion

Started by Tashfeen Bin Karamat in Matlab DSP20 years ago

Hi when i convert rgb to hsv or hsi, the colors of the image are not same. They look like a color negative. Why is it so and...

Hi when i convert rgb to hsv or hsi, the colors of the image are not same. They look like a color negative. Why is it so and how can i correct this. Tashfeen


Is Haar transformation implemented in matlab?

Started by yuli_gao2000 in Matlab DSP22 years ago

hi, folks I am using matlab to convert image histogram using haar transformation. Did you know whick function is related to it? ...

hi, folks I am using matlab to convert image histogram using haar transformation. Did you know whick function is related to it? thankx


How to divide picture into 3x3 Matrices

Started by jawaad aslam in Matlab DSP16 years ago

Hello All; ? Hope you all r fine. ? Can anyone tell me ? 1-How to?convert an image into 9x9 or 12x12 Matrix? 2-How to divide?above...

Hello All; ? Hope you all r fine. ? Can anyone tell me ? 1-How to?convert an image into 9x9 or 12x12 Matrix? 2-How to divide?above matrix?into 3x3 matrices ? Please help me ? ? Thank you ? ? ? ? Regards, ? Jawad


noise identification on image

Started by sigit_gdr in Matlab DSP20 years ago

i can't make equations from histogram diagram. i want to compare the coefficient of equations(i read from k.chehdi's journal). I...

i can't make equations from histogram diagram. i want to compare the coefficient of equations(i read from k.chehdi's journal). I want to make classification of noise. is it an additive or multiplicative noise? can anybody help me?


Gabor Filters

Started by nitth ilan in Matlab DSP21 years ago

hello friends, I am trying to learn about image feature extraction using "Gabor Filters" . I tried on of the IEEE papers on it...

hello friends, I am trying to learn about image feature extraction using "Gabor Filters" . I tried on of the IEEE papers on it but couldnot understand much . Can any one suggest any simple material on the web? Does Matlab have any functions to do this? Thanks in


gray level image cooccurrence matrix

Started by abdulkadir sengur in Matlab DSP19 years ago

hi all, i got a matlab code for cooccurrence matrix. but the output of the code is not true. can anyone have any code for...

hi all, i got a matlab code for cooccurrence matrix. but the output of the code is not true. can anyone have any code for cooccurrence marix ? thanks __________________________________


Contour Line

Started by s_tafazzoli20 in Matlab DSP16 years ago

Hi Is there any way to find the coordinates of a contour's points? for example, in computing the contour of an image, we want the...

Hi Is there any way to find the coordinates of a contour's points? for example, in computing the contour of an image, we want the points displayed by the contour. Actually the output of the function 'contour' is two variables for object handle and a matrix including grouped points based on contour value. but they are not the real positions Thanks


how to load .dll file in matlab and use the function in that file

Started by mr aurangozeb in Matlab DSP14 years ago 2 replies

Dear, I have three .dll files of DVR card. I want to introduce these in matlab and capture image using matlab. I have no other header...

Dear, I have three .dll files of DVR card. I want to introduce these in matlab and capture image using matlab. I have no other header file. Can anybody please help me to do this?


C conversion error!

Started by Anonymous in Matlab DSP22 years ago

hi, I am trying to convert a matlab code to C, I have an image read in my matlab program. So I run the following command: ...

hi, I am trying to convert a matlab code to C, I have an image read in my matlab program. So I run the following command: mcc -B sgl myfun but i get the following error: Warning: File: iofun/private/readgif Line: 16 Column: 5 References to &quo


DFT spectral analysis

Started by sale...@gmail.com in Matlab DSP16 years ago 4 replies

Hi, I'm having trouble with a homework question. Suppose I'm given a signal x[n], which is obtained by sampling at a frequency of 2kHZ.Using...

Hi, I'm having trouble with a homework question. Suppose I'm given a signal x[n], which is obtained by sampling at a frequency of 2kHZ.Using matlab I plotted its spectrum (vs. frequency) and got the following: http://img141.imageshack.us/my.php?image=dft1cc2.jpg The question is (quote): "Can you retrieve any information about the distribution of frequencies as a function of time?" Wha...


Image processing - Histogram comparision

Started by Vik S in Matlab DSP19 years ago

Hi, I am trying to segment a video sequence using histogram comparision. For similarity measurement I am using Euclidean distance...

Hi, I am trying to segment a video sequence using histogram comparision. For similarity measurement I am using Euclidean distance method. Can anyone please give me some insight and tell me if you had good success with this method. The problem I am facing is that the similarity/dissimilarity measure has high fluctuations even though the i


quadrilateral mesh

Started by S.Suganthan in Matlab DSP18 years ago

Hi I'm working on range image processing, feature extraction algorithms using finite element frame work... I need to generated irregular...

Hi I'm working on range image processing, feature extraction algorithms using finite element frame work... I need to generated irregular quadrilateral mesh.... Could you please help me? your have any Matlab quadrilateral mesh generation source code? Thanks you very much! Regards, Suganthan


coin counter

Started by Matthew in Matlab DSP18 years ago 1 reply

Hello, im new to all matlab functions and what im trying to do is create a coin counter. First off I want to change my photo of coins using...

Hello, im new to all matlab functions and what im trying to do is create a coin counter. First off I want to change my photo of coins using IGB2gray then convert it using im2bw the problem im having is that i want the background to change to black and the coins to turn to white, but i seem to be having the opposite reaction. I = imread('H:\image\simple.png'); J = rgb2gray(I); ...


animation of rotating objects

Started by dupuyl in Matlab DSP21 years ago

Dear members, I am trying to build an animation of a graphic object (isosurface) rotating. I export image files of captures at...

Dear members, I am trying to build an animation of a graphic object (isosurface) rotating. I export image files of captures at different angles with camorbit or view option, but the results are not good (camera target seems to change). Any suggestions? n =50;


SIZE OF THE FILE - COMMAND FOUND

Started by satish kumar in Matlab DSP18 years ago 1 reply

Hi all, Thanks for your responses. Actually, none of what you said worked for me unfortunately. Sorry. I found this command fitsinfo...

Hi all, Thanks for your responses. Actually, none of what you said worked for me unfortunately. Sorry. I found this command fitsinfo in the manual. This is actually used to get information about a FITS (Flexible Image Transport System) file. However, if someone is interested only in the size of a file, this seems to be doing the job. In my case, I had a


image on toolbar button

Started by Sindhu John in Matlab DSP18 years ago 1 reply

Hi, I am a little confused about truecolor in CData property. I just need to have an icon on a uipushtool control. Can anybody tell me how...

Hi, I am a little confused about truecolor in CData property. I just need to have an icon on a uipushtool control. Can anybody tell me how to go about it? I tried reading a .ico file using imread and assigning the resulting matrix to the CData property of toolbar pushtool.But it gave me an error saying that its not truecolor. Any quick pointers would be highly appreciated. Than...