SqueezeBrains SDK 1.18
|
Contains the results of the image pre-processing. More...
#include <sb.h>
Data Fields | |
sb_t_image * | image |
Pre processed image, that is the warped image. More... | |
sb_t_roi * | roi |
Image elaboration ROI. | |
sb_t_roi * | roi_defects |
Image defects ROI. | |
SB_HANDLE | warped2ori |
lut of the samples coordinates from warped image to the original one. | |
Contains the results of the image pre-processing.
See Lut for more details about the lut.
sb_t_image* sb_t_svl_pre_elaboration::image |
Pre processed image, that is the warped image.
When the x-axis is circular the image is already extended by a number of points obtained with the function sb_retina_circular_grow_width_get. In the parameter img_width_circular the user should write the original size of the image, otherwise the SVL cannot manage correctly the x-coordinate.