#include <cstdio>
#include <cstring>
#include <yarp/os/Log.h>
#include <yarp/sig/impl/IplImage.h>
Go to the source code of this file.
◆ AllocAligned()
char * AllocAligned |
( |
int |
size | ) |
|
◆ FreeAligned()
void FreeAligned |
( |
char * |
ptr | ) |
|
◆ iplAllocateImage()
◆ iplCreateImageHeader()
MiniIplImage * iplCreateImageHeader |
( |
int |
nChannels, |
|
|
int |
depth, |
|
|
int |
origin, |
|
|
int |
align, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
extern |
◆ iplDeallocateHeader()
◆ iplDeallocateImage()
delete[] image->imageData;
Definition at line 48 of file IplImage.cpp.
◆ PAD_BYTES()
int PAD_BYTES |
( |
int |
len, |
|
|
int |
pad |
|
) |
| |
|
inline |
this might turn out to be useful.
Definition at line 15 of file IplImage.cpp.