![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6709363_1522117159169_DEF.jpg)
Nithya SIvasamy
Followers: 0 Following: 0
Feeds
질문
Matlab code for adding Gaussian noise of 30 db
To an image I want to add the Gaussian noise of 5db to 50 db.Tried with the following code. But in the output image display,the ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
What is the need of calculating mean,variance for an image
What is the need of calculating mean,variance for an image
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
From 11x11 and 15x15 matrix,how to get the pixel values present in 15 degree and 30 degree
Is there any builtin function to get the values present in these angles.
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
I am having an image I want to rotate by 30,45 and 90 degree
If I use imrotate(),it enlarges the size of the image .Without enlarging the size of the image,the image has to be rotated in 30...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
How to calculate the true Positive,true negative,false positive and false negative?
I am working with image retrieval.I have 10000 images in the dataset.The exact number of images to be retrieved for the input im...
7년 초과 전 | 답변 수: 0 | 1
0
답변질문
How to test the neural network with new data?
Using nprtool Created a neural network and the script generated is, % Train the Network [net,tr] = train(net,inputs,targets); ...
7년 초과 전 | 답변 수: 0 | 1
0
답변질문
With what parameters we can identify whether the neural network is properly trained or not
I am new to neural networks.I have created & trained the neural network using nprtool in matlab.I am getting a network,but doesn...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Getting the similar Mean for all images of a histogram
When I have calculated the mean of the histogram ,always getting one. The input image is of uint 16 datatype. I m multiplying...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to draw the ROC curve
I have used Euclidean Distance metric as a classifier.I want to know to draw the ROC curve
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
I Want to perform element wise matrix multiplication
I have used the following code but getting an error message I1=imread('abc.gif'); a=I1(1:3,1:3); b=[-3 4 5;6 -7 1;-2 ...
7년 초과 전 | 답변 수: 2 | 0
2
답변질문
I am using Matlab 2013 version ,I wish to upgrade to Matlab 2015 version?what is the procedure for doing this.
In Mathworks for free trial version Can i Get the Matlab 2015 version for 32-bit operating system.
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
When an logarithmic transform can be applied to an image
i am using the below statement for logarithmic transform. z(x,y)=c.*log10(1+m); How to identify the value of C in the above...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to get a single series in legend when using plot() and interp1()
yValues = interp1(E,QPM,xValues,'spline'); plot(E,QPM,'o',xValues,yValues); when i Get a legend in the figure 2 series are t...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
How to get a smooth curve using plot in matlab
E and QPM are vectors xValues = linspace(min(E),max(E)); yValues = interp1(E,QPM,xValues,'spline'); plot(E,QPM,xV...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Calculation of Accuracy for image retrieval
Total no of relevant images to be retrieved =20 TP= 8 FP=12 FN=12 TN=500 Acc=(8+500)/532=95% Likewise when TP=0,the accura...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
using imshow how to display the color image
Input_Im=imread('C:\Users\Documents\canvas001-inca-100dpi-00.bmp'); imshow(input_Im(1:128,1:128)); when i use this code,it i...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
How to plot the precision and recall curve?
The precision and recall values are calculated as per theand from these values how to get the precision and recall curve. R...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
I am in need of Matlab 2013b version to work with dual tree complex wavelet transform
As a free trial how to get it
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
download of wavelet toolbox from Matlab 2014
dual tree complex wavelet transform
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
WHen i use dddtree() getting an error
When i use dddtree() getting an error.Any toolbox to be added for this.
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
downloaded VLfeat toolbox but while extracting the file from ZIp getting error
Downloading of VLfeat toolbox
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
To use SIFT Transform any inbuilt function is available.If available in which toolbox SIFT is available
SIFT Transform
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
To use SIFT Transform any inbuilt function is available.If available in which toolbox SIFT is available
Transform
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
To use Totrolet Transform what inbuilt function and parameters to be used in matlab
I tried but I couldn't get
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
Can I Know how Kirsch edge masks is applied to 3x3 matrix of an image
For eight directions how to apply this.
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
how to plot ROC curve ,given False positive rate and true positive rate
TPR=[0.245 0.355 0.678 0.99 1] FPR=[0.444 0.678 0.789 0.88 1] plotroc(TPR,FPR) when i use use plotroc,the graph displ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to plot ROC curve ,given False positive rate and true positive rate
TPR=[0.245 0.355 0.678 0.99 1] FPR=[0.444 0.678 0.789 0.88 1] plotroc(TPR,FPR) when i use use plotroc,the graph displayed is ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
To draw the roc curve using FPR and TPR
The false positive rate and true positive rate are in the range between 0 and 1 .But when i use plotroc() i am getting a graph i...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to draw ROC curve from true positive rate and false positive rate
I have calculated the True positive rate and false positive rate.But from this how to calculate the labels and scores in perfcur...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to draw the scatter plot for mean and Standard deviation of an image
The image is divided into 12 .The mean and standard deviation of all 12 images is identified.I want to draw the scatter plot for...
8년 초과 전 | 답변 수: 2 | 0