Sammit Jain
Followers: 0 Following: 0
Statistics
RANK
3.118
of 295.467
REPUTATION
18
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
6.746 of 20.234
REPUTATION
155
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
10
ALL TIME DOWNLOADS
1554
RANK
of 153.912
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
Feeds
In a image i want to store the location of yellow colour how can i do it ??
Hi, since the image link isn't valid, I'll make the assumption that your task involves the following: # Detecting the yellow ...
meer dan 6 jaar ago | 0
How to Extract Horizontal and Vertical pixels from color images?
I agree with Rik, the question is kind of unclear, but let's assume the following scenario. yourImage = imread('yourfilepat...
bijna 7 jaar ago | 0
| accepted
I am using this code for detecting abandoned objects in a video sequence but in image subtraction module the code detects the object initially and then stops detecting it once it stays in for a couple of frames?
I think this is happening possibly because the image subtraction method you're using constantly updates the background too, whic...
bijna 7 jaar ago | 0
How to solve subtraction between two real numbers
Pretty much what the comment says. You can subtract two numbers by doing the following: a=100; b=10; res = a-b; ...
bijna 7 jaar ago | 0
Saddle shaped 3D Plot?
Here, try something like this: x = 1:10; y = -10:10; [Xm, Ym] = meshgrid(x,y); Lm = Xm.^2 - Ym.^2; hdl = surf(X...
bijna 7 jaar ago | 0
What is the solution?
Hi, I agree with Steven that you should probably show us your attempt at the problem and tell us where exactly are you encounter...
bijna 7 jaar ago | 1
how to show background in original color after segmented ??
If you have the background portion of the image, then just binarize it, and take logical product with the original image. o...
bijna 7 jaar ago | 0
Segmentation, high intesities areas
Here, I think this should get you started, for some preliminary results: %Read the image file originalImg = imread('Orgi...
bijna 7 jaar ago | 0
How do I turn a string into a matrix but have each character in the string in a different cell?
Here, I think this should do what you want to do. Actually MATLAB by default stores a string such that you can reference it by ...
bijna 7 jaar ago | 0
| accepted
why i get 2 signals in the same plot?
I think you may want to look at the file 100m.mat closely. It's likely that your variable Ecg (coming from val) has two entries...
bijna 7 jaar ago | 0
| accepted
Submitted
Numerical Methods for Partial Differential Equations
Numerical Methods for Partial Differential Equations (MATH F422 - BITS Pilani)
bijna 7 jaar ago | 10 downloads |