File: New: Image: Image/Video...
Import an image file into a new Image window
Minimum Origin Version Required: 2022
1. string fname$= system.path.program$ + "Samples\Image Processing and Analysis\white camellia.jpg"; cvopen;
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 |
---|---|---|---|---|
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 |
This cvOpen function imports an image file into a new Image window.