|
Revision 504, 416 bytes
(checked in by anthony_rowe, 2 years ago)
|
hsv color space
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
LIB = cc3-ilp |
|---|
| 2 |
LIBS += jpeg-6b |
|---|
| 3 |
|
|---|
| 4 |
CSOURCES = cc3_ilp.c cc3_color_track.c cc3_color_info.c cc3_jpg.c cc3_math.c cc3_conv.c cc3_connected_component.c cc3_img_writer.c cc3_histogram.c cc3_frame_diff.c cc3_hsv.c |
|---|
| 5 |
|
|---|
| 6 |
INCLUDES = cc3_ilp.h cc3_color_track.h cc3_color_info.h cc3_jpg.h cc3_math.h cc3_conv.h cc3_connected_component.h cc3_img_writer.h cc3_histogram.h cc3_frame_diff.h cc3_hsv.h |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
include ../../include/common.mk |
|---|