photo

Md Farhad Mokter


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
89,155
of 300,674

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,032

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Creating Patches for all images in a directory
I have a program that takes an image and create patches (28*28) from that image and then saves each patches as separate images....

6 years ago | 1 answer | 0

1

answer

Question


How do I store patches in order?
I am the given code for creating 28*28 patches from a 224*224 image. fullFileName='sample.bmp'; rgbImage = imread(fullFileN...

6 years ago | 0 answers | 0

0

answers

Answered
Sorting Struct elements in Numerical order
@Stephen Cobeldick sir, it worked !! After reading the documentation part once again, I edited the code in line 3 and line 4...

6 years ago | 0

Question


Sorting Struct elements in Numerical order
I have a program which takes some pictures in a struct and performs some pixel counting in each of the pictures. After running t...

6 years ago | 2 answers | 0

2

answers

Question


How to store the pixel information of each images in a folder into separate variables?
I have a code that counts black pixels of a given image and stores that in a variable. I want to count and store black pixels fr...

6 years ago | 1 answer | 0

1

answer

Question


How to read images from one directory into variables using loop?
I am new in Matlab. I want to read all images from a directory and store each of them into separate variables. For example, if t...

6 years ago | 2 answers | 0

2

answers