DSPRelated.com

HI,Finding Curvelets & Ridgelets

Started by pavan sarma in Matlab DSP19 years ago

Hi friends,    This is Pavan.  I want to implement  Image Enhancement and Denoising using Ridgelet and Curvelet Transforms.I...

Hi friends,    This is Pavan.  I want to implement  Image Enhancement and Denoising using Ridgelet and Curvelet Transforms.I want to use Matlab As a tool for it. Can any one suggest how to proceed?and guidelines. Can any one send a required inf


standalone application -static dll's

Started by imran_akthar in Matlab DSP21 years ago 1 reply

hi, i am using matlab for image proceessing application for creating a standalone window application.i am using mcc -m myfun.m...

hi, i am using matlab for image proceessing application for creating a standalone window application.i am using mcc -m myfun.m command to create an .exe file.the file is created sucessfully.i am facing the following problems 1)the no of dll's this exe is depending upon i


HELP Needed Plotting Z-Log color scale using imagesc function

Started by Pablo B. in Matlab DSP20 years ago

Guys I need to use image or imagesc function to plot a matrix. The data need to be placed in a log-color scale to be able to plot...

Guys I need to use image or imagesc function to plot a matrix. The data need to be placed in a log-color scale to be able to plot all of them in the same graph. Here is the code but it is not working. Please any clue? a=[1 2 3 4]; b=[1 2 3 4]; c=[1200 10 20 1100


C mex problem .. .help required urgently

Started by ahma...@yahoo.com in Matlab DSP17 years ago 1 reply

Hello everyone, The problem which I am facing is that I've wrote a simple convolution program in C and put it in the mex file. It worked fine...

Hello everyone, The problem which I am facing is that I've wrote a simple convolution program in C and put it in the mex file. It worked fine when I gave the input a simple matrix of 12X12, But when I give in an image as an input, it gives me error .... The program and the error is attached for clarity ...... An early reply from anyone would really be appreciated . Regards Ahmad %%%%%%%%%%...


image interpolation using B-spline

Started by rabia1awan in Matlab DSP19 years ago

Hi, i am working on project as part of studies using micheal uncer's paper B-spline interpolation part 1,2,3. Direct B-spline...

Hi, i am working on project as part of studies using micheal uncer's paper B-spline interpolation part 1,2,3. Direct B-spline part is working well, there is problem in indirect B-spline implementation and not able to debug matlab code which is written by my self. if some one willing to read my code please let me know or write me


Bounding boxes

Started by skms125 in Matlab DSP14 years ago

Hi, I am trying to find the width and height of my bounding boxes. I have each image and bounding boxes around each moving object. Now i must...

Hi, I am trying to find the width and height of my bounding boxes. I have each image and bounding boxes around each moving object. Now i must find the width and height and centre of mass and average colour for each. Any ideas on how to achieve this? So far I have used regionprops to obtain the centroid and the bounding box. Any easier or more efficient ways??


import javax.swing.UIManager;

Started by Anonymous in Matlab DSP23 years ago

Hi, I am trying to use the Image Registration function in ver 5.3 and I get this error that it can not import...

Hi, I am trying to use the Image Registration function in ver 5.3 and I get this error that it can not import javax.swing.UIManager. How do I get about this problem. Please note I just copied this function from Ver 6.1 and am trying to use it in ver 5.3. If some Java class has


Brightness value

Started by cole...@gmail.com in Matlab DSP15 years ago 1 reply

I'm working with about 1000 images, which are read into matlab as matrix. But due to variation in the intensity of light(weather condition, AC...

I'm working with about 1000 images, which are read into matlab as matrix. But due to variation in the intensity of light(weather condition, AC light) during the time the pictures are taken, there is a variation in the pixel value reported in the images. I want to make all pictures to have the same brightness. This means if I should index the image matrix at a point, all the images should have the ...


Matlab error handling

Started by umar khan in Matlab DSP18 years ago 2 replies

hi, I am currrently working with matlabs image acquisition tool box. The problem is that when ever I use ctrl C to stop a running code, I...

hi, I am currrently working with matlabs image acquisition tool box. The problem is that when ever I use ctrl C to stop a running code, I must use a memory clearing statment called imaqreset to clear some memory buffer somewhere. Owing to matlabs incredibly 'smart' memory allocation schemes, if there is a slight delay in clearing the memory buffer, then every thing slows down and eventua...


camera interface to Matlab

Started by pakigenius786 in Matlab DSP20 years ago

I was wondering how I can interface a camera to MatLab so I can perform real-time data/signal processing. Basically, what I am...

I was wondering how I can interface a camera to MatLab so I can perform real-time data/signal processing. Basically, what I am trying to do is : get a real-time frameshot from a camera at certain frequency use matlab to turn it into a binary, black & white image,


calling matlab functions from c prog

Started by nirupama_venkat in Matlab DSP21 years ago

hi, I am doing my project in image processing ,I have written the code in c language and have to use matlab functions in between...

hi, I am doing my project in image processing ,I have written the code in c language and have to use matlab functions in between the prog I have written the following prog and wanted to know if it would work, #include #include"engine.h"


2D DCT demo in matlab

Started by rukmanimohan04 in Matlab DSP19 years ago 2 replies

hi, I am currently working on matlab version 6. I saw a demo for running 2d dct. Its heading was "2 D DCT image compression...

hi, I am currently working on matlab version 6. I saw a demo for running 2d dct. Its heading was "2 D DCT image compression demo". But does the algorithm behind it uses any compression procedures like VLC or something?? Is the compression achieved here without using any compressing tech? Someone pls , clear my doubt!!!!!!


help needed urgently on fread

Started by anujack_21 in Matlab DSP20 years ago

Hi all, The results are different when I implement fread in MATLAB 6.1 and MATLAB 6.5 . The file I read is a 12 bit image...

Hi all, The results are different when I implement fread in MATLAB 6.1 and MATLAB 6.5 . The file I read is a 12 bit image file(raw data). MATLAB 6.1 gives a maximum bit value of 4090(~ 2^12) but MATLAB 6.5 give a maximum bit value of 65293 (~2^16). I use the same code i


problem in getting execution time in MATLAB

Started by label comments in Matlab DSP16 years ago

hello everyone, i am Mahantesh from BASAVESHWAR ENGG COLLEGE,BAGALKOT. INDIA we are doing our final year project on polyphase implementation of...

hello everyone, i am Mahantesh from BASAVESHWAR ENGG COLLEGE,BAGALKOT. INDIA we are doing our final year project on polyphase implementation of fir filter banks using MATLAB .we have used a kaiser window digital filter in this.our aim of project is to implement the polyphasing of filter such that it reduces the time needed for convolution with any large input signal like speech and image signal...


Nearest-neighbour interpolation in matlab

Started by Ishtiaque Ahmed in Matlab DSP16 years ago 1 reply

Hello, I need to test the noise reduction status of a complex image by using Nearest-neighbour interpolation method. Can anybody help me giving...

Hello, I need to test the noise reduction status of a complex image by using Nearest-neighbour interpolation method. Can anybody help me giving idea how I can do this in matlab? I have already got satisfactory improvement using the Linear interpolation. Now I have got to try another method for comparison. Hope I would get help on nearest-neighbor interpolation method and on how to implement i...


runtime server

Started by momin abd in Matlab DSP21 years ago

Hello, I am working on RUN TIME SERVER to develop an application based on GUI. Application is very simple. Just to display an...

Hello, I am working on RUN TIME SERVER to develop an application based on GUI. Application is very simple. Just to display an image. Run time server is working fine with MATLAB emulator. But when I tied to execute the same on stand alone system (system which don't have MA


Thanks--working==>GUI -- HOW TO Get a dynamic filename based on input filenames - MATLAB GUI

Started by vishwa in Matlab DSP17 years ago

Dear Sir/Friends ( Anya Getman, Richard Deepak, Anil, Ben, Lydia) It is working. Thanks for the guidance. Attn : Richard The two push...

Dear Sir/Friends ( Anya Getman, Richard Deepak, Anil, Ben, Lydia) It is working. Thanks for the guidance. Attn : Richard The two push buttons are for loading an image and display(in the meantime i want the filename to be kept and later used together for storing that set of data -- what you suggested is working fine Also I have stripped of the filename extensions and later appended .m...


2D IFFT on array data to get angle of arrival

Started by Anonymous in Matlab DSP19 years ago

Hi, Currently,I have an 10x10 array of channel impulse response data. I need to get spatial angle of arrival,azimuth and...

Hi, Currently,I have an 10x10 array of channel impulse response data. I need to get spatial angle of arrival,azimuth and elevation angle image information from array data. I am currently using 2 dimensional IFFT to do transform to angular domain. However,i am not sur


error - 4D data not supported for fileformat files

Started by ezangmd in Matlab DSP15 years ago

Dear gurus, Appreciate your help to rectify this problem. I'm trying to break all the frames from a shot into the individual image file...

Dear gurus, Appreciate your help to rectify this problem. I'm trying to break all the frames from a shot into the individual image file using predefined file format. I used the following codes: for c = 1 : 10 frame = read(vid(c)); prefix = 'bmp\frame_00'; filename = strcat(prefix, num2str(c),'.bmp'); imwrite(frame, filename,'bmp'); end The problem is: I tried the...


Extracting Affine Transformation Parameters

Started by "Jerico M. Rubion" in Matlab DSP17 years ago

Hi everyone, i would like to know how to get an affine transformation matrix of frame1 and frame2 of an unstable video in avi format. Matlab...

Hi everyone, i would like to know how to get an affine transformation matrix of frame1 and frame2 of an unstable video in avi format. Matlab examples only provide information in applying the affine matrix to an image. Im not sure if functions like imtransform and maketform can give me the affine parameters of such unstable video frame. Hope to hear some feedback. I will greatly apprec...