![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8042209_1522124482808_DEF.jpg)
parth pandya
Followers: 0 Following: 0
Statistica
RANK
3.465
of 297.046
REPUTAZIONE
16
CONTRIBUTI
1 Domanda
6 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
4
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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,...
quasi 9 anni fa | 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...
quasi 9 anni fa | 2
| accettato
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...
quasi 9 anni fa | 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...
quasi 9 anni fa | 0
| accettato
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...
quasi 9 anni fa | 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...
quasi 9 anni fa | 1
Domanda
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...
quasi 9 anni fa | 0 risposte | 0