2.15.8 cvOpen
Contents
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 |
|
List the information of the image file specified by fname. |
| Result Window Name | wname |
Output String |
|
|
| Header Info | hinfo |
Output TreeNode |
|
|
| Filter | trfilter |
Input TreeNode |
|
|
| File Index | findex |
Input int |
Description
This cvOpen function imports an image file into a new Image window.