IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKIPL
IPSDKIPLFiltering
Processor
ZStackFocusMaximumImg
ZStackFocusMaximumResultTypes.h
Go to the documentation of this file.
1
// ZStackFocusMaximumResultTypes.h
3
// -----------------------------
4
//
14
15
#ifndef __IPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMRESULTTYPES_H__
16
#define __IPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMRESULTTYPES_H__
17
18
// suppression warnings
19
// warning C4251: 'ipsdk::imaproc::filter::GradientXYImg::_pXGradImg' : class 'boost::shared_ptr<T>' needs to have dll-interface to be used by clients of struct 'ipsdk::imaproc::filter::GradientXYImg'
20
#pragma warning (push)
21
#pragma warning (disable : 4251)
22
23
#include <
IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h
>
24
#include <
IPSDKImage/Image/ImageTypes.h
>
25
26
namespace
ipsdk
{
27
namespace
imaproc {
28
namespace
filter {
29
32
37
struct
IPSDKIPLFILTERING_API
ZStackFocusMaximumResult
38
{
41
ZStackFocusMaximumResult
(
const
image::ImagePtr
& pOutImg,
42
const
image::ImagePtr
& pOutLabelImg) :
43
_pOutImg(pOutImg),
44
_pOutLabelImg(pOutLabelImg) {}
45
~
ZStackFocusMaximumResult
() {}
47
49
image::ImagePtr
_pOutImg
;
50
image::ImagePtr
_pOutLabelImg;
51
};
52
55
56
}
// end of namespace filter
57
}
// end of namespace imaproc
58
}
// end of namespace ipsdk
59
60
#pragma warning (pop)
61
62
#endif // __IPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMRESULTTYPES_H__
ipsdk::image::ImagePtr
boost::shared_ptr< BaseImage > ImagePtr
ipsdk::imaproc::filter::ZStackFocusMaximumResult::_pOutImg
image::ImagePtr _pOutImg
output image
Definition:
ZStackFocusMaximumResultTypes.h:49
ipsdk
IPSDKIPLFILTERING_API
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition:
IPSDKIPLFilteringExports.h:25
ipsdk::imaproc::filter::ZStackFocusMaximumResult
Definition:
ZStackFocusMaximumResultTypes.h:37
ImageTypes.h
IPSDKIPLFilteringExports.h
Definition of import/export macro for library.
Generated on Tue Apr 15 2025 16:23:59 for IPSDK by
1.8.14