cmv_threshold.h File Reference
Color threshold support for CMVision.
More...
#include <stdio.h>
#include "cmv_types.h"
Go to the source code of this file.
Classes |
class | CMVision::DummyI3< x, y, z > |
class | CMVision::DummyT1I3< T, x, y, z > |
Namespaces |
namespace | CMVision |
| For more information on the CMVision package, visit http://www.cs.cmu.edu/~jbruce/cmvision/.
|
Functions |
template<class cmap_t , class image , int bits_y, int bits_u, int bits_v> |
void | CMVision::ThresholdImage (cmap_t *cmap, image &img, cmap_t *tmap, DummyI3< bits_y, bits_u, bits_v > dummy=DummyI3< bits_y, bits_u, bits_v >()) |
template<class cmap_t , class image > |
void | CMVision::ThresholdImageRGB16 (cmap_t *cmap, image &img, cmap_t *tmap) |
template<class cmap_t , class image , class element , int bits_y, int bits_u, int bits_v> |
void | CMVision::ThresholdImageYUVPlanar (cmap_t *cmap, image &img, cmap_t *tmap) |
template<class rle_t , class color_class_state_t > |
void | CMVision::RmapToRgb (rgb *img, rle_t *map, int last_run, int width, int height, color_class_state_t *color, int num) |
template<class cmap_t > |
void | CMVision::RgbToIndex (cmap_t *map, rgb *img, int width, int height, rgb *colors, int num) |
template<class cmap_t , class color_class_state_t > |
void | CMVision::IndexToRgb (rgb *img, cmap_t *map, int width, int height, color_class_state_t *color, int num) |
template<class cmap_t > |
void | CMVision::IndexToRgb (rgb *img, cmap_t *map, int width, int height, rgb *colors, int num) |
template<class data > |
data | CMVision::Get3D (data *arr, int num_i, int num_j, int num_k, int i, int j, int k) |
template<class data > |
void | CMVision::Set3D (data *arr, int num_i, int num_j, int num_k, int i, int j, int k, data v) |
template<class tmap_t > |
int | CMVision::RemapTMapColor (tmap_t *tmap, int num_y, int num_u, int num_v, int src_id, int dest_id) |
template<class tmap_t > |
int | CMVision::CheckTMapColors (tmap_t *tmap, int num_y, int num_u, int num_v, int colors, int default_id) |
template<class tmap_t > |
bool | CMVision::LoadThresholdFile (tmap_t *tmap, int num_y, int num_u, int num_v, const char *filename) |
template<class tmap_t > |
bool | CMVision::SaveThresholdFile (tmap_t *tmap, int num_y, int num_u, int num_v, char *filename) |
Detailed Description
Color threshold support for CMVision.
- Author:
- James R. Bruce, School of Computer Science, Carnegie Mellon University
Licensed under the GNU GPL version 2
Definition in file cmv_threshold.h.
|