Back to Adaptive Vision Library website
You are here: Start » Function Reference » Surface Spatial Transforms » JoinSurfaces
JoinSurfaces
Combines two surfaces into one.
Syntax
C++
C#
void avl::JoinSurfaces ( const avl::Surface& inSurface1, const avl::Surface& inSurface2, avl::Surface& outSurface )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface1 | const Surface& | First input surface to join | |
![]() |
inSurface2 | const Surface& | Second input surface to join | |
![]() |
outSurface | Surface& | Combination of two input surfaces |
Errors
| Error type | Description |
|---|---|
| DomainError | Different Surface types in JoinSurfaces. |
| DomainError | Different axis scales in JoinSurfaces. |
| DomainError | Incompatible axis offsets in JoinSurfaces. |


