mounika siripurapu
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
8年以上 前 | 1 件の回答 | 0
1
回答質問
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.
8年以上 前 | 2 件の回答 | 0
2
回答質問
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...
8年以上 前 | 1 件の回答 | 0
1
回答質問
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...
8年以上 前 | 1 件の回答 | 1
1
回答質問
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年弱 前 | 0 件の回答 | 0
0
回答質問
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...
9年弱 前 | 1 件の回答 | 0
1
回答質問
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...
9年弱 前 | 0 件の回答 | 0