i need to calculate certain parameters for chromosome in the image. how can i select region of chromosome alone from the background to calculate parameters.

1 次查看(过去 30 天)

采纳的回答

Image Analyst
Image Analyst 2013-1-25
Threshold:
binaryImage = grayImage > thresholdValue;
measurements = regionprops(binaryImage, 'all');
  2 个评论
manoj m
manoj m 2013-1-26
sir,i want to calculate statistical parameters like variance,entropy,mean to the chromosome region in the image. these parameters are not available in regionprops. Is there any other way by which i can get the pixel values in the chromosome region and calculate those parameters.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by