Compounds |
interface | HxCorba::App |
interface | HxCorba::Blob2d |
interface | HxCorba::BSplineCurve |
interface | HxCorba::SampledBSplineCurve |
interface | HxCorba::BSplineFactory |
interface | HxCorba::ObjectUsage |
interface | HxCorba::Configure |
interface | HxCorba::Constructor |
exception | HxCorba::DatabaseException |
interface | HxCorba::VxSegmentBuilder |
interface | HxCorba::VxSegmentationBuilder |
struct | HxCorba::FeatureCondition |
struct | HxCorba::SegmentationCondition |
struct | HxCorba::OverlappingCondition |
interface | HxCorba::VxJoinedSegments |
interface | HxCorba::DatabaseSession |
interface | HxCorba::Database |
interface | HxCorba::GlobalOps |
| Global operations. More...
|
interface | HxCorba::HistogramData |
struct | HxCorba::HistogramMode |
interface | HxCorba::Histogram |
interface | HxCorba::HistogramFactory |
struct | HxCorba::Sizes |
struct | HxCorba::Point |
interface | HxCorba::ImageData |
exception | HxCorba::ImageException |
interface | HxCorba::ImageRep |
interface | HxCorba::ImageFactory |
interface | HxCorba::ImageSeqDisplayer |
interface | HxCorba::ImageSeq |
interface | HxCorba::ImageSeqFactory |
interface | HxCorba::Matrix |
interface | HxCorba::MatrixFactory |
interface | HxCorba::NJet |
interface | HxCorba::NJetFactory |
struct | HxCorba::Vec2I |
struct | HxCorba::Vec2D |
struct | HxCorba::Vec3I |
struct | HxCorba::Vec3D |
struct | HxCorba::Complex |
union | HxCorba::PixValue |
struct | HxCorba::PointR2 |
interface | HxCorba::Polyline2dData |
interface | HxCorba::Polyline2d |
interface | HxCorba::PolylineFactory |
interface | HxCorba::RefCountBase |
interface | HxCorba::Registry |
interface | HxCorba::RgbBuffer |
interface | HxCorba::RgbBufferFactory |
interface | HxCorba::TagList |
interface | HxCorba::TagListFactory |
interface | HxCorba::Test |
interface | HxCorba::TVCapture |
interface | HxCorba::VideoPlayer |
interface | HxCorba::VideoPlayerFactory |
interface | HxCorba::VideoWriter |
interface | HxCorba::VideoWriterFactory |
struct | HxCorba::VxTimeSpan |
interface | HxCorba::VxSegment |
interface | HxCorba::VxSegmentation |
interface | HxCorba::VxSegmentationFactory |
struct | HxCorba::VxStructureEval |
interface | HxCorba::VxStructure |
interface | HxCorba::VxStructureFactory |
interface | HxCorba::WebImageFactory |
Typedefs |
typedef long | ContourCode |
typedef sequence< ContourCode > | ContourCodeSeq |
typedef sequence< Blob2d > | Blob2dSet |
typedef sequence< FeatureCondition > | FeatureCondSeq |
typedef sequence< SegmentationCondition > | SegmentationConditionSeq |
typedef sequence< OverlappingCondition > | OverlappingCondSeq |
typedef sequence< VxJoinedSegments > | VxJoinedSegmentsSeq |
typedef sequence< double > | BinDataSequence |
typedef sequence< HistogramMode > | HistogramModeSeq |
typedef sequence< Histogram > | HistogramList |
typedef sequence< ImageRep > | ImageList |
typedef sequence< PointR2 > | PointR2Seq |
typedef sequence< string > | NameList |
typedef sequence< long > | RgbSeq |
typedef sequence< string > | StringSeq |
typedef sequence< octet > | OctetSeq |
typedef sequence< short > | ShortSeq |
typedef sequence< long > | LongSeq |
typedef sequence< float > | FloatSeq |
typedef sequence< double > | DoubleSeq |
typedef sequence< DoubleSeq > | DoubleSeqSeq |
typedef sequence< VxTimeSpan > | VxTimeSpanSeq |
typedef sequence< VxSegment > | VxSegmentSeq |
Enumerations |
enum | BSplineType { CLOSED,
OPEN,
OPEN_REPEAT_END_POINTS
} |
enum | ColorModel {
RGB,
CMY,
XYZ,
Lab,
Luv,
OOO,
HSI
} |
enum | PixelT { INT_VALUE,
REAL_VALUE,
COMPLEX_VALUE
} |
enum | ImageSignature {
SIG2DBYTE,
SIG2DSHORT,
SIG2DINT,
SIG2DFLOAT,
SIG2DDOUBLE,
SIG2DVEC2BYTE,
SIG2DVEC2SHORT,
SIG2DVEC2INT,
SIG2DVEC2FLOAT,
SIG2DVEC2DOUBLE,
SIG2DVEC3BYTE,
SIG2DVEC3SHORT,
SIG2DVEC3INT,
SIG2DVEC3FLOAT,
SIG2DVEC3DOUBLE,
SIG2DCOMPLEX
} |
enum | GeoIntType { LINEAR,
NEAREST
} |
enum | GeoTransType { FORWARD,
BACKWARD
} |
enum | ResultPrecision { SOURCE_PREC,
ARITH_PREC,
SMALL_PREC
} |
enum | PixValueTag {
SI,
SD,
V2I,
V2D,
V3I,
V3D,
CPL
} |