DSPRelated.com

image compression

Started by amel...@reseau.eseo.fr in Matlab DSP18 years ago

Hi, I m a student working on image compression. I m looking for matlab code for jpeg2000 compression ... or any other compression. Then I...

Hi, I m a student working on image compression. I m looking for matlab code for jpeg2000 compression ... or any other compression. Then I want to use a TMS320C6x. I think we can make a simulation with matlab and CCS... Is it really possible ? but how can I be sure that the dsp I chose corresponds to my needs ?? Thank you for your help.


bwmorph --- Image processing problem

Started by Zahra A Shah in Matlab DSP21 years ago

i have to use bwmorph to fill 1-pixel white holes in a binary image. for that i use i = imread('img.bmp'); k =...

i have to use bwmorph to fill 1-pixel white holes in a binary image. for that i use i = imread('img.bmp'); k = bwmorph(i,'clean',Inf); These statements remove holes of the form: 0 0 0 0 1 0 0 0 0 But does not cater for holes like 1 0 0 0 1 0


Image Processing NNT

Started by Sobath Premaratne in Matlab DSP21 years ago

Hi everyone, I'm new to this group. Can anyone help me ? My problem is how to input images as training data and train a...

Hi everyone, I'm new to this group. Can anyone help me ? My problem is how to input images as training data and train a Neural Network using MATLAB's Neural Network Toolbox. Since an image is a matrix and not a vector how can I input one to a Neural


Quality of a compression.

Started by rukmanimohan04 in Matlab DSP19 years ago 2 replies

Hi, I want to know how are the images qualified after compression ? That is, How are they given 100% ,90% 80% and so on.... as...

Hi, I want to know how are the images qualified after compression ? That is, How are they given 100% ,90% 80% and so on.... as quality? When we consider the 2d dct image compression in matlab image processing toolbox demo is it right to consider the quality of the compressed images based on the number of coefficients included? KIndly


edge detection for color image

Started by esa_prakasa in Matlab DSP17 years ago

Dear All!! I have a problem with Matlab. The problem is, how do an edge detection process for a color (RGB) image? I need separate between...

Dear All!! I have a problem with Matlab. The problem is, how do an edge detection process for a color (RGB) image? I need separate between object and its background. Okay thanks very much for your help, Best Regards, Esa Prakasa


Seeded Region Growing Image Segmentation

Started by chanfan_main in Matlab DSP16 years ago

Dear all, Do you guys know of any ready-made software for Image segmentation using Seeded Region Growing Technique(SRG)? Please...

Dear all, Do you guys know of any ready-made software for Image segmentation using Seeded Region Growing Technique(SRG)? Please advise! Thanks! James


pass variable to other function

Started by sven...@hotmail.com in Matlab DSP19 years ago

Hello, i searched the archive more then once about this and can not solve my 2 problems.. 1)I open a file (image) with a listbox and store...

Hello, i searched the archive more then once about this and can not solve my 2 problems.. 1)I open a file (image) with a listbox and store it in the variable filename. Now i would like to perform some operations on the image, pressing a pushbutton. How do i pass filename to the pushbutton callback funtion?? 2)I calculate a certain matrix (with the help of this group


Image classification

Started by billulster in Matlab DSP19 years ago

Friends Has anybody used Matlab for Satellite Image Classification? I need to know how to load satellite images with different bands...

Friends Has anybody used Matlab for Satellite Image Classification? I need to know how to load satellite images with different bands into Matlab. Besides, the ability to use Matlab for classification accuracy assessment. Any comments would be highly appreciated. Bill


Converting JPEG images into MAT format images

Started by naveen_anne in Matlab DSP20 years ago 1 reply

Hi all, Does anybody know how to convert a JPG image of size 1024X1024 to an image of MAT format in matlab? Anyhelp in this...

Hi all, Does anybody know how to convert a JPG image of size 1024X1024 to an image of MAT format in matlab? Anyhelp in this regard will be appreciated. Thanks Naveen


image segmentation

Started by moon moon in Matlab DSP18 years ago 1 reply

Hello everyone, Am a beginer with matlab so i do need your help to get started, I have a 64x64 image in gray scale, i already ...

Hello everyone, Am a beginer with matlab so i do need your help to get started, I have a 64x64 image in gray scale, i already extracted the histogram (nbr of pixels, intecities (0-255)), I selected some intencities inorder to segment a specific region , I want to know how to create a function inorder to segment specific intencities and apply


colormap function

Started by kimzdsp in Matlab DSP21 years ago 1 reply

Hi, Currently I am trying to use the Matlab to plot a spectrogram image. I want this image is based on the scaled spectrogram...

Hi, Currently I am trying to use the Matlab to plot a spectrogram image. I want this image is based on the scaled spectrogram data in dB with the 8-level "heat" color-encoding scheme, which is black, brown, blue, cyan, magenta, red, yellow and white. I have searched


filter applicaion

Started by Harsh Pradhan in Matlab DSP18 years ago 1 reply

i am trying to apply a filter to a image matrix x ,, x=imread('image.bmp);please can u tell me how to apply digital filer to the matrix x, ...

i am trying to apply a filter to a image matrix x ,, x=imread('image.bmp);please can u tell me how to apply digital filer to the matrix x, i can design filter using fdatool; but where does the desined filter is saved i do not know,, and how to use any filter on any input sequence i do not know. please help me in this thing


image mapping

Started by sean_garber in Matlab DSP21 years ago

Hi, I just wrote my first program and was wanting to create some graphics for it. At the moment I have a animation of a 2D area...

Hi, I just wrote my first program and was wanting to create some graphics for it. At the moment I have a animation of a 2D area plot (box) moving across the plot background. Does anyone know if it is possible to map a .jpg image to the plot background and the plot area. A


SOS!!!problem about the complexity of local area of an image

Started by uestcgao in Matlab DSP21 years ago 1 reply

Dear all, Hi! I am doing some research about the steganography in BPCS way created by a Japanese professor. BPCS means Bit...

Dear all, Hi! I am doing some research about the steganography in BPCS way created by a Japanese professor. BPCS means Bit Plane Complexity Segementation.It needs calculating the complexity of an image in advance. The concept of Complexity is defined as the following:


medical image reconstruction (urgent)

Started by eddylamhk in Matlab DSP20 years ago

Dear all, I'm doing an assignment abt medical image reconstruction, according to the papers writing, Kaiser-Bessel Window seems...

Dear all, I'm doing an assignment abt medical image reconstruction, according to the papers writing, Kaiser-Bessel Window seems the best kernel for the gridding algorithm. However, a I in the equation whcihc is known as sthg relate to the Bessel Function, which i cannot handle


plot on image

Started by Ibrahim muhammed in Matlab DSP14 years ago

Hi guys, I'm really stuck on plotting a line on an image. Any help will be highly appreciated! 1) data=[72 x 154] double figure,...

Hi guys, I'm really stuck on plotting a line on an image. Any help will be highly appreciated! 1) data=[72 x 154] double figure, pcolor(data), shading flat;colorbar 2) Now I would like to plot maximum value along the column axis, but its like 'hold on' doesn't work for me, or is it my indexing? I did [c,I]=max(data); hold on, plot (c,'r'); ---------...


Please help on image analysis [1 Attachment]

Started by ravi shastri in Matlab DSP14 years ago

Hai every one , this sis Ravi shastri iam doing my m.Tech project on image analysis to determine the particle size, i facing some errors in my...

Hai every one , this sis Ravi shastri iam doing my m.Tech project on image analysis to determine the particle size, i facing some errors in my code.here i want to do the calculations using matlab and that resut should be enter in Excel sheet. please any on help me regrading. if some one helps me iam very greatful to them . the code is clear all; clc; close all; str_path = ''; str...


About "cov" function in MATLAB?

Started by meydey_82 in Matlab DSP16 years ago

Hi all! I'm trying to realize the work of Sadjadi named "A full plane block kalman filter for image restoration". In this paper, there is...

Hi all! I'm trying to realize the work of Sadjadi named "A full plane block kalman filter for image restoration". In this paper, there is a section to find a parameter named "p". Simply, I can explain my problem like this. There are some vector observations, x, that represents some pixel values on the image and their sizes are 1xN. It is wanted to find the parameter p(k) and its definit...


help - how to import Image from scanner

Started by hasebamosot in Matlab DSP15 years ago

hello {can any one help me} I want to know how I can Import Image directly from scanner by matlab is there a built function in matlab can do...

hello {can any one help me} I want to know how I can Import Image directly from scanner by matlab is there a built function in matlab can do this job


MAT files conversion

Started by junejonoman in Matlab DSP20 years ago 1 reply

Dear All Does anyone know how to convert a .MAT file into an image file The basic problem is that I am using the wavelet toolbox...

Dear All Does anyone know how to convert a .MAT file into an image file The basic problem is that I am using the wavelet toolbox which saves the image compression results in a Mat file so I need to convert it into some standard form to see the result another does anyone