photo

parth pandya


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

1 질문
6 답변

순위
3,501
of 300,381

평판
16

참여
1 질문
6 답변

답변 채택
0.0%

획득한 표
4

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • First Answer

배지 보기

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,...

9년 초과 전 | 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...

9년 초과 전 | 2

| 수락됨

답변 있음
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...

9년 초과 전 | 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...

9년 초과 전 | 0

| 수락됨

답변 있음
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...

9년 초과 전 | 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...

9년 초과 전 | 1

질문


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...

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

0

답변