Statistics
228 Questions
0 Answers
RANK
6.220
of 295.448
REPUTATION
7
CONTRIBUTIONS
228 Questions
0 Answers
ANSWER ACCEPTANCE
46.05%
VOTES RECEIVED
7
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
meer dan 7 jaar ago | 0 answers | 0
0
answersQuestion
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) ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
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 = ...
meer dan 10 jaar ago | 0 answers | 0
0
answersQuestion
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://...
meer dan 10 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 11 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 11 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 11 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 11 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 11 jaar ago | 3 answers | 0
3
answersQuestion
Error- Subscripted assignment dimension mismatch.
I have divided image into non overlapping blocks using command x=imread('im9.bmp'); x=imresize(x,[256 256]);...
meer dan 11 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 11 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 11 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 11 jaar ago | 3 answers | 0
3
answersQuestion
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 ...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
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) ...
bijna 12 jaar ago | 3 answers | 0
3
answersQuestion
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...
bijna 12 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
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://...
bijna 12 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 12 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 12 jaar ago | 2 answers | 0
2
answersQuestion
Displaying Images after feature extraction
I have a image and have extracted texture features g=rgb2gray(g); glcm=graycomatrix(g); F=graycoprops(g...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 12 jaar ago | 3 answers | 0
3
answersQuestion
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...
bijna 12 jaar ago | 2 answers | 1
2
answersQuestion
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...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 12 jaar ago | 1 answer | 0