2.15.8 cvOpen


Menu Information

File: New: Image: Image/Video...

Brief Information

Import an image file into a new Image window

Additional Information

Minimum Origin Version Required: 2022

Command Line Usage

1. string fname$= system.path.program$ + "Samples\Image Processing and Analysis\white camellia.jpg"; cvopen;

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
File Name fname$

Input

String

Specify the image file to import.
File Info info

Input

TreeNode

<optional>
List the information of the image file specified by fname.
Result Window Name wname

Output

String

<optional>
Header Info hinfo

Output

TreeNode

<optional>
Filter trfilter

Input

TreeNode

<optional>
File Index findex

Input

int

-1

Description

This cvOpen function imports an image file into a new Image window.