Nithya SIvasamy
Followers: 0 Following: 0
Estadística
42 Preguntas
0 Respuestas
CLASIFICACIÓN
14.476
of 295.527
REPUTACIÓN
3
CONTRIBUCIONES
42 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the need of calculating mean,variance for an image
What is the need of calculating mean,variance for an image
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 7 años hace | 0 respuestas | 1
0
respuestasPregunta
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); ...
alrededor de 7 años hace | 0 respuestas | 1
0
respuestasPregunta
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...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to draw the ROC curve
I have used Euclidean Distance metric as a classifier.I want to know to draw the ROC curve
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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.
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
I am in need of Matlab 2013b version to work with dual tree complex wavelet transform
As a free trial how to get it
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
download of wavelet toolbox from Matlab 2014
dual tree complex wavelet transform
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
WHen i use dddtree() getting an error
When i use dddtree() getting an error.Any toolbox to be added for this.
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
downloaded VLfeat toolbox but while extracting the file from ZIp getting error
Downloading of VLfeat toolbox
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
To use SIFT Transform any inbuilt function is available.If available in which toolbox SIFT is available
SIFT Transform
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
To use SIFT Transform any inbuilt function is available.If available in which toolbox SIFT is available
Transform
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
To use Totrolet Transform what inbuilt function and parameters to be used in matlab
I tried but I couldn't get
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Can I Know how Kirsch edge masks is applied to 3x3 matrix of an image
For eight directions how to apply this.
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 2 respuestas | 0