fixed remap with transparent border (ticket #582)

This commit is contained in:
Vadim Pisarevsky
2010-11-10 21:14:57 +00:00
parent e6b2efeb11
commit e15a2ea95a
3 changed files with 7 additions and 9 deletions

View File

@@ -513,6 +513,7 @@ IplConvKernelFP;
/* extra border mode */
#define IPL_BORDER_REFLECT_101 4
#define IPL_BORDER_TRANSPARENT 5
#define IPL_IMAGE_MAGIC_VAL ((int)sizeof(IplImage))
#define CV_TYPE_NAME_IMAGE "opencv-image"