![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7609464_1522122361303_DEF.jpg)
Sammit Jain
2017 年からアクティブ
Followers: 0 Following: 0
統計
All
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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 ...
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 ...
6年以上 前 | 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...
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...
約7年 前 | 0
| 採用済み
回答済み
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...
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...
約7年 前 | 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; ...
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; ...
約7年 前 | 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...
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...
約7年 前 | 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...
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...
約7年 前 | 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...
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...
約7年 前 | 0
回答済み
Segmentation, high intesities areas
Here, I think this should get you started, for some preliminary results: %Read the image file originalImg = imread('Orgi...
Segmentation, high intesities areas
Here, I think this should get you started, for some preliminary results: %Read the image file originalImg = imread('Orgi...
約7年 前 | 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 ...
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 ...
約7年 前 | 0
| 採用済み
回答済み
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...
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...
約7年 前 | 0
| 採用済み
送信済み
Numerical Methods for Partial Differential Equations
Numerical Methods for Partial Differential Equations (MATH F422 - BITS Pilani)
約7年 前 | ダウンロード 1 件 |