Pregunta


removing the boundary objects
I have an image http://imgur.com/wIk08 please tell how to remove the boundary object,this is the process after segmen...

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

1

respuesta

Pregunta


compresion ratio
i have an images and i want to compress in different factors using DWT,say i have an image,i need compressed ration as for examp...

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

1

respuesta

Pregunta


denoising an image
I have performed denoising of images using 2d-dwt,now how to plot each subbands such as LL2,HL2,LH2,HH2,HL1,LH1,HH1, ...

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

0

respuestas

Pregunta


creating cost matrix from adjacency matrix
hi i am new to networking concept,i want to create cost matrix ,in which i have four nodes and their adjacency matrix is ...

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

0

respuestas

Pregunta


chooding the values c,sigma
i am pusingsvm ,rbf kernal function,i that i have to choose values of c,sigma manaually,i referred http://www.mathworks.in/s...

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

0

respuestas

Pregunta


restoring an mage
I have taken gray scale image ,downsampled it and filtered ,plz tell how to restore that filtered image

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

0

respuestas

Pregunta


classificaion of images
h ia have four images,please tell how to classify images using a local-based classification techniques,if the there is any codes...

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

1

respuesta

Pregunta


extracting the image
i have an image in which i want to extract the background person,plz help http://imgur.com/RNTGT

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

0

respuestas

Pregunta


error-undefined function 'eq'
if any(A==B) message = sprintf('The B value of %d is in A.', B); uiwait(msgbox(message)); end i get error as ...

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

1

respuesta

Pregunta


reading the images
I ahve athe code im = imread('1.tif'); for i = 2:1000 im = imadd(im,imread(sprintf('%d.tif',i))); end im = ...

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

0

respuestas

Pregunta


calculating average
I have 60 images in a folder ,i want to take average of those images and subtract the averaged image with other images please he...

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

1

respuesta

Pregunta


random projection
i am working on face recognisation,can any one tell hoe to extract features of face using random projection,is there any code,pl...

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

0

respuestas

Pregunta


finding the values
i have in A=[2 5 6 3 ] B=[3],B1=[4] i want to compare A,B and A,B if value of B is found in A, i want to display value is ...

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

2

respuestas

Pregunta


detecting objects
I have to detect the door,the door is of different colours,please help how to proceed,can we apply colour detection algorithm,if...

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

1

respuesta

Pregunta


svmclassify
Group=svmclassify(SVMStruct,Sample,'Showplot',true) Can anyone tell what is Sample plz I have taken 100x2 data and 2 group...

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

0

respuestas

Pregunta


edit-color detection
I have a code for brown colour detection from that please tell how to detect for whit also,it shoul;d track both colour also,i...

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

0

respuestas

Pregunta


error in converting image to binary
I have a rgb image inwhich the image consists of two persons,i want to make the background black and persons in white colour,i t...

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

2

respuestas

Pregunta


edit-displaying values
the code function myGUI figure('menubar','none','name','myGUI','numbertitle','off','resize','off'); plot(1:10) dat...

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

0

respuestas

Pregunta


error -cachelimit
I have a code svmModel= svmtrain(Training,Group, 'Kernel_Function','linear','Method','SMO','kernelcachelimit','10000') ...

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

1

respuesta

Pregunta


changing the values
i have values in r as '<=50k' '>50k' '>50k' ; ; ; '>50k' now i want to replace these values >50k as 1 ...

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

1

respuesta

Pregunta


error in kmeans
I have 10 images i tried using [IDX,C] = kmeans(I,10) but i get error Class of operand is not supported....

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

1

respuesta

Pregunta


displaying values
I have a sine wave,in which i have take positive curve(upper curve), now if i click anywhere in that graph i want to display va...

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

1

respuesta

Pregunta


detecting colours
I want to detect both brown and whit colours,can anyone tell how to proceed plz

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

2

respuestas

Pregunta


Sorting matrix
I have amatrix A=[1 2 13; 10 1 2; 8 14 3] I want to sort 2nd column,so the corresponding values...

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

1

respuesta

Pregunta


selecting even rows
I have a matrix of 14x6,in this matrix i want to select only even rows and display,please help

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

1

respuesta

Pregunta


error-using cell2mat
I have co-efficients in W,i want to convert in into matrix,if i use cell2mat(W),i get error as Cannot support cell...

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

0

respuestas

Pregunta


colour selection
can any one tell to form color selection after dividing image into 64 blocks http://en.wikipedia.org/wiki/Color_layout_descri...

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

0

respuestas

Pregunta


calculating euclidean distance
I have a dataset of images(175images),i have found the mean of that and have saved,next i have query image from dataset,now i wa...

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

2

respuestas

Pregunta


dividing image into 64 blocks
I have an image ,i want to divide it into 64(8x8),blocks,please help

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

1

respuesta

Pregunta


need to display image not found
I have a code below, in which in displays when the query image is from same dataset (dataset consists of 70 images, if i take qu...

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

1

respuesta

Cargar más