photo

Shamim Rahman


Active since 2011

Followers: 0   Following: 0

Message

Masters Student
Professional Interests: Image Processing, Bio signal processing

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
107,998
of 301,213

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,422

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


I got 3 square cluster from 12 (x,y) points. How can I find out which points it is taking for making the clusters?
Hi, I have gotten 12 points from the images. Then I ran the cluster program for those points. My cluster program is below: ...

13 years ago | 1 answer | 0

1

answer

Question


How to plot Lyapunov stabity for a nonlinear system with 7 states
Hi, I am working on a nonlinear system ( Anti lock braking and active suspension system). My system has 7 states. Among 7 stat...

14 years ago | 0 answers | 0

0

answers

Question


How to say that "Drop the image and Move on" in MATLAB?
Hi, I am working on Image processing. I have a code like this: for i= 1:N baseFileName = IMAGES{i}; PIP=0 i1= 80 ...

14 years ago | 1 answer | 0

1

answer

Question


How can I detect 8 corners of 2 squares by using harris algorithm?
Hi, I am using the following program to detect the 8 corners of 2 squares of the hand movement. The selection of images and Har...

14 years ago | 0 answers | 0

0

answers

Answered
How can I select more than 2 images automatically?
The below codes work very fine for me. I have taken 15 images for this. N = 15; IMAGES = cell(1,N); FNAMEFMT = 'image_%d...

14 years ago | 0

| accepted

Question


How can I select more than 2 images automatically?
Hi, I have to select more than 2 or more than 10 images automatically to run the harris algorithm on them. Below program is the...

14 years ago | 2 answers | 0

2

answers

Question


If in a Image there are two black boxes and I have to find out that only those black blocks will be in image and the other part of the image become white. Then what should be the MATLAB coding for this?
Hi, I am working on image processing. In my image there are two black boxes attached with one hand. I have to keep only the two ...

14 years ago | 3 answers | 0

3

answers