Matlab and ImageJ to Analyze Picture

2 views (last 30 days)
Rui
Rui on 3 Dec 2014
Commented: Image Analyst on 4 Dec 2014
Hello, I am currently doing an assignment where I have to use Matlab and ImageJ to detect if there is a fracture in a single image of a bone. Can anyone give me some lights to start this? I have to analyze the image and check for patterns to see if something is "out of order" with the bone.
Thanks in advance

Answers (1)

Image Analyst
Image Analyst on 3 Dec 2014
Rui, first of all, ditch ImageJ and use only MATLAB. Next, go here to Vision Bibliography: VisionBib and find a paper that gives the algorithm for finding fractures in bone. Then code it up as best you can and come back here with any questions, AFTER you read this. Be sure to attach your image and your m-file.
  4 Comments
Rui
Rui on 4 Dec 2014
I already made the connection between ImageJ and Matlab. I can use getRoi to get a certain area. Don't know if that helps or not for you to be able to help me
Image Analyst
Image Analyst on 4 Dec 2014
You'll have to be more specific. I just don't know why you need your app to be a mixture of these two image analysis packages instead of just one or the other.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!