Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Spatial Transforms » TransposePath
TransposePath
Flips and rotates a path so that x-coordinates are exchanged with y-coordinates.
Syntax
C++
C#
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outPath | Path& | Output path |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inPath and outPath


