photo

Ömer Faruk Kurular


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
155 363
of 297 527

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 2 answers | 0

2

answers