<div dir="ltr"><span style="font-size:12.8px">hey,</span><br style="font-size:12.8px"><span style="font-size:12.8px">im working on an image processing project in which Im trying to segment the</span><br style="font-size:12.8px"><span style="font-size:12.8px">spine region in an chest xray...i plan on doing it in the following steps...</span><br style="font-size:12.8px"><span style="font-size:12.8px">in the first step i have managed to use region growing algorithm to  produce</span><br style="font-size:12.8px"><span style="font-size:12.8px">an binary mask such that white part of the mask is  more or less around the</span><br style="font-size:12.8px"><span style="font-size:12.8px">ROI (the spine).. in the next step i have masked the original image and the</span><br style="font-size:12.8px"><span style="font-size:12.8px">binary mask image such that wherever the white region overlaps the original</span><br style="font-size:12.8px"><span style="font-size:12.8px">pixel value of the image is retained and the rest is made black this is done</span><br style="font-size:12.8px"><span style="font-size:12.8px">in order to narrow down the ROI... next  apply active contours technique to</span><br style="font-size:12.8px"><span style="font-size:12.8px">this image.. how do I restrict the algorithm such that it acts only within</span><br style="font-size:12.8px"><span style="font-size:12.8px">the masked region... i tried to find the solution on the net but the</span><br style="font-size:12.8px"><span style="font-size:12.8px">solutions for the regular shaped mask such as rectangle area available but since</span><br style="font-size:12.8px"><span style="font-size:12.8px">spine is IRREGULAR, the mask also tends to b irregular.. please help me</span><br style="font-size:12.8px"><span style="font-size:12.8px">out..!!</span><br></div>