Image | Audio | Video |
---|---|---|
X |
Catalogs an entire image. The API adds an entry for the image to the feature table, and then analyzes the image. When the API analyzes the image, it creates image data and stores it in the image's entry in the feature table. The image handle must be from the image column associated with the current QBIC catalog. The image is cataloged according to the currently defined features classes. The default parameters for the features in the catalog are used.
Authorization
Insert
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbqbapi.lib | libdmbqbapi.a (AIX) |
| libdmbqbapi.sl (HP-UX) |
| libdmbqbapi.so (Solaris) |
Include file
dmbqbapi.h
Syntax
SQLRETURN QbCatalogImage( QbCatalogHandle cHdl, char *imgHandle );
Parameters
Error codes
Examples
Catalog an image identified by the handle Img_hdl:
#include <dmbqbapi.h> rc = QbCatalogColumn(CatHdl, Img_hdl);