?? blendimages.h
字號:
///////////////////////////////////////////////////////////////////////////
//
// NAME
// BlendImages.h -- blend together a set of overlapping images
//
// SPECIFICATION
// CByteImage BlendImages(CImagePositionV ipv, float blendWidth);
//
// PARAMETERS
// ipv list (vector) of images and their locations
// blendWidth half-width of transition region (in pixels)
//
// DESCRIPTION
// This routine takes a collection of images aligned more or less horizontally
// and stitches together a mosaic.
//
// The images can be blended together any way you like, but I would recommend
// using a soft halfway blend of the kind Steve presented in the first lecture.
//
// Once you have blended the images together, you should crop the resulting
// mosaic at the halfway points of the first and last image. You should also
// take out any accumulated vertical drift using an affine warp.
// Lucas-Kanade Taylor series expansion of the registration error.
//
// SEE ALSO
// BlendImages.cpp implementation
//
// Copyright
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -