image: Convert to Column
Convert Image Window to Worksheet Column(s)
Minimum Origin Version Required: 2022b
1. cv2col -r 2 sort:=asc;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input Image | img |
Input ImageLayer |
|
Specify the Image layer to convert. |
Sort Column | sort |
Input int |
|
Specify whether to sort the output columns.
Option list:
|
Output Worksheet | ow |
Output Worksheet |
|
Specify output worksheet. |
This X-Function is added for GeoTIF image processing. It is used to generate the needed column with proper Long Name prepared for post-processing like histogram. Missing values will be ignored.
The computation uses function from OpenCV Main API. Please refer to the OpenCV Main API Help file, Version 2.4.11.0 and read imgproc. Image Processing topic.