Statistics
RANK
3,525
of 301,219
REPUTATION
16
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
4
RANK
of 21,193
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,467
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
how to store n matrix in an other matrix of size n
you can try this: N = 1; MainMatrix = cell(N,4); Result1 = zeros(4,6); Result2 = zeros(4,6); Result3 = zeros(4,...
10 years ago | 1
how to save multiple images in different folders using a loop?
Try This Code: % Creating 3 New Folders StoreDrive = 'D:'; ImgLoadDrive = 'C:\Users\SAMSUNG\Desktop\AHTD3A'; d...
10 years ago | 2
| accepted
How to calculate dimension of a bounding box with an angle?
It will help if you can provide more information and exactly what you want. But you can convert your Cartesian coordinates to p...
10 years ago | 0
How to fill bounding boxes in image?
suppose img is image variable and if you have three dimensional image: bbBOx format is [ X Y Len Wid ] img( X:X+Len-1, Y:Y...
10 years ago | 0
| accepted
I need a help with my project!!
Hi Abdullah, Please Format code using '{}Code' option.It will be easy. I just want to give you few pointers regarding your q...
10 years ago | 0
How do I create an animation video in MATLAB by importing a set of images?
Hi Jasnoor, Image Analyst usually includes lot's of validation in his code so,that actually people can get idea that what is er...
10 years ago | 1
Question
How to crop only face from exact boundaries from image,having arbitrary background but different from face.
I want to write matlab code which can crop only face from given image.I have applied face detection however it gives only squa...
10 years ago | 0 answers | 0

