2.15.1 cv2col


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

<active>
Specify the Image layer to convert.
Sort Column sort

Input

int

0
Specify whether to sort the output columns.

Option list:

  • Unserted:unsorted(0)
  • Ascending:asc(1)
  • Descending:desc(2)
Output Worksheet ow

Output

Worksheet

[<new>]<new>
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.

Related X-Functions

cvhistogram, cv2Mat