![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16296499_1568927211812_DEF.jpg)
Ömer Faruk Kurular
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 157,687
コントリビューション
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'...
約5年 前 | 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...
5年以上 前 | 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 ...
5年以上 前 | 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...
5年以上 前 | 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...
5年以上 前 | 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...
5年以上 前 | 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...
5年以上 前 | 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...
5年以上 前 | 2 件の回答 | 0