Saket Dandawate
University of Southern California
自 2012 起处于活动状态
Followers: 0 Following: 0
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
Feeds
已回答
HOW TO SAVE A MATRIX INTO THE IMAGE
This should work imwrite(mat2gray(IMAGE),'ImageName.jpg');
HOW TO SAVE A MATRIX INTO THE IMAGE
This should work imwrite(mat2gray(IMAGE),'ImageName.jpg');
12 years 前 | 2
提问
Vectorize Radon transform eqn
The Radon transform eqn is given as <<http://upload.wikimedia.org/math/f/3/8/f38a8452a16e67feb0c9baad431a9493.png>> where...
12 years 前 | 0 个回答 | 0
0
个回答已提交
Program to solve n-queens problem
The program implements short bit of backtracking and finds all solutions possible
12 years 前 | 2 次下载 |
已提交
Ramanunam Numbers calculator
The program solves the Diophantine equation and prints the solution
12 years 前 | 1 次下载 |
提问
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...
12 years 前 | 0 个回答 | 0
0
个回答已解决
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:...
12 years 前