Landmarks result batch interface.  
 More...
#include <IFaceLandmarksBatch.h>
 | 
| virtual size_t  | getSizeOfLandmarks5 () const noexcept=0 | 
|   | Returns size.  
  | 
|   | 
| virtual size_t  | getSizeOfLandmarks68 () const noexcept=0 | 
|   | Returns size.  
  | 
|   | 
| virtual Span< const Landmarks5 >  | getLandmarks5 (size_t index=0) const noexcept=0 | 
|   | Returns Landmarks5 Span.  
  | 
|   | 
| virtual Span< const Landmarks68 >  | getLandmarks68 (size_t index=0) const noexcept=0 | 
|   | Returns Landmarks68 Span.  
  | 
|   | 
| virtual int32_t  | retain () noexcept=0 | 
|   | Increase strong reference count.  
  | 
|   | 
| virtual int32_t  | retainLocked () noexcept=0 | 
|   | Increase strong reference count thread safely.  
  | 
|   | 
| virtual int32_t  | release () noexcept=0 | 
|   | Decrease strong reference count.  
  | 
|   | 
| virtual int32_t  | getRefCount () const noexcept=0 | 
|   | Get actual strong reference count.  
  | 
|   | 
| virtual int32_t  | retainWeak () noexcept=0 | 
|   | Increase weak reference count.  
  | 
|   | 
| virtual int32_t  | releaseWeak () noexcept=0 | 
|   | Decrease weak reference count.  
  | 
|   | 
| virtual int32_t  | getWeakRefCount () const noexcept=0 | 
|   | Get actual weak reference count.  
  | 
|   | 
Landmarks result batch interface. 
 
◆ getLandmarks5()
  
  
      
        
          | virtual Span< const Landmarks5 > fsdk::IFaceLandmarksBatch::getLandmarks5  | 
          ( | 
          size_t |           index = 0 | ) | 
           const | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
Returns Landmarks5 Span. 
- Parameters
 - 
  
    | [in] | index | index of the landmarks object.  | 
  
   
- Returns
 - Span of Landmarks5. 
 
- See also
 - Span and Landmarks5 for details. 
 
 
 
◆ getLandmarks68()
  
  
      
        
          | virtual Span< const Landmarks68 > fsdk::IFaceLandmarksBatch::getLandmarks68  | 
          ( | 
          size_t |           index = 0 | ) | 
           const | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
Returns Landmarks68 Span. 
- Parameters
 - 
  
    | [in] | index | index of the landmarks object.  | 
  
   
- Returns
 - Span of Landmarks68. 
 
- See also
 - Span and Landmarks68 for details. 
 
 
 
◆ getSizeOfLandmarks5()
  
  
      
        
          | virtual size_t fsdk::IFaceLandmarksBatch::getSizeOfLandmarks5  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
Returns size. 
- Returns
 - size of the landmarks5 list. 
 
 
 
◆ getSizeOfLandmarks68()
  
  
      
        
          | virtual size_t fsdk::IFaceLandmarksBatch::getSizeOfLandmarks68  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
Returns size. 
- Returns
 - size of the landmarks68 list. 
 
 
 
The documentation for this struct was generated from the following file: