photo

Ömer Faruk Kurular


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
207,915
of 299,891

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,831

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,464

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Out of memory while training
layers = [ ... imageInputLayer([768 1024 3]) convolution2dLayer(5,20) reluLayer maxPooling2dLayer(2,'Stride'...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Shift features of cropped image
I first detect face in an image and then extract features of face part. Then I wanto plot points on whole image but feature poin...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Array of images indexing
frames = []; frame = readFrame(video); frames = [frames; frame]; I am reading video and saving frames to an array as shown ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


mmread getting frames of video
N = 3; video = mmread('sample.avi', 10, [0 N]); I = video.frames.cdata(:,:,:,1); imshow(I); I need to open video and...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Feature extraction surf, storing points
I have some number of images that contains faces. First, I am collecting features from all images and need to store features for...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Calculation errorous values problem
I need to calculate M matrix and collected 2d and 3d coordinates. When I try to calculate M matrix it gives absurd results. What...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to perform assignment because the size of the left side is 901-by-1153 and the size of the right side is 901-by-1153-by-3.
I am getting the error int the title. How logical is this error? Left size and right size are equal as error says. Here is the...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Segmented blur fails when adding segments on image
I have an image and I have an focus (rectangular) area which will be clear in result. I need to find another rectangular area la...

6 years 前 | 2 个回答 | 0

2

个回答