Chandra Shekhar
VIT University, Vellore, India
Followers: 0 Following: 0
I am student at Vellore Institute of Technology, Vellore, India.
Currently pursuing Masters in Communication Engineering.
Professional Interests: Image Processing, Digital Signal Processing, Communications
Statistiques
RANG
2 579
of 295 467
RÉPUTATION
23
CONTRIBUTIONS
25 Questions
11 Réponses
ACCEPTATION DE VOS RÉPONSES
44.0%
VOTES REÇUS
2
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to use Ant Colony Optimization algorithm for Image Compression
Hello Everyone, Does anyone know how to use Ant Colony Optimization algorithm for Image compression. Please provide me any...
environ 11 ans il y a | 1 réponse | 0
0
réponsehow to put this conversion in for loop?
Use uigetfile to read multiple file names in a loop. for example... for i=1:500 [filename, pathname, filterindex] = ui...
plus de 11 ans il y a | 0
Question
How to add mouseover in GUI
I have created a GUI using guide, there are multiple pushbuttons in the GUI. If i put my mouse pointer over the any pushbutto...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to Display the code on Edit Text in GUI
Hello Everyone, I need to display the my entire MATLAB code on edit text in GUI. I have tried like this conn = database...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to read .accdb file in MATLAB using ODBC
I have access file 'Database.accdb', how to read this file in MATLAB. I have created ODBC datasource, if i read this ODBC f...
plus de 11 ans il y a | 1 réponse | 0
1
réponseImage resize image in matlab
dont resize original image to [16 16] make it as it is. follow following code to get more info I = imread('waterframe-1.pn...
plus de 11 ans il y a | 0
how can i perform edge detection efficiently in matlab?
I = imread('circuit.tif'); BW1 = edge(I,'prewitt'); BW2 = edge(I,'canny'); figure, imshow(BW1) ...
plus de 11 ans il y a | 0
Can anybody tell me how to save program and run and others basic as i am a new user ..
type your program in Editor window, then save the program in .m format. then go to Debug option then click run. you pro...
plus de 11 ans il y a | 0
| A accepté
How can i read the whole RGB image pixel by pixel with their values and to check that if pixels have specific value please guide me
Suppose your image size is 50*50, then u separate each RGB plane. image=imread('img.jpg'); R=image(:,:,1); or R=image(1:50...
plus de 11 ans il y a | 0
| A accepté
Question
Need 'ADAPTHISTEQ' implementation help
I have used 'adapthisteq' function in MATLAB. For writing this function they have referred this below paper. Zuiderveld, Kare...
plus de 11 ans il y a | 1 réponse | 0
1
réponsehow to produce edge detected image
I = imread('circuit.tif'); BW1 = edge(I,'prewitt'); BW2 = edge(I,'canny'); BW3 = edge(I,'sobel'); figure, imshow(BW1) ...
plus de 11 ans il y a | 1
| A accepté
simple plot question (:,1)
Here your y is having two columns and many rows. Here you are considering |y(:,1)| in x-axis and |y(:,2)| in y-axis in the pl...
plus de 11 ans il y a | 0
| A accepté
What is the best way to compare multiple images and point out differences?
Convert those images to Binary, then apply use 'corr2' function in matlab, it will take very less time for comparing images....
plus de 11 ans il y a | 0
Why am I getting this error "??? error using ==> times matrix dimensions must agree" in matlab?
Don't use dot product,edit that line like this hn=hd*wk; but you will get single value after multiplying,but 'freqz' funct...
plus de 11 ans il y a | 0
Text extraction from a binary image
use 'histeq' function for enhancement or use 'adapthisteq' by choosing proper clipping range. After applying this method conv...
plus de 11 ans il y a | 0
| A accepté
i got error in color based segmentation using K-means?
Refer this link for color based segmentation using k-means <http://www.mathworks.in/products/image/examples.html?file=/produc...
plus de 11 ans il y a | 0
Question
How to display continuous changing values in static text of GUI
here i am receiving values from serial port and then i am separating text part from received data. when i separate text, then...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to perform wavelet decomposition HPF and LPF on image separately
I am having degraded image.here i need to separate high frequency information and low frequency information from the image by ch...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Image Projection for oriented images
I have input image and expected image in below link.. <https://www.dropbox.com/s/o26eeiiogtqmcj9/img.jpg> Please any one t...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
How to plot 3 different values in single plot in real time.
Here i need to read data from serial port, for plotting ECG waveform in real time. From that serial data, i need to create 2 mor...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to interface DSP kit with MATLAB
I have a matlab code for image comparison using optical character recognition(OCR). I need to compare real time images with data...
presque 12 ans il y a | 1 réponse | 1
1
réponseQuestion
Reading Multiple Images from Folder
I have a folder named 'ImageSet1',it consist of 20 images named as a 1.jpg,2.jpg...20.jpg. Here i want to read images from ...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
K-means Clustering for Color Grouping
I need to cluster different colors using k-means clustering algorithm. when i use function like this with k=4 for 5 colors im...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to remove horizontal and Vertical lines
I have Binary Image,i need to remove horizontal and vertical lines in that image.Lines are not fixed size. Is there any metho...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
Adjacent Text Character Grouping
I am having a Text String image,here i need to make each string as one group by using connected component grouping. For a con...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
Uniform Color Extraction from Image
I have a image with multiple colors.I need to extract individual color by suppressing the other color.I mean, if image consist o...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to Downsample image in both Horizontal and Vertical Direction
Any one help me how to downsample image in horizontal direction and vertical direction. i used downsample(image,4), it will d...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find Stroke width of Character
Hi everyone.. Please help me out how to find stroke width of character. lets say i have image, from that i need to extract text...
environ 12 ans il y a | 1 réponse | 0
0
réponseQuestion
Text Detection using Stroke Width Transform
Hi. I am doing project on Text detection and localizing in natural scenes, so i need to implement stroke width transform algori...
environ 12 ans il y a | 1 réponse | 0
1
réponseQuestion
R component pixel extraction
i have equation R(x,y)=sqrt(x^2 + y^2)..so i need to compute this equation. x and y are individual pixels from color R. please h...
environ 12 ans il y a | 1 réponse | 0