Azzera filtri
Azzera filtri

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 visualizzazione (ultimi 30 giorni)

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Image Processing and Computer Vision in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by