![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2983057.jpg)
Khawaja Asim
Followers: 0 Following: 0
Professional Interests: Image Processing, Computer Vision
Estadística
28 Preguntas
3 Respuestas
CLASIFICACIÓN
5.294
of 297.010
REPUTACIÓN
9
CONTRIBUCIONES
28 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.71%
VOTOS RECIBIDOS
7
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
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
Formula for number of unknown weights in Recurrent Neural Network
Given a recurrent neural network with two hidden layers, with "I" represent the number of features of inputs, "O" represent the ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Validation dataset for Probablistic Neural Network
Hello. I am trying to apply Probabilistic Neural Network on a dataset. The command for Training on a dataset is: "net=newpnn(...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
What is formula for finding to Number of Weights in Neural Nework with two Hidden Layers
Suppose for neural network with two hidden layers, inputs dimension is "I", Hidden number of neurons in Layer 1 is "H1", Hidde...
alrededor de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Symantic Error in built-in find function
Hi everyone. I am using MATLAB built-in function "find" for finding the number of instances of a particular value present in eve...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Apply 2D Gabor wavelet in Images
Hi I want to apply 2D Gabor filter on images at four orientations (0, 45, 90, 135 degrees). The output for every pixel should b...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert, 3D matrix to Video
I want to convert a 3D matrix, say "100x150x75" to a video in matlab. How can I do that? I have converted a 3D matrix to a vide...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Different Values if K-means Clustring on same data.
I have been using matlab function of K-means clustring for making clusters of data. I happen to apply it on same data. But got w...
casi 11 años hace | 1 respuesta | 0
1
respuestaClosing all figures, but not GUI
I have done this now using "close 1" this closes the Figure 1. Every time displaying a new figure, I write this.. this close...
más de 12 años hace | 1
Pregunta
Closing all figures, but not GUI
How do I use "close command" to close all the other figures, but not the main GUI? Actually here is a case in which a main GU...
más de 12 años hace | 8 respuestas | 0
8
respuestasPregunta
Image display in GUI
I am 1st time making GUI in matlab... I need to display images. For this I have been using axes.. But image shown in axes is ver...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Finding 2nd minimum value in an array
I want to find the 2nd minimum value in an array. min(A) can be used to find the minimum value, but I want to find the the numbe...
casi 13 años hace | 1 respuesta | 2
1
respuestaPregunta
connected components pixels
I have a BW image. This image contains few connected components. I want to deal with the pixels of every connected component sep...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
removing connected component
How can I remove a connected component from an image of particular length? Actually I am processing some images in which ther...
casi 13 años hace | 3 respuestas | 0
3
respuestasPregunta
circle fitting
I have a binary image. This image contains white points randomly a ranged inside a region of interest. I want to draw a circle t...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Cnstructing an approximate cirlce form half or less circular region
I have a circular or elliptical curve. I want to construct a circle on this half or even less than half circular or elliptical c...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Region GRowing image segmentation
I want to use region growing image segmentation technique to segment an image. How can I find and apply region growing image seg...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
replacement of for loop
I am writing this statement as replacement of for loop operation indexes= ROI~=255 && ROI~=0; ROI is a matrix and I am try...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
matrix
if i want to find the index of certain value in 2D matrix, how can I find that? e.g: I have a 300x300 matrix. There is a value...
alrededor de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
minimun value in 2D array
Can some body show me how to find minimum value in an image or 2D array along with its index. Regards
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Circular window
Hi I need to use sliding circular window of radius "r" for feature extraction on an image. I want to divided this circular in e...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Sliding a circular window on an image for feature extraction...
I am working on retina images in matlab. I need to extract features in an image by sliding a circular window of diameter d, on w...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Background estimation of image in matlab
I want to estimate background of an image using iterative Savitzky-Golay smoothing. So can anyone help me in this by providing m...
más de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
replacement of for loop in matlab
for i=1:size(img,1) for j=1:size(img,2) if img(i,j)<=25 img(i,j)=255; end end end can anyone please tell me ab...
más de 13 años hace | 1 respuesta | 0
1
respuestaImage processing
dear this plots the point.. but it doesnot show the point on original image.. I want that image is displayed with those particul...
más de 13 años hace | 0
Pregunta
Image processing
Hi... I have written a code to detect a particular point in images. That I have done successfully.. Now I want that code to work...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Mark in an mage
How can we show an image in matlab with some mark around particular coordinates....?? Like if I can show a certain location in a...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Rounding-off zero to negative
Is there any built-in function in matlab that takes all the negative values equal to zero? or round off negative values to zero?...
más de 13 años hace | 2 respuestas | 0
2
respuestasMaking Dynamic array
Array=[] this leads us to a dynamic array... just run a loop and assign it a value in this way Array(k)=___;
más de 13 años hace | 1
Pregunta
finding max value in an array
someone please show me a code or function for finding the maximum value in a vector or array...?
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Making Dynamic array
I want to creat an array that is dynamic in size. I mean I dont know what is going to be the size of array. I just want to inser...
más de 13 años hace | 5 respuestas | 0