photo

mounika siripurapu


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
37,168
of 300,343

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
1

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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 1

View badges

Feeds

View by

Question


Is it possible to apply Thresholding within bounding box?
I have the four sides of bounding box (left,right,top,down). Is it possible to apply thresholding within this bounding box? I ha...

9 years ago | 1 answer | 0

1

answer

Question


How to calculate area of bounding box?
What are the possible ways to calculate area of bounding box if we know the width and height of bounding box.

9 years ago | 2 answers | 0

2

answers

Question


What is the need to add or subtract offset?
Why do we add or subtract offset values while using loop functions and what does the starting and ending bins of histogram store...

9 years ago | 1 answer | 0

1

answer

Question


Can anyone explain me these lines?
Iam new to image processing. Please explain these lines. what does BoundingBox(2) and BoundingBox(4) mean? Iam trying to form bo...

9 years ago | 1 answer | 1

1

answer

Question


How to extract tumour from bounding box and calculate its area?
My project is to segment brain tumour using bounding box method. As a part of post-processing steps, I want to extract tumour in...

9 years ago | 0 answers | 0

0

answers

Question


How to smoothen cropped image?
My project is to segment knee cartilage to detect the damaged cartilage. In the first step I selected ROI by using imcrop. Now I...

10 years ago | 1 answer | 0

1

answer

Question


I want to interpolate extracted ROI. Please help me with coding.
p= imread('knee.jpg'); figure; imshow(p); img = imcrop; k=imshow(img); imwrite(k,'knee2.jpg'); z=imrea...

10 years ago | 0 answers | 0

0

answers