2.15.1 cv2col
Contents
Menu Information
image: Convert to Column
Brief Information
Convert Image Window to Worksheet Column(s)
Additional Information
Minimum Origin Version Required: 2022b
Command Line Usage
1. cv2col -r 2 sort:=asc;
X-Function Execution Options
Please refer to the page for additional option switches when accessing the x-function from script
Variables
| 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. |
Description
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.
Algorithm
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.