BaslerTwSupport / VisualApplets

Visual applets C# demonstration

Home Page:https://www.baslerweb.com/en/products/visualapplets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisualApplets

This is C# demonstration for visual applets.

Algorithm

Do hue saturation intensity threshold for color classification.

Installation

  1. Build visual applets as hap file.
  2. Edit camera size. Depend on the camera, the camera width is multiple of 64 for boost V camera( Check it in microDisplayX ). The image size of visual applets is multiple of 24. So the width must be least common multiple of 24 and 64. LCM( 24, 64) = 192.
    _size = new System.Drawing.Size(4992, 5120);
  3. Change name to built hap file.
    _Siso = new SiSo("Color_1Channel_IWCP.hap", 0, _size.Width, _size.Height, 1);

Navigation

  1. Select Process by to FPGA in in expander Others.

Others

  1. Select Debayer to right format as camera in expander Color.

Color

  1. Switch Display to Hue, Saturation and Intensity. Check the value of specific color that you want to classify.
  2. Set threshold of Hue, Saturation and Intensity.
  3. Check result by switch Display to Result.
  4. Select Process by to CPU in in expander Others. Do it again as step 1 to step 5. The parameters will save to System.xml after closed application.

Support

If you still have any questions please contact Balser Support

About

Visual applets C# demonstration

https://www.baslerweb.com/en/products/visualapplets/


Languages

Language:C# 100.0%