IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
BuildLines2dImg.h File Reference

Wrapper functions for Generates a binary image with oriented lines. More...

#include <IPSDKIPL/IPSDKIPLUtility/IPSDKIPLUtilityExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::util
 Namespace agregating image processing utility algorithm.
 

Functions

IPSDKIPLUTILITY_API ipsdk::image::ImagePtr ipsdk::imaproc::util::buildLines2dImg (const ipsdk::ipUInt64 sizeX, const ipsdk::ipUInt64 sizeY, const ipsdk::ipReal32 theta, const ipsdk::ipReal32 offset)
 wrapper function for Generates a binary image with oriented lines More...
 
IPSDKIPLUTILITY_API void ipsdk::imaproc::util::buildLines2dImg (const ipsdk::ipReal32 theta, const ipsdk::ipReal32 offset, const image::ImagePtr &pOutBinImg)
 wrapper function for Generates a binary image with oriented lines More...
 
IPSDKIPLUTILITY_API boost::shared_ptr< BuildLines2dImgLvl1 > ipsdk::imaproc::util::buildLines2dImg_async (const ipsdk::ipUInt64 sizeX, const ipsdk::ipUInt64 sizeY, const ipsdk::ipReal32 theta, const ipsdk::ipReal32 offset)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API boost::shared_ptr< BuildLines2dImgLvl1 > ipsdk::imaproc::util::buildLines2dImg_async (const ipsdk::ipReal32 theta, const ipsdk::ipReal32 offset, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< BuildLines2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Generates a binary image with oriented lines.

Author
R. Abbal
Date
2024/10/10