photo

Bibhu Prasad Das


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

14 个提问
0 个回答

排名
236,688
of 300,364

声誉
0

贡献数
14 个提问
0 个回答

回答接受率
21.43%

收到投票数
0

排名
8,019 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
3

ALL TIME 下载次数
0

排名

of 168,407

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Classification of data from a .csv file.
I have a csv file which contains some values which are both infected non infected data, and I want to select top 20 infected fea...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how can I use fuzzy c means clustering and membership function instead of threshold?
Lets say I want to detect a moving object in 20 frames, I will perform difference of frames and apply a threshold to the differe...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How can I apply fuzzy C-means clustering to a difference of two frames and apply membership value to it and group pixels to foreground or background?
How can I apply fuzzy C-means clustering to a difference of two frames and apply membership value to it and group pixels to for...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I want to print bar graphs of different color in same graph and with less width.
clc; clear all; x = 0.5:0.125000:1; y = [0.5584 0.6661 0.7780 0.8000 0.8050]; figure; p1=bar(x,y,'stacked') hold on; set(...

8 years 前 | 1 个回答 | 0

1

个回答

提问


If I have got one blob and one triangle taken from an image, how can I detect these from the original image?
If I have got one blob and one triangle taken from an image, how can I detect these from the original image?

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I remove motion blur from an image taken by a camera in motion?
motion blur

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I apply fuzzy membership function in video processing ?
How can I apply fuzzy membership function in video processing ? After I make clustering then how can I proceed to assigning memb...

8 years 前 | 0 个回答 | 0

0

个回答

提问


what is the significance of learning rate parameter in running average background update procedure?
background(g,h)=(1-alpha)*background_frame(g,h)+alpha*current_frame(g,h); alpha is the learning rate parameter, chosen betwe...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I want to find out SVD of a 7X7 matrix(small block of an frame) for frames in temporal direction.
I want to find out SVD of a block, of a frame in temporal direction but I am getting error"Undefined function 'svd' for input ar...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each cell for 240 cells .
I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each c...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I write a matlab script for median filter in temporal domain?
I want to implement median filter on my results, I used to the predefined function "medfilt2" in matlab but it is not showing an...

8 years 前 | 2 个回答 | 0

2

个回答

提问


I am performing a background subtraction algorithm, my results are bit noisy and ghost effect came into picture, how can I remove the ghost effect and noise from the binary image
I am performing a background subtraction algorithm, my results are bit noisy and ghost effect came into picture, how can I rem...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I am trying to find out performace metrics of an binary image, but I'm getting this error message : Assignment has more non-singleton rhs dimensions than non-singleton subscripts inline no.36
Recall = 0; %# TP / (TP + FN) Precision = 0; %# TP / (TP + FP) Fscore = 0; %# 2*(Precision*Recall)/(Precision+Recall) ...

8 years 前 | 2 个回答 | 0

2

个回答