
Vivek Bhadouria
NIT-Agartala
Followers: 0 Following: 0
Estadística
6 Preguntas
6 Respuestas
2 Archivos
CLASIFICACIÓN
8.001
of 297.527
REPUTACIÓN
6
CONTRIBUCIONES
6 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
6.083 of 20.454
REPUTACIÓN
191
EVALUACIÓN MEDIA
3.40
CONTRIBUCIONES
2 Archivos
DESCARGAS
2
ALL TIME DESCARGAS
1721
CLASIFICACIÓN
of 159.075
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
Enviada
Pratt's Figure of Merit
This function calculates the Pratt's figure of Merit between two edge maps.
más de 8 años hace | 1 descarga |
Pregunta
How to find an element in a row, corresponding to an element (in same row number) in another matrix?
Hello, I am trying to find the location of an element (in terms of column number only) in a row (Let us assume this matrix to...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
How to run MATLAB (or execute some algorithm) on specific number of cores on a computer?
Hello, I am trying to study the performance (in terms of execution time) of my some algorithm by varying the number of cores ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasEdge detector performance (Pratt's Figure of Merit)
Thanks for the help
más de 13 años hace | 0
Pregunta
Edge detector performance (Pratt's Figure of Merit)
Hi, I am trying to compare my edge detection algorithm with other standard ones (Sobel,Canny etc). I found one metric which c...
más de 13 años hace | 2 respuestas | 0
2
respuestasfrom centrex=6, it should move again to 7(as repulsive force becomes zero & only attractive force exists), why does it move to %???????
Yeah, Please mention your specific question.
más de 13 años hace | 0
Pregunta
AWGN for a grayscale image
Hello everyone, I need to add AWGN to a grayscale image for the purpose of denoising. Till now I was using "imnoise" to add t...
más de 13 años hace | 2 respuestas | 0
2
respuestasImage Processing
Use this piece of code %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This program is used to zoom or shrink an image ...
más de 13 años hace | 0
Pregunta
Converting FIR Filter Coefficients to Floating data type
Hello, I am having a filter coefficient say [0.1629 0.5055 0.4461 -0.0198 -0.1323 0.0218 0.0233 -0.0075]. ...
más de 13 años hace | 1 respuesta | 0
1
respuestasubplot in matlab
Dear pg, With 9*3 subplot,you will get 27 plots in a single window. Let us assume you want to plot some signals (vectors) locat...
más de 13 años hace | 1
implementation filter gaussian in matlab...
Dear Megah, Use this function to generate 2D gaussian filter with varying kernel size and variance %%%%%%%%%%%%%%%%%%%%%%%...
más de 13 años hace | 0
| aceptada
Pregunta
Converting matrix into string
Hello everyone, I am having a matrix of dimension [20*11] as [0 0 0 0 0 0 0 0 0 1 0;1 0 0 0 0 0 0 0 0 0 0;............] and ...
más de 13 años hace | 1 respuesta | 0
1
respuestaEnviada
2D Gaussian filter with varying kernel size and variance.
This simple code generates 2D gaussian kernel
más de 13 años hace | 1 descarga |