Vision Laplace Edge Vision Morphological Operation navigation bar

Table of Contents

Vision Load Image

Beta

This block is currently a beta version. If you are using this block, we would appreciate any feedback at tech@quanser.com.

Loads an image from the specified file.

Library

QUARC Targets Beta/Image Processing/Open Source Computer Vision

Description

Vision Load Image

The Vision Load Image block loads an image from the specified file and returns the handle to the loaded image.

In order to use this block, be sure to follow the instructions described on the Vision Capture Image page, and take careful note of the limitations.

Input Ports

This block has no input ports.

Output Ports

image

A handle to the loaded image. It uses OpenCV (Open Source Computer Vision) IplImage structure to store image data.

err

The error signal returns a negative value in case of failure to load the image from the specified file.

Parameters and Dialog Box

Vision Load Image

Filename

Name of the file to be loaded. The supported file formats are: JPEG, JPG, and JPE.

Targets

Target Name

Compatible*

Model Referencing

Comments

QUARC Win32 Target

No

No

Not supported.

QUARC Win64 Target

No

No

Not supported.

QUARC Linux Nvidia Target

Yes

Yes

QUARC Linux QBot Platform Target

Yes

Yes

QUARC Linux QCar 2 Target

Yes

Yes

QUARC Linux QDrone 2 Target

Yes

Yes

QUARC Linux Raspberry Pi 3 Target

Yes

Yes

QUARC Linux Raspberry Pi 4 Target

Yes

Yes

QUARC Linux RT ARMv7 Target

Yes

Yes

QUARC Linux x64 Target

Yes

Yes

QUARC Linux DuoVero Target

Yes

Yes

QUARC Linux DuoVero 2016 Target

Yes

Yes

QUARC Linux Verdex Target

Yes

Yes

QUARC QNX x86 Target

No

No

Not supported.

Rapid Simulation (RSIM) Target

No

No

Not supported.

S-Function Target

No

N/A

Old technology. Use model referencing instead.

Normal simulation

Yes

Yes

* Compatible means that the block can be compiled for the target.

 

navigation bar