Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.43 KB

texture-detection-result-unit-v3.0.30.md

File metadata and controls

56 lines (36 loc) · 1.43 KB
layout title description keywords needAutoGenerateSidebar
default-layout
class CTextureDetectionResultUnit - Dynamsoft Core Module C++ Edition API Reference
This page shows the C++ edition of the class CTextureDetectionResultUnit in Dynamsoft Core Module.
texture detection result, c++
true

CTextureDetectionResultUnit

The CTextureDetectionResultUnit class represents an intermediate result unit for texture detection. It is derived from the CIntermediateResultUnit class and contains the x-direction spacing and y-direction spacing of the texture stripes.

Definition

Namespace: dynamsoft::intermediate_results

Assembly: DynamsoftCore

class CTextureDetectionResultUnit : public CIntermediateResultUnit 

Methods Summary

Method Description
GetXSpacing Gets x-direction spacing of the texture stripes.
GetYSpacing Gets y-direction spacing of the texture stripes.

Inherited Methods

{%- include inherited-methods/intermediate-result-unit.md -%}

GetXSpacing

Gets x-direction spacing of the texture stripes.

virtual int GetXSpacing() 

Return value

Returns the x-direction spacing of the texture stripes.

GetYSpacing

Gets y-direction spacing of the texture stripes.

virtual int GetYSpacing() 

Return value

Returns the y-direction spacing of the texture stripes.