Load Image
This function block allows users to load an image from their file system into the application. It provides options to view the image immediately after loading.
📥 Inputs
This block does not accept any inputs.
📤 Outputs
Image RGB
The loaded RGB image from the file system.
🕹️ Controls
Load Image
A button to open a file dialog and select an image file from your computer.
See Image
A button that opens an image viewer to display the loaded image.
🎨 Features
File Dialog
A graphical file dialog is provided for easy navigation and selection of image files.
Image Preview
Users can view the loaded image immediately using the See Image
button.
📝 Usage Instructions
Load Image: Click the
Load Image
button to open a file dialog and select an image file from your computer.View Image: Once the image is loaded, click the
See Image
button to open a dedicated image viewer to see the loaded image.
📊 Evaluation
When executed, this function block will load the selected image from the file system, and it can be used to pass on the image data to other processing blocks.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated