Statistics
RANK
118,128
of 301,726
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,402
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,250
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 0 answers | 0
0
answersi am getting the error while reading the images
function [pImg, pImg_rgb, sImg] = ... createTrainingData_color(ipDir, isDir, opFile, pSize) addpath('utils/'); %ipDi...
8 years ago | 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 years ago | 0
Question
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 years ago | 3 answers | 0

