Question about .height()

Question about .height()

Shouldn't these return the same thing?
DOM height
theImage.get(0).height
164

jQuery height
theImage.height()
0

Here is what the image refers to (actually a much smaller image for brevity)