to calculate pixel values of a structure
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
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.
댓글 수: 0
답변 (1개)
Image Analyst
2014년 6월 16일
0 개 추천
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
raj kumar
2014년 6월 16일
Image Analyst
2014년 6월 16일
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
2014년 6월 16일
Image Analyst
2014년 6월 16일
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
2014년 6월 16일
raj kumar
2014년 6월 16일
Image Analyst
2014년 6월 17일
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
2014년 6월 18일
Image Analyst
2014년 6월 18일
I don't have any code for that (yet).
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!