 | ProfileInterfaceExtractProfile Method |
Namespace: LynceeTec.ProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic int ExtractProfile(
int startx,
int starty,
int endx,
int endy,
int avgWidth,
float[] data,
int stepData,
int width,
int height,
byte[] mask,
int stepMask,
bool unwrap
)
public:
int ExtractProfile(
int startx,
int starty,
int endx,
int endy,
int avgWidth,
array<float>^ data,
int stepData,
int width,
int height,
array<unsigned char>^ mask,
int stepMask,
bool unwrap
)
Parameters
- startx Int32
-
- starty Int32
-
- endx Int32
-
- endy Int32
-
- avgWidth Int32
-
- data Single
-
- stepData Int32
-
- width Int32
-
- height Int32
-
- mask Byte
-
- stepMask Int32
-
- unwrap Boolean
-
Return Value
Int32
See Also