VIP: Volume Image Processing


random.h File Reference
#include <stdio.h>
#include <vip/volume.h>
Include dependency graph for random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  random_box
 

Typedefs

typedef struct random_box RandomBox
 

Functions

RandomBoxVipCreateRandomBoxCircularList (int size, int nb_label)
 
RandomBoxVipCreateRandomBox (unsigned char label, float proba)
 
void VipFreeRandomBox (RandomBox *rb_list)
 

Typedef Documentation

◆ RandomBox

typedef struct random_box RandomBox

Function Documentation

◆ VipCreateRandomBox()

RandomBox * VipCreateRandomBox ( unsigned char label,
float proba )
extern

◆ VipCreateRandomBoxCircularList()

RandomBox * VipCreateRandomBoxCircularList ( int size,
int nb_label )
extern

◆ VipFreeRandomBox()

void VipFreeRandomBox ( RandomBox * rb_list)
extern