Intelligent Scissors?

Anyone ever done or know of a source for the implementation of intelligent scissors for cutting objects out of an image?

You can determine an object’s boundary by performing edge detection. See any book on image processing. A Google search should also yield plenty of results. Keywords might include: image, gradient, Laplacian, Hough transform, thresholding, segmentation, etc.