opencv_world410d.lib
The names of the libraries are as follow:
opencv_(The Name of the module)(The version Number of the library you use)d.lib
For the purposes of this example, we will make reference to IplImage and cvLoadImge(), both constructs
from the ancient pre–version 2.1 interface that are now deprecated. We won’t really cover them in detail in
this book, but all you need to know for this example is that IplImage is the old data structure for images, and
cvLoadImage() was the old function to get an image from disk and return a pointer to the resulting image
structure.