Classes | Functions
contrib/brl/bseg/sdet/sdet_texture_classifier_params.h File Reference

parameter mixin for sdet_texture_classifier More...

#include <gevd/gevd_param_mixin.h>
#include <vcl_iosfwd.h>
#include <vcl_vector.h>
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Classes

class  sdet_texture_classifier_params

Functions

void vsl_b_write (vsl_b_ostream &os, const sdet_texture_classifier_params &tcp)
 Binary save vgl_point_2d to stream.
void vsl_b_read (vsl_b_istream &is, sdet_texture_classifier_params &tcp)
 Binary load vgl_point_2d from stream.
void vsl_print_summary (vcl_ostream &os, const sdet_texture_classifier_params &tcp)
 Print human readable summary of object to a stream.

Detailed Description

parameter mixin for sdet_texture_classifier

Author:
Joseph L. Mundy - December 10, 2011 Brown University

Definition in file sdet_texture_classifier_params.h.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
sdet_texture_classifier_params tcp 
)

Binary load vgl_point_2d from stream.

Definition at line 162 of file sdet_texture_classifier_params.cxx.

void vsl_b_write ( vsl_b_ostream os,
const sdet_texture_classifier_params tcp 
)

Binary save vgl_point_2d to stream.

Definition at line 139 of file sdet_texture_classifier_params.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const sdet_texture_classifier_params tcp 
)

Print human readable summary of object to a stream.

Definition at line 181 of file sdet_texture_classifier_params.cxx.