photo

Anshika Jain


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
282,028
of 300,442

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,997

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,928

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


I am not getting the accurate result, rectangle not creating on the image to detect upper body.
bodyDetector = vision.CascadeObjectDetector('UpperBody'); bodyDetector.MinSize = [60 60]; bodyDetector.MergeThreshold = 10; ...

6 years ago | 0 answers | 0

0

answers

Question


How to write Mean Square Error, Value in text file.
Hello Everyone.. I have dataset of image 5000. i want to check performance parameter of these images by MSE (Mean Square Error)...

6 years ago | 1 answer | 0

1

answer

Question


hello all, i need your help..what will i do. for automatic done adjustment of brightness, object detect, deblurred image.
if i have one image, which is blurred, which has faces, which have low brightness, so these 3 all done automatic when image is ...

7 years ago | 1 answer | 0

1

answer

Question


what code i will write to capture image from camera open in axes1
function cameraex_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. handles...

7 years ago | 0 answers | 0

0

answers

Question


i have done open camera in gui on axes 1, now when i click on pushbutton the image will captured. what code is used here. i have many error during this.
function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata re...

7 years ago | 1 answer | 0

1

answer