Statistiques
228 Questions
0 Réponses
RANG
6 226
of 295 467
RÉPUTATION
7
CONTRIBUTIONS
228 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
46.05%
VOTES REÇUS
7
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to differenciate the input mammogram
How to differenciate the input mammogram is left or right side view my image is <http://imgur.com/BsvHu> and please tell ho...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
error in finding shortest path
I have created a graph with values y = (1,3) 0.8615 (2,3) 0.8479 (1,5) 0.1064 (2,5) ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
image becomes dark wen capturing using webcam
I have following code to take photo from a external cam vid1 = videoinput('winvideo',1,'YUY2_320x240') % vid2 = ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
how to enter a number in url
I have a url in that i want to type a number ,the number varies each time,if i enter it manually it works for ex url='http://...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to send a text message
I am processing a big task,so my program takes long time to run,i want to send sms to my mobile after the program gets over,I tr...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
how to send and recieve request
As in previous post i have found the shortest path netween nodes ,assuming i have 23 nodes i have found shortwst path between 2...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
how to find shortest path between 2 nodes
I have a image in http://imgur.com/xJTM3wt here i want to find the shorted path between 2 nodes ,say node 1 and node 4,th...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to transfer a data
i want to trasfer a data between 2 nodes,i have created 5 nodes,now i want to transfer data from one node to another,is it possi...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
how to connect the switch
I have a file attached ,in this switch is connected,kindly use which switch to use for switch 1 ,which switch i use to get t...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
changing number of neurons
I a working on neural network,i have trained data and have tested itnow i want to increse the value of neurons,plz tell how to c...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Image segmentation using classifier
I am working on image segmentation of retinal images,want to extract the vessels,I have extracted the green channel and have per...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
Error- Subscripted assignment dimension mismatch.
I have divided image into non overlapping blocks using command x=imread('im9.bmp'); x=imresize(x,[256 256]);...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
error in performing waverec2
load woman; [c,s] = wavedec2(X,2,'db1'); ca1 = appcoef2(c,s,'db1',1); a0 = waverec2(ca1,s,'sym4') Error: Index ...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
how to solve differential equation
I want to solve differential equation plz help du/dt+u*du/dx+v*du/dy+w*du/dz=-1/p*dp/dx+r(d^2u/dx^2+d^2u/dy^2+d^2u/dz^2) t...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
error using a toolbox
I am working on BLS GSM tool box for image compression,I have downloaded the toolbox and when i run the demo program deno...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
cs for images using wavelets
I am working on COMPRESSED SENSING USING A GAUSSIAN SCALE MIXTURES MODEL IN WAVELET DOMAIN here they have detailed about ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
error in cropping image
I have two images <http://imgur.com/JHsjJkA,0GgHtBn#1> I have detected surf features, when i try to imcrop the surf detecte...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
how to save the image
I have the folowing code ,plz tell how to save the circled image k is my image function [x1 y1 r ] = circle_saptha4(k) ...
presque 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
selecting point in roi in image
I have a image http://imgur.com/RsRHy2V in this i have to extract the points inside blue circle,how to select or find tha...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
selecting the points in image
I haev the image below http://imgur.com/RsRHy2V in this i have used surf features and have circled a region,now i want to ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
detecting the points inside circle
In the image below,i have drawn a circle over a surf points,please tell how to find that surf point inside the circle http://...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
applying kmeans for ROI in Image
I have a image below http://imgur.com/RsRHy2V here i have detected surf features and have draw circle over it,no...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
load the data for displaying
I have a dataset of MIT-BIH Arrhythmia Database i want to load the data and display the ECG signal,I tried using laod command...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
Warning: The display option can only plot 2D training data
I am working on classification of images using SVM classifier, I want to do classifivation ,the dataset consists of males and...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
converting binary to decimal
i have a value as S=-5 i converted it to binary by Cw1=dec2bin(typecast(int16(S),'uint16'),15) now how to convert...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
Displaying Images after feature extraction
I have a image and have extracted texture features g=rgb2gray(g); glcm=graycomatrix(g); F=graycoprops(g...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
colour image segmentation using k means
I have a rgb image and have converted into hsv colour space,with k=2,now i want to segment the image as shown below,please tell ...
presque 12 ans il y a | 3 réponses | 0
3
réponsesQuestion
were to introduce hold on command
I have a image in which i have to draw a circle over it,i have to draw circles in many places in the image ,please tell how t...
presque 12 ans il y a | 2 réponses | 1
2
réponsesQuestion
what is MSE in newrb
I have a code for new rb A=rand(64,2); Tc=[ones(64,1) 2*ones(64,1)]; D=newrb(A,Tc); E=A(:,2); Y=sim(D,E) N...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Error using newrb and newgrnn
I have a code for svm for classifying load fisheriris xdata = meas(51:end,3:4); group = species(51:end); svmS...
presque 12 ans il y a | 1 réponse | 0