Cardiac magnetic resonance imaging (CMRI) is an accurate and reproducible technique for the evaluation of cardiac function. It is also the gold standard for ventricular volume measurements as documented by both ex vivo and in vivo studies (
1). Left ventricle volume measurement needs segmentation of the left ventricle (LV), which is a difficult task because of its unclear borders and shape variety. The presence of papillary muscles in the ventricle cavity, with gray level values similar to the surrounding myocardium is considered as another problem. In summary, the problem of left ventricle segmentation is still open due to these issues; whereas, numerous methods have been proposed (
2,
3). The previous works may be categorized into different groups: active contour (
4-
6), methods based on computation of thresholding (
7,
8), graph search algorithms (
9,
10), atlas based methods (
11-
14), and statistical shape models (active shape and appearance model) (
15-
17). Among these methods, statistical shape models are the most used approach in this field (
2,
3). Atlas-based segmentation uses labeled images, known as atlas, to describe diverse structures present in the intended image. Registration of atlases onto the image to be segmented is the key point of this procedure (
3). As literature shows (
2,
3), the main drawback of this method is the effect of the registration quality on the success of the approach. Active contour is another approach of medical image segmentation that has been widely used regarding their flexibility (
18). Active contours are iteratively deforming curves that minimize an energy functional with their evolution, and meanwhile use information of object boundaries and smoothness of curve as separate terms (
2). A number of methods have been worked on using active contour model for left ventricle segmentation. Grosgeorge et al. (
5) utilized well-known region based active contour approach, Chan-Vese approach, for segmentation of both left and right ventricle. Their results show a satisfying segmentation, but because of using region term solely, this method results good only in homogenous regions with well-defined borders. Graph based method is another approach used for right and left ventricle segmentation. In graph-based methods, every image pixel is considered as node and edges between graph nodes are defined with similarity function. Cut is a set of edges of graph that omitting them partitions the graph into two disjoint sets. Global optimization of cost function is the framework of this approach. Graph theoretic techniques are not limited to graph cut and generally are categorized into four groups (
19): (1) Graph cut: Cuts can be obtained using minimizing a predefined cost function or on Markov random field models. (2) Minimum path based methods: These methods are semi-automatic approaches that define the object frontiers as minimum cost paths between each pairs of nodes. (3) Methods based on minimal spanning tree: A minimum spanning tree (MST) is a tree of a connected undirected graph that connects all the vertices together with the minimal total weights for its edges. For segmentation by this approach, edges from different sub-graphs are removed. (4) Other methods: graph based segmentation methods that are not part of any of the above categories (
20). Among these four approaches, minimum path based method is considered as a semi-automatic technique. So, it is more interesting in medical applications because incorporating radiologist knowledge makes the segmentation process more reliable and accurate. The most well-known algorithm for solving “minimum path finding problem” is Dijkstra’s algorithm (
21), which is also utilized in livewire (
22). 2-D livewire method provides the possibility of selecting an initial point on the boundary of the object to be segmented. The next point is placed in a way such that the lowest cost path between the initial point and the current cursor position will find the object of interest interactively. There are efforts for extending 2-D livewire to 3-D framework (
23-
25) in various applications, especially medical applications. Another extended version of live wire is proposed in a study conducted by Poon et al. (
26), in which the cost function is modified so it can segment vessel images more appropriately. They added vesselness filter, vessel direction term and fitness of medial node term to the livewire cost function. This idea actually works well in the 2-D segmentation context. Classical livewire hires image features like edge and gradient information, while this information in the ventricle border is inaccessible more often due to ill-defined borders and partial volume effect.