Go to the source code of this file.
Functions | |
| template<class IMAGECLASS> | |
| void | iplvHanningWindowSmoothBorder (IMAGECLASS &ims) |
| template<typename IMAGECLASS1, typename IMAGECLASS2> | |
| void | iplvResizeCopyImageZeroPad (IMAGECLASS1 *p_imS, IMAGECLASS2 *p_imD, typename IMAGECLASS2::value_type defaultV=0) |
| template<typename PIXELTYPE1, typename PIXELTYPE2> | |
| void | iplvResizeCopyImageZeroPadDiffrentPixeltype (vigra::BasicImageView< PIXELTYPE1 > *p_imS, vigra::BasicImageView< PIXELTYPE2 > *p_imD, PIXELTYPE2 defaultV=0, PIXELTYPE1 scale=255, PIXELTYPE1 offset=0) |
| template<typename IMAGECLASS> | |
| void | iplvArgMaxXYimg (IMAGECLASS *p_imS, int &xmax, int &ymax, float maxv=-200000000000) |
| template<typename PIXELTYPE> | |
| void | iplvTileImageNoCycle (vigra::BasicImageView< PIXELTYPE > *p_im1, vigra::BasicImageView< PIXELTYPE > *p_im2, vigra::BasicImageView< PIXELTYPE > *p_im3, int tileLen, int shiftx, int shifty) |
|
||||||||||||||||||||||||
|
Definition at line 145 of file vimageoperation.hxx. References FindArgMinMax2D< VALUETYPE >::xMax(), and FindArgMinMax2D< VALUETYPE >::yMax(). |
|
||||||||||
|
Definition at line 8 of file vimageoperation.hxx. Referenced by phaseOnlyCorrelation(). |
|
||||||||||||||||||||
|
Definition at line 34 of file vimageoperation.hxx. Referenced by CiplvBasicImage< PIXELTYPE, Alloc >::CiplvBasicImage(), and phaseOnlyCorrelation(). |
|
||||||||||||||||||||||||||||
|
Definition at line 89 of file vimageoperation.hxx. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 178 of file vimageoperation.hxx. |
1.4.5