Respondida
saving captured images to a folder (error in imwrite function)
Try this code close all imaqhwinfo dev_info=imaqhwinfo('winvideo',1) %info=imaqhwinfo('winvideo') cell...

alrededor de 11 años hace | 0

Pregunta


how to extract mean colour
I have a image and code http://imgur.com/qWf899i,9delUdX HSV = rgb2hsv(I); H = HSV(:,:,1); H = H(:); S...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to calculate cpu time
I have a program clc if %my program else disp('timed out') end my program consist of...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


changing the colour gray
I have a binary image with black background and a white object in circle ,now i want to change the colour of white to gray plz h...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


error wen separating the channel
I am running a code for stegnography,the problem is that it works for cameraman and gray scale images,if any RGB is converted...

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


value changes when running each time
x=imread('im9.bmp'); HSV = rgb2hsv(x); H = HSV(:,:,1); H = H(:); S = HSV(:,:,2); S = S(:); V = HSV(:,:,3); V =...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


applying colour for clustered image
i have a code below of 2 images for n=1:length(dirlist); img = imread([pathname, dirlist(n).name]); I=img; ...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Respondida
To remove the noise using Median Filtering.
EDITED clc clear all myFolder='E:\MRP\accuracy\class2' m=input('Type the Number of ...

alrededor de 11 años hace | 2

| aceptada

Respondida
Plotting graph using M-file.
Try this for i = 1:10:100 y=i+2; t=y^2+4; x(i) = (2*t-1); k(i)=y+1; bar(x,y) end

alrededor de 11 años hace | 0

| aceptada

Pregunta


k means clustering on images
lab color space and hsv are different colour regions ,where we can apply k means clustering and we can apply on image also Ca...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error in using waverec2
I have a code below,where i used 2 level decomposition and added noise to image ,wen reconstructing i am not getting original im...

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


chaging the background of image
I am capturing image through webcam,now i want to make the background of catpured image white in colour,plz assist how to do

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


connecting sql server with matlb
I have extracted features of face using PCA,i have stored it in a variable res,now i want to store these features in sql server ...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


dll file not supporting
I got source code for face detection http://www.mathworks.com/matlabcentral/fileexchange/13701 in this the dll file is no...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to get pixel coordinates
I have a image and have drawn,roipoly command,now i want to get the pixel coordinates,plz tell how to get these coordinates ...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


main features of k means clustering
I am working on cbir using k means clustering,my first step is to extract features ,can you say what are all the main features t...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


taking snapshot of many persons
I have code below for taking snap shot of single person close all imaqhwinfo dev_info=imaqhwinfo('winvideo',1) ...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Undefined function or method 'getCameraInfo'
I am trying to capture a frame from webcam,for hat i used the coding below a = imaqhwinfo; [camera_name, camera_id, ...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error in writing image to folder
I have a code below in which the image is not writtten into the specified folder please tell where isthe mistake for k=1...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


calssifying data using classifier
I have extracted the features of a brain images and have saved it a variable S i have classified it using svm classifie...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Error in getting output
clc clear all close all [y,Fs,nbits] = wavread('bird.wav'); [cA,cH,cL,cD] = dwt2(y,'haar');%wavelet deco...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error in printing number
I have a code below in which i have error in printing value at the third column for m3 = 1:(length(dirlist)) ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using huffman code
I get error Error using ==> huffmandict at 72 The symbol input must be a vector Error in ==> Untitled3 at 5 ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Quantizing a image after dwt
I saw a demo in http://www.mathworks.in/help/wavelet/ug/true-compression-for-images.html in that i have performed dwt and...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Noise removal using filters
I have a gray scale image with salt and pepper noise,I have to remove the noise by using 2 methods Cellular automata Fuzzy...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Converting 4 bits to 5 bits
I have values a=10 8 15 converted to decimal using a1 = dec2bin(mod(2^5+a,2^5)) even afte...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Sorting values according to index
I have two vales S=[70 110 65 30 25 40 60] K=[4 2 3 1 5 7 6]; I have to sort S according to K for exampl...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Error using bitget and bitset in array
I havr a code below,it returns error using array C=[1081;1056]; for i=1:11 if (bitget(C(i),5)==1) P=bi...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Edit:Replacing 5 bits in Binary value
I have values say A=[1056;1078] B=[31;25]; i tried using for i=1:2 C(n:n+numel(D)-1)=D; end but not getting...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Replacing 5 bits in a binary value
i have two vales such as A=1078; B=25; now i want to embed this B value in A ,embedding layer is 8, B...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Cargar más