Saneem Ahmed
NIT trichy
Followers: 0 Following: 0
I am currently doing MSc(Engg) in IISc Bangalore in Computer Science and Automation department, I did my Btech in ECE dept in NIT Trichy (2007-2011 batch).
I have been using matlab for last two years, mainly for my summer and winter internships and mini projects on digital image processing.
My areas of interest are Digital image processing, machine learning, probability statistics
Professional Interests: Digital image processing
Estadística
0 Preguntas
10 Respuestas
CLASIFICACIÓN
2.571
of 295.527
REPUTACIÓN
24
CONTRIBUCIONES
0 Preguntas
10 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
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
I wanted to locate text in an image
Locating a letter in an image (natural scene image) is a really difficult problem and it is still open for research.. check this...
alrededor de 13 años hace | 0
How to make???? (im using dilate and erode in matlab, and then i want to separate the background and the object.... )
I think you wanted to implement something like background subtraction to do that. I dont think just doing dilation and erosion w...
alrededor de 13 años hace | 0
degrees to radians
I dont know if there is an inbuilt function. but you can do like this. let 'd' be the degree ,'m' and 's' be the minute and seco...
alrededor de 13 años hace | 0
| aceptada
How do I create a halftoning effect in MATLAB?
check this link <http://users.ece.utexas.edu/~bevans/projects/halftoning/toolbox/>
alrededor de 13 años hace | 0
processing image from webcam
I think you have applied im2bw() function on YOUR image. Try segmenting the image. it might give good results. Other options w...
más de 13 años hace | 0
regionprops
regionprops is a function which is used on a labeled image. If we are having an image im. let it be a black and white image( val...
más de 13 años hace | 2
how to make a black box on the image without edit the image
i am not able to understand your problem fully.Assuming that you want to make a box region in an image black in color: that will...
más de 13 años hace | 0
i am working in image processing and decryption , i need code to save image after each process in loop with different name
i think it is not about saving image you have a problem, but string you want to name the saved file. assuming i is a variable th...
casi 14 años hace | 0
time shifting of Discrete Signals
to plot discrete signal it is always better to use stem() and for the first question you can use ,for x[n] n=-2:3; s...
casi 14 años hace | 2
| aceptada
showing image color planes in color
just do as code given below imx=im; imx(:,:,2)=0; imx(:,:,3)=0; imshow(imx);
casi 14 años hace | 1
| aceptada