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.

2 Ansichten (letzte 30 Tage)

Akzeptierte Antwort

Image Analyst
Image Analyst am 25 Jan. 2013
Threshold:
binaryImage = grayImage > thresholdValue;
measurements = regionprops(binaryImage, 'all');
  2 Kommentare
manoj m
manoj m am 26 Jan. 2013
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by