IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
Zoom3dImg.h File Reference

Wrapper functions for image 3d zoom algorithm. More...

#include <IPSDKIPL/IPSDKIPLGeometricTransform/IPSDKIPLGeometricTransformExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Img3dSize.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ScaleFactor3d.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/ZoomInterpolationMethod.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::gtrans
 Namespace aggregating image geometric transformation processing algorithms.
 

Functions

IPSDKIPLGEOMETRICTRANSFORM_API attr::Img3dSizePtr ipsdk::imaproc::gtrans::getZoom3dOutputImageSize (const ipsdk::imaproc::attr::Img3dSize &inImgSize, const ipsdk::imaproc::attr::ScaleFactor3d &scaleFactor)
 utility function deducing output image dimensions from zoom factors and input image dimensions
 
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::zoom3dImg (const image::ImageConstPtr &pInImg, ipReal64 xZoomFactor, ipReal64 yZoomFactor, ipReal64 zZoomFactor, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod)
 wrapper function for image 3d zoom algorithm More...
 
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::zoom3dImg (const image::ImageConstPtr &pInImg, ipReal64 zoomFactor, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod)
 wrapper function for image 3d zoom algorithm More...
 
IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::zoom3dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod, const image::ImagePtr &pOutImg)
 wrapper function for image 3d zoom algorithm More...
 
IPSDKIPLGEOMETRICTRANSFORM_API void ipsdk::imaproc::gtrans::zoom3dImg (const image::ImageConstPtr &pInImg, ipReal64 xZoomFactor, ipReal64 yZoomFactor, ipReal64 zZoomFactor, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod, const image::ImagePtr &pOutImg)
 wrapper function for image 3d zoom algorithm More...
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< Zoom3dImgLvl1 > ipsdk::imaproc::gtrans::zoom3dImg_async (const image::ImageConstPtr &pInImg, ipReal64 xZoomFactor, ipReal64 yZoomFactor, ipReal64 zZoomFactor, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< Zoom3dImgLvl1 > ipsdk::imaproc::gtrans::zoom3dImg_async (const image::ImageConstPtr &pInImg, ipReal64 zoomFactor, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< Zoom3dImgLvl1 > ipsdk::imaproc::gtrans::zoom3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< Zoom3dImgLvl1 > ipsdk::imaproc::gtrans::zoom3dImg_async (const image::ImageConstPtr &pInImg, ipReal64 xZoomFactor, ipReal64 yZoomFactor, ipReal64 zZoomFactor, const ipsdk::imaproc::attr::eZoomInterpolationMethod &interpolationMethod, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr ipsdk::imaproc::gtrans::getAsyncProcessorOutput (boost::shared_ptr< Zoom3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for image 3d zoom algorithm.

Author
H. Delestre
Date
2016/06/07