
Saket Dandawate
University of Southern California
I am a Masters student at University of Southern California. I am mainly interested in bioimage and biosignal processing methods and embedded systems integration. I am an avid fan and user of opensource technologies and will pursue my career in the implementations for bio-medical field of the same.
Professional Interests: signal processing, image processing
Statistics
RANK
10,200
of 281,887
REPUTATION
4
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
4,826 of 19,064
REPUTATION
260
AVERAGE RATING
3.60
CONTRIBUTIONS
4 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
2454
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
HOW TO SAVE A MATRIX INTO THE IMAGE
This should work imwrite(mat2gray(IMAGE),'ImageName.jpg');
11 years ago | 2
Question
Vectorize Radon transform eqn
The Radon transform eqn is given as <<http://upload.wikimedia.org/math/f/3/8/f38a8452a16e67feb0c9baad431a9493.png>> where...
11 years ago | 0 answers | 0
0
answersSubmitted
Program to solve n-queens problem
The program implements short bit of backtracking and finds all solutions possible
11 years ago | 2 downloads |
Submitted
Ramanunam Numbers calculator
The program solves the Diophantine equation and prints the solution
11 years ago | 1 download |
Question
Help in making a gui for N-Queens problem
I have a project in which I am supposed to solve the n-queens problem From Wikipedia : The eight queens puzzle is the pro...
11 years ago | 0 answers | 0
0
answersSubmitted
Run Length coding v4
Implements runLength coding for image processing
11 years ago | 1 download |
Submitted
Run Length coding
Implements runLength coding for image processing
11 years ago | 1 download |
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
11 years ago