photo

Ömer Faruk Kurular


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
147,887
of 300,392

평판
0

참여
8 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변