IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Attributes | List of all members
ipsdk::imaproc::fd::HoughLinesResult Struct Reference

Structure allowing to encaspulate detected lines and output image associated to the result of a 2d Hough lines detection. More...

#include <HoughLinesResTypes.h>

Public Member Functions

constructor and destructor
 HoughLinesResult (const attr::HoughLines2dPptiesPtr &pLinesPpties, const image::ImagePtr &pOutImg)
 
 ~HoughLinesResult ()
 

Public Attributes

attr::HoughLines2dPptiesPtr _pLinesPpties
 lines properties
 
image::ImagePtr _pOutImg
 output image
 

Detailed Description

Structure allowing to encaspulate detected lines and output image associated to the result of a 2d Hough lines detection.


The documentation for this struct was generated from the following file: