photo

komal kella


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to find regions of mri image by using region based segmentation?
<<region based segmentation, <</matlabcentral/answers/uploaded_files/82736/ex.jpg>> >>

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


I need region based segmentation code urgently
% Demo of "Region Based Active Contours" % % Example: % seg_demo % % Coded by: Shawn Lankton (www.shawnlankton.com) I = ...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


How to detect only region of an image using active contour
Here is a code

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to find regions of any image using active contour
I = imread('toyobjects.png'); imshow(I) hold on title('Original Image'); mask = false(size(I)); mask(50:150,40:170) = true;...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How i do region based segmentation using active contour?
In Matlab

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


how i segment medical image using active contour
clc; A = imread('mri.jpg'); I = rgb2gray(A); imshow(I) title('Original Image') mask = zeros(size(I)); mask(25:end-25,...

대략 7년 전 | 답변 수: 1 | 0

1

답변