DSPRelated.com

Re: Hello friend Amit

Started by Amit Pathania in Matlab DSP17 years ago

ok let me try this one. suppose u want to choose the key based on the day and last 2 digits of some of your favorite people. assuming that the...

ok let me try this one. suppose u want to choose the key based on the day and last 2 digits of some of your favorite people. assuming that the matrix supports this key system in terms of dimensions. try this for a 256 X 256 image image_X = rand(256); % generating any random image of size 256 X 256 key = [randint(256,1,[1,31]), randint(256,1,[1,99])]; watermark_indices...


how to find the gray scale value from an image in matlab

Started by cbir02 in Matlab DSP21 years ago 1 reply

how to find the gray scale value from an image in matlab.

how to find the gray scale value from an image in matlab.


importing and displaying .jpg images in matlab

Started by markarlillyoar in Matlab DSP20 years ago

I am trying to import and display .jpg color image in matlab. I am using the imread and image/imagesc functions in matlab, however...

I am trying to import and display .jpg color image in matlab. I am using the imread and image/imagesc functions in matlab, however when matlab displays my images it really distorts it. The images is in color and all the colors are really distorted. Does anyone have any idea on how I


image segmentation

Started by Anshu in Matlab DSP19 years ago 1 reply

Hi all   I have a 144 X 144 image and I want to divide it into 144 images of 12X 12 size each.Is there any matlab function to...

Hi all   I have a 144 X 144 image and I want to divide it into 144 images of 12X 12 size each.Is there any matlab function to do this?   Anshu __________________________________________________


MATLAB Simulink image and video acquisition ?

Started by motamedi24 in Matlab DSP13 years ago

Dear All To deal with MATLAB Simulink image and video acquisition toolbox, do I need to obtain a special webcam or any general purpose webcam...

Dear All To deal with MATLAB Simulink image and video acquisition toolbox, do I need to obtain a special webcam or any general purpose webcam that can be purchased domestically can do the job and the toolbox will recognize it automatically? Thank you


BLOB support in MATLAB

Started by imagetigers in Matlab DSP19 years ago

I currently use MATLAB 6.5 R 13.I want to store images in the database and perform some processing such as feature...

I currently use MATLAB 6.5 R 13.I want to store images in the database and perform some processing such as feature extraction.There is no BLOB support to store the images using Oracle.There is also problem accessing the image from MSAccess database.It says unrecognised image


PSNR

Started by Ramesh in Matlab DSP19 years ago

Hi,     I am doing some stuff on digital watermarking. I have an image, to which I embedd the watermark signal. I have to find...

Hi,     I am doing some stuff on digital watermarking. I have an image, to which I embedd the watermark signal. I have to find the peak signal -to noise- ratio of the image now. Is there any function in MATLAB that can accomplish this.   Regards.


eigen face code for color image processing required

Started by matlab_gk in Matlab DSP21 years ago

Hi there! I am working on Pattern Recognition using face biometric. I need help in the following two areas. 1) I have a...

Hi there! I am working on Pattern Recognition using face biometric. I need help in the following two areas. 1) I have a working system which can process gray scale face images and identify the image from a database of images. I need code in matlab for processing c


how can i delay the condition of for loop

Started by enas...@gmail.com in Matlab DSP17 years ago 1 reply

hi all i want to know how can i delay the i mshow(img) a period of time the the for loop display image 1 the stay a period of time then...

hi all i want to know how can i delay the i mshow(img) a period of time the the for loop display image 1 the stay a period of time then show image 2 ...etc for i = 1:7 str = strcat(int2str(i),'.jpg'); eval('img=imread(str);'); f=imshow(img); waitfor(f) end with regards Enas


filter design

Started by elham askari in Matlab DSP14 years ago

hi dears I?have designed? a chebyshev 1 filter by?matlab by impulse invariance method with these below codes now I want to perform this filter...

hi dears I?have designed? a chebyshev 1 filter by?matlab by impulse invariance method with these below codes now I want to perform this filter on an image and see the result effect on this image, so how can do this? with which code in matlab??please help me. % Chebyshev type I polynomials, Impulse Invariance, Method 1 clear all; close all;clc; wp=.2*pi,ws=.3*pi,dp=1,ds=15,Fs=1; [n,wc]=cheb...


mri again

Started by ku daychyi in Matlab DSP22 years ago 1 reply

Hi, can you help me for this: [mri(:,:,:,1),map] = imread('mri.tif',1); when i read the mri image just the first frame, the ...

Hi, can you help me for this: [mri(:,:,:,1),map] = imread('mri.tif',1); when i read the mri image just the first frame, the matlab didn't show me any error msg. but when i ask for reading 2 frame in the mri image: [x(:,:,:,2),map] = imread('mri.tif',2); give me the


Decimation Matrix (Downsample Matrix)

Started by timr...@yahoo.com in Matlab DSP18 years ago

Dear All. I'm Roy Nugroho from Indonesia. Now I do my final project about Super Resolution Reconstruction. In paper that i learn, there is a...

Dear All. I'm Roy Nugroho from Indonesia. Now I do my final project about Super Resolution Reconstruction. In paper that i learn, there is a variable named D --> Decimation Matrix or Decimation Operator, or Downsample Matrix. Y(t) = DH(t)X(t) + N(t) X(t) = High Resolution Image size = (L^2 x 1) --> notation is in vector, size of image X is (L x L), and reshape to (


Neural Nets, HSV and Histograms for face detection

Started by silverknight21 in Matlab DSP17 years ago

Hi, Am trying to use HSV in one of my applications to detect a face using skin color. Am developing a simple neural net for detecting the...

Hi, Am trying to use HSV in one of my applications to detect a face using skin color. Am developing a simple neural net for detecting the presence of a face in an image. First i resize all images into a 20x20 matrix. The i convert the image from RGB to HSV and then split it into H,S and V values/matrices. Do i use the H,S or V value as inputs into the net? Then how do histograms work exac...


How to Calculate Image Orientation in Matlab

Started by jawaad aslam in Matlab DSP16 years ago 3 replies

Hello, ? Can anybody? tell me how to calculate Image Orientation in Matlab. ? ? ? ? Regards, ? Jawad Raza ? ? ? ?

Hello, ? Can anybody? tell me how to calculate Image Orientation in Matlab. ? ? ? ? Regards, ? Jawad Raza ? ? ? ?


how can i modify menu bar of image processing toolbox

Started by enas...@gmail.com in Matlab DSP17 years ago

hi all can i ask ..i have a siminar on 13 may 2007 i have an image processing application i want to modify the standard menu bar.. can...

hi all can i ask ..i have a siminar on 13 may 2007 i have an image processing application i want to modify the standard menu bar.. can I??? i have another question if i have a for loop how can i make a delay to the first step and then continue another step this is my code: for i = 1:7 str = strcat(int2str(i),'.jpg'); eval('img=imread(str);'); f=imshow(img); end ho...


Image Segmentation Algorithm's evaluation parameters

Started by silkydhawan in Matlab DSP16 years ago

hi guys, i m doing thesis on topic " Image Segmentation techniques and their objective evaluation". And i do have segmentation algorithms but...

hi guys, i m doing thesis on topic " Image Segmentation techniques and their objective evaluation". And i do have segmentation algorithms but i dont have code for their parameters evaluation like Local Consistency Error (LCE) / Global Consistency Error (GCE), Probability Rand Index (PRI) and if any one can help me them\n please do send me the link or code


Seeded region growing algorithm/code needed for segmentation

Started by jezsejezsejezse in Matlab DSP21 years ago

Dear All I am desperately searching for a seeded region growing algorithm or code for image processing segmentation. Im...

Dear All I am desperately searching for a seeded region growing algorithm or code for image processing segmentation. Im currently working on image processing on pavement distresses for my final year project. Apparently matlab help doesnt have anything on re


help on wavelet toolbox

Started by nirupama_venkat in Matlab DSP21 years ago

hi, i would like to use the wavelet toolbox, i have a 128*128 image matrix ( integer values)in the wavedemo folder,but when i am...

hi, i would like to use the wavelet toolbox, i have a 128*128 image matrix ( integer values)in the wavedemo folder,but when i am trying to use the command "load image" from the "file" menu of the 2D- wavelet toolbox, i am getting the message "file not found&q


Equal Axis & GCA in Cftool

Started by Sohaib Zia Khan in Matlab DSP19 years ago

Hi! I am using image processing tool to extract points from the image, & than some curve fitting on the extracted points. Before that...

Hi! I am using image processing tool to extract points from the image, & than some curve fitting on the extracted points. Before that I was plotting the points, which appears like tilted & use following commands to make them in the perfect view. set(gca) axis equal tight Now I am using the cftool, & when I am op


Regarding CCS link for matlab&Simulink

Started by p_sanma in Matlab DSP18 years ago

Dear friends, if anything wrong,explain me.. Once a model is Created in Simulink(that is using video&image processing block set).Input...

Dear friends, if anything wrong,explain me.. Once a model is Created in Simulink(that is using video&image processing block set).Input image is geting through from file and output is viewing from video viewer block set. Using real time workshop, RTDX and Embedded Target ,i select the dsp processor for my application..once a model is executed, it automatically invoke the ccs & gene...