The invention discloses a left
ventricle segmentation method based on
artificial intelligence and a CTA image. According to the technical scheme, the left
ventricle segmentation method is characterized by comprising the steps of obtaining a CT image; inputting the CT image into the 8-layer U-Net
convolutional neural network to obtain a left
ventricle segmentation image; the
convolutional neural network comprises a contraction path and an expansion path; the contraction path comprises nine
encoder blocks, each
encoder block comprises two convolutions, the
kernel size is 3 * 3 pixels, the stride is 1 pixel, the
zero filling number is 1 pixel, and batch normalization and rectification linear units are used as activation functions, so that the number of feature channels is doubled; the extension path comprises eight decoder blocks, each decoder comprises two convolutions, the
kernel size is 3 * 3 pixels, the stride is one pixel, the
zero padding number is one pixel, then batch normalization and rectification linear units are used as activation functions, the number of feature channels is halved, and the left ventricle segmentation accuracy of CT can be further improved.