photo

Siddharth Mallya


Active since 2011

Followers: 0   Following: 0

Message

s

Statistics

MATLAB Answers

5 Questions
2 Answers

RANK
22,871
of 300,364

REPUTATION
1

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
Shifting origin
I actually did this finally. I scan the image left-to-right and top-to-bottom and stop the moment I find a different pixel than ...

14 years ago | 0

| accepted

Question


Segment grid boxes
rgb = imread('peppers.png'); imshow(rgb) hold on M = size(rgb,1); N = size(rgb,2); for k = 1:25:M ...

14 years ago | 2 answers | 1

2

answers

Question


Shifting origin
Hey guys ! I want to move the origin of my axis at (x,y) of the non-standard coordinate space .. How do I go about it ? I kn...

14 years ago | 2 answers | 0

2

answers

Question


flipud script problem
http://www.mathworks.com/matlabcentral/answers/1875-segmenting-using-x-y-co-ordinate-axis I used the flipud function given in...

14 years ago | 2 answers | 0

2

answers

Answered
Error in horzcat
Got the answer. The character set my mates gave me were 3D and I am using an 2D matrix

14 years ago | 0

| accepted

Question


Error in horzcat
Hey ! I am trying to make a template of my braille character set and I keep getting the following error. I used the same code fo...

14 years ago | 2 answers | 0

2

answers

Question


Segmenting using X-Y co-ordinate axis
Hey guys ! I want to know how to segment an image using the X-Y co-ordinate axis. I am trying to make an Optical Braille Rec...

14 years ago | 2 answers | 0

2

answers