This document presents a method for automated detection of dengue virus infection using images of white blood cells. The method involves preprocessing images using median filtering to remove noise, segmentation of white blood cells using morphological thresholding, feature extraction of cell nuclei using SIFT, and classification of cells as infected or non-infected using support vector machines (SVM). Testing showed the method achieved higher accuracy than existing techniques, with 75% accuracy compared to 65% for existing methods. The authors also explored using a two-layer feedforward neural network for classification, which achieved even higher accuracy than SVM.