Detect bone tumor from human x-ray images

I want to detect bone tumor from human being's hand, palm, shoulder, forearm x-ray images using image processing. Can anyone write matlab Code?1.jpg

5 Comments

Thanks for your answer.
What does it mean?? What is meaning of this given link?
The meaning of that link is:
Write your own code. We are not going to write it for you.
But if you ask questions like "What is the name of the routine to read DICOM files?", or "What does this message about Subscript out of range mean?" then we will try to help you with those.
Algorithms are you responsibility: you figure out exactly what you want to do, and we will help you with the MATLAB implementation.
You may wish to refer to https://www.mathworks.com/matlabcentral/answers/?term=tag%3Atumor which collects a number of previous discussion about tumor detection.
Ok Thanks...For your support and help
Any programming task has several components:
  • analysis of what the requirements are
  • algorithm -- an overview of the steps that need to be taken to solve the problem, in terms that do not depend (much) upon programming language
  • implementation -- complete programming language steps that achieve the algorithm
  • documentation
In this resource, MATLAB Answers, we deal mostly with implementation, where someone already knows what they want to accomplish, and the steps that will accomplish it, and we help them figure out how to get MATLAB to do those things. We do not write significant code for people: instead we teach them about MATLAB, help them figure out how to get MATLAB to do what they have identified in details as needing to be done.
There are a lot of scientific research papers and books and courses about tumor detection through image processing, and you are encouraged to read the literature and pick one approach, and get a start on programming it, and when you get stuck, we can help you figure out what is going wrong.

Sign in to comment.

Answers (0)

Categories

Find more on Medical Physics in Help Center and File Exchange

Asked:

on 4 May 2019

Commented:

on 4 May 2019

Community Treasure Hunt

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

Start Hunting!