I'm currently trying to reproduce the following article:

Papadopoulos A, Fotiadis DI, Likas A. An automatic micro-calcifications detection system based on a hybrid neural network classifier. Artif Intell Med 2002;25:149—67.

In this article, they write:

"The mammogram is considered as a three-dimensional plot with the third axis (z) corresponding to the intensity of each pixel (Fig. 3a). The whole image is split into 30x30 sub-regions and, using bicubic interpolation, a second plot is obtained representing the intensity level of the local background (Fig. 3b). The interpolated image is subtracted from the original mammogram producing a third image with each pixel value providing the difference between the original and local background pixel values." [pg 153]

I have 1024x1024 sized mammograms. I'm confused to how the math works out on that 2nd sentence. Say I have a 30x30px sub-region. I can use bicubic interpolation to get the values in between the pixels, however that would give me a bigger image than 30x30. What do they mean by using bicubic interpolation to get the intensity level of the local background

Similar questions and discussions