SqueezeBrains SDK 1.13
Tutorial12_DeepCortexDetect.DeepCortexDetect Class Reference

Tutorial 3 - Deep Cortex - How to elaborate images More...

Detailed Description

Tutorial 3 - Deep Cortex - How to elaborate images

Attention
To execute this tutorial you need:
  • to have installed the SB Deep Learning Framework
  • to ensure that path to SB Deep Learning Framework is included in the PATH enviroment variable or in any case to be visible by the program. It is possible to specify additional paths as argument to the sb_cs::Sb::InitDl function.

In this tutorial you can find what do you need to elaborate images in your system with a minimal integration of SB library. To elaborate an image you have to call the function sb_cs.SbProject.Detection and get the results with the function sb_cs.SbProject.GetRes .
The function sb_cs.SbProject.Detection needs requires the following argument in case of Deep Cortex project:

  1. a sb_cs.SbImage, the image to be processed.
    To create the image you can choose between two different procedures depending if you already have the raw image in the memory or not:
  2. a sb_cs.SbRoi: the ROI (Region Of Interest) that specifies the region of the image to be processed. sb_cs.SbProjectType::SB_PROJECT_TYPE_DEEP_CORTEX does not use ROI, thus it has to be set equal to null.
See also
sb_cs.Sb.Init, sb_cs.Sb.Release, sb_cs.Sb.InitDl, sb_cs.SbLicense.GetInfo, sb_cs.SbSolution.GetInfo, sb_cs.SbProject.Load, sb_cs.SbProject.GetPar, sb_cs.SbProject.SetPar, sb_cs.SbProject.Detection, sb_cs.SbProject.GetRes, sb_cs.SbImage.Load, sb_cs.SbFolder.Load

Definition at line 38 of file DeepCortexDetect.cs.


The documentation for this class was generated from the following file: