photo

Pavan Kumar M.P


Last seen: 대략 3년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
2 답변

순위
113,996
of 302,014

평판
0

참여
2 질문
2 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,496

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,131

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


while reading the image using imread i got Index exceeds matrix dimensions.error. please help me
function [pImg, pImg_rgb, sImg] = ... createTrainingData_color(ipDir, isDir, opFile, pSize) addpath('utils/'); %ipDi...

8년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
i am getting the error while reading the images
function [pImg, pImg_rgb, sImg] = ... createTrainingData_color(ipDir, isDir, opFile, pSize) addpath('utils/'); %ipDi...

8년 초과 전 | 0

답변 있음
i am getting the error while reading the images
function [pImg, pImg_rgb, sImg] = ... createTrainingData_color(ipDir, isDir, opFile, pSize) addpath('utils/'); %ipDi...

8년 초과 전 | 0

질문


i am getting the error while reading the images
ipDir = '../Dataset/photos'; isDir = '../Dataset/sketches'; files_p = dir([ipDir '*.jpg']); files_s = dir([isDir '*.jpg']);...

8년 초과 전 | 답변 수: 3 | 0

3

답변