photo

Stefan


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
14 个回答

排名
3,499
of 297,457

声誉
16

贡献数
0 个提问
14 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
steps for Independent component analysis(ica)
check this out: http://cis.legacy.ics.tkk.fi/aapo/papers/IJCNN99_tutorialweb/

13 years 前 | 0

已回答
Advantages of gabor filter
one great advantage are the invariant properties of the extracted features: http://personal.lut.fi/users/joni.kamarainen/down...

13 years 前 | 0

| 已接受

已回答
images color
look at this example, i think its the easiest way to get a mask http://www.mathworks.de/help/toolbox/images/ref/graythresh.ht...

13 years 前 | 0

已回答
images color
is the area under a curve or between two curves? then use: http://www.mathworks.de/help/techdoc/ref/area.html otherwise, d...

13 years 前 | 0

已回答
unsharp masking
to reduce noise (wrong pixels) use a median or mean filter. http://www.mathworks.de/help/toolbox/images/ref/medfilt2.html co...

13 years 前 | 0

已回答
creating two pairs of data which are apart by a certain distance
if the data set i very large you have to vectorize the code...

13 years 前 | 0

已回答
creating two pairs of data which are apart by a certain distance
use epsilon-nearest neighbors algorithm. or simple: if your data have the coordinates x and y and TH = tour predefied thres...

13 years 前 | 0

| 已接受

已回答
Changes in vectors
Are the measure points located in a vector with the same size like L_New? Or do you have more values? Same size: Why do you ...

13 years 前 | 0

已回答
Eliminate reflections in an image
It depends on your images which you want to process. You can use some kind of diffusion by applying median or mean filter. Thi...

13 years 前 | 0

已回答
Vectorize this?
I think you can pre-allocate teh varibale new_row also (command _'ones()'_ ) Variable A is changig it's size in every loop. ...

13 years 前 | 0

已回答
Vectorize this?
Hi Edward, which structure has your cplex.Model? Without this information it's more difficult to understand the vectoroizing...

13 years 前 | 0

已回答
Gabor filter
u can use it for edge detecttion or texture extraction

13 years 前 | 1

已回答
sigma of gabor filter
Hi Mahua, you can choose if sigma_x and sigma_y are the same or different values. These values decide about the eliptic shape ...

13 years 前 | 1

| 已接受

已回答
Haralick function input image
Hi Sibel, if I understood you correctly: You separate the neurons from their actual image environment and st it on a black b...

13 years 前 | 0