to calculate pixel values of a structure
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
how to calcute the pixel intensities of a structure in a gray scale image. i used improfile but it gives only the pixel intensities across a line.
Risposte (1)
Image Analyst
il 16 Giu 2014
0 voti
What "structure" do you have? Of course you know that the image array variable itself is a collection of all the intensities of each and every pixel in the image. So please explain what a structure is. How are you defining your structure?
9 Commenti
raj kumar
il 16 Giu 2014
Image Analyst
il 16 Giu 2014
Use improfile() if you want to get the intensity along a line. Use imfreehand if you want the intensity of an area. See attached demos for imfreehand().
raj kumar
il 16 Giu 2014
Image Analyst
il 16 Giu 2014
You don't need to. Just traverse the centerline of the rib taking cross sections. I'm working on a general purpose demo for that but it's not quite ready yet.
raj kumar
il 16 Giu 2014
raj kumar
il 16 Giu 2014
Image Analyst
il 17 Giu 2014
I'm not sure when I'll get it finished. If I remember (which is doubtful) I'll post it back here when it's done.
raj kumar
il 18 Giu 2014
Image Analyst
il 18 Giu 2014
I don't have any code for that (yet).
Questa domanda è chiusa.
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!