Helper class for the unit test. More...
#include <random_tree_image_gpu.h>
Public Attributes | |
| int | leftNodeOffset |
| offset of its left node | |
| int | type |
| type of the feature | |
| int8_t | offset1X |
| x offset of the first region | |
| int8_t | offset1Y |
| y offset of the first region | |
| int8_t | region1X |
| width of the first region | |
| int8_t | region1Y |
| height of the first region | |
| int8_t | offset2X |
| x offset of the second region | |
| int8_t | offset2Y |
| y offset of the second region | |
| int8_t | region2X |
| width of the second region | |
| int8_t | region2Y |
| height of the second region | |
| uint8_t | channel1 |
| first channel of the feature | |
| uint8_t | channel2 |
| second channel of the feature | |
| float | threshold |
| threshold that the feature response is compared against | |
|
cuv::ndarray< float, cuv::host_memory_space > | histogram |
| histogram of the node | |
Helper class for the unit test.
Definition at line 333 of file random_tree_image_gpu.h.
1.8.1.2