NAME

image_draw_hull_boundary - Draws the boundary of a convex hull on an image

SYNOPSIS

#include "i3/i3_draw_hull.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int image_draw_hull_boundary
(
	KJB_image *ip,
	const Hull *hp,
	int r,
	int g,
	int b
);

DESCRIPTION

This routine sets the pixels of "ip" which are on the boundary of the convex hull "hp" to (r,g,b).

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

image_draw_hull_interior