Computes the size of the working buffer for the straight lines detection.
IppStatus ippiHoughLineGetSize_8u_C1R(IppiSize roiSize, IppPointPolar delta, int maxLineCount, int* pBufferSize);
The function ippiHoughLineGetSize is declared in the ippcv.h file. It operates with ROI (see Regions of Interest in Intel IPP).
This function computes the size of the temporary working buffer that is required for the function ippiHoughLine.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pBufferSize is NULL. |
ippStsSizeErr |
Indicates an error condition if roiSize or delta has a field with zero or negative value. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.