Advertising

Wednesday, December 21, 2011

How to get list of points in a line

I would suggest converting the line to a parametric format instead of point-slope. That is, a parametric function for the line returns points along that line for the value of some parameter t. You can represent the line as a reference point, and a vector representing the direction of the line going through that point. That way, you just travel d units forward and backward from point A to get your other points.

Sunday, December 11, 2011

Brachytherapy : overview

Brachytherapy is a method of cancer treatment in which we put directly the radiation source into tumor volumn. Then these radiation sources will kill the cancer cells.

Wednesday, December 7, 2011

Medical image database

The medical image is an useful source for medical researches. So the medical imaging database is opened and accessed in the internet. This page lists the online database of medical images that we could download.

Tuesday, December 6, 2011

Diffusion Tensor Imaging : Applications

Diffusion Tensor Imaging (DTI).

Diffusion image measures the random motion of water (and other liquids with hydrogen). DTI is an important tool because it is sensitive to acute brain injury. With DTI we could see some strokes that could not be seen in using the MRI. DTI is correlated with the white matter integrity.

Deformable Registration with the SIFT points

SIFT points are the features point whose proprities are invariant in scaling, in the change of light, or rotation.

The principal idea of this method is use the correspondance between the points to determiner the transformation, the displacement of point. Then those points are considered as the control points that influence the form of the moving image in the deformation.

Friday, December 2, 2011

Some deformation demons methods

One of the most used recently method for the deformable registration is demons method. In this article, I show some results of using demons method implemented in the Itk 4.0.

Monday, November 28, 2011

Some types of volume in oncology


The volume of patient interested in the oncology is the region that we considered in the therapy. There are some types of volume in oncology.

  1. PTV. PTV - Planning Tumor Volume (GTV <= CTV <= PTV). That is the region of tumor that we make a plan of therapy.
  2. CTV. CTV - Clinical Tumor Volume (GTV <= CTV <= PTV). That is the region of tumor that is detected in clinic.
  3. GTV. GTV - Gross Tumor Volume (GTV <= CTV <= PTV). That is the real (approximating) region of tumor of the patient.
  4. Treated Volume. That is the region that we isolate for treatment.
  5. Irradiated Volume. That is the region that we are irradiated. In this region, we need an enough dose to destroy the tumor.
  6. Organ. That is the region representing organs of patient. This region is so sensible with the radiation. We need an minimal dose of radiation on this region.
Normalement, each computer-aided therapy software  supports all these volumns. Because, they are basic volumes considered in the oncology.

Sunday, November 27, 2011

Demons : a non-rigid deformable registration

Demons is a method of non-rigid deformable registration.

The basic idea of Demons is to use the sum of square difference (SSD) of intensity for deforming image. Demons uses optical flow to calculate forces on the each point of image. The force proposed by Thirion corresponds to a second order gradient descent on SSD criterion.

Saturday, November 26, 2011

List of medical imaging library

Medical imaging programmation is useful for biomedical informatic. In this page, we list the programming library used in biomedical research.

List of medical visualisation software

This page displays a list of medical visualisation software:


  • MedINRIA MedINRIA is a free collection of softwares developed within the Asclepios research project. It aims at providing to clinicians state-of-the-art algorithms dedicated to medical image processing and visualization
  • VR-Render is a software of IRCad.
  • ParaView. ParaView is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView's batch processing capabilities.

List of medical imaging software is presented in the following website http://www.idoimaging.com/. It's a good summary.

Monday, November 21, 2011

Some main steps for creating a treating plan in oncology


Some main steps for creating a treating plan in oncology.

Some software provides some different steps for constitute a treating plan. In this article, I will mention some principal steps:

Construction of patient profile.
The information of the patient is stored in a patient information server. Each software want to use a patient profile, it connects to the server and get the expected profile. In each patient profile, we attach each model. Each model contains the basic information about the patient and CT or MR, etc image serie.

Test deformation with ITK v4.0rc02.

The imaging registration is an important step in the medical imaging. In there, the deformable registration is a difficult subject. In this article, I show some results of deformable registration implemented in the Itk 4.0.