Total Variation Inpainting using Split Bregman
Main Page
Modules
Data Structures
Files
File List
Globals
drawtext.h
Go to the documentation of this file.
1
24
#ifndef _DRAWTEXT_H_
25
#define _DRAWTEXT_H_
26
27
int
TextWidth
(
const
char
*Text);
28
29
void
DrawText
(
unsigned
char
*Image,
int
Width,
int
Height,
30
int
x0,
int
y0,
unsigned
char
Value,
const
char
*Text);
31
32
#endif
/* _DRAWTEXT_H_ */
Generated on Fri Jul 5 2013 22:10:28 for Total Variation Inpainting using Split Bregman by
1.8.3.1