SqueezeBrains SDK 1.18
|
Tutorial 5 - Retina - How to do training and detection with custom elaboration. More...
#include "../common/common.h"
Go to the source code of this file.
Data Structures | |
struct | retina_svl_user_data |
Functions | |
sb_t_err | create_retina_project_file (SB_HANDLE *retina) |
Create a retina project file. More... | |
sb_t_err | set_samples (SB_HANDLE retina) |
Set samples. More... | |
sb_t_err | execute_svl (void) |
Execute svl. More... | |
sb_t_err | detection (void) |
Detection on resized images. More... | |
int | main (void) |
Tutorial 5 - Retina - How to do training and detection with custom elaboration.
This tutorial shows how to use:
You should follow the following steps:
Definition in file retina_svl_custom_elaboration.c.
Create a retina project file.
Definition at line 215 of file retina_svl_custom_elaboration.c.
sb_t_err detection | ( | void | ) |
Detection on resized images.
Definition at line 356 of file retina_svl_custom_elaboration.c.
sb_t_err execute_svl | ( | void | ) |
Execute svl.
Definition at line 305 of file retina_svl_custom_elaboration.c.
int main | ( | void | ) |
In the following the list of the program steps:
Definition at line 168 of file retina_svl_custom_elaboration.c.
Set samples.
Definition at line 244 of file retina_svl_custom_elaboration.c.