photo

komal kella


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
92.384
of 300.343

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

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


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

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 8 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer