Image | Audio | Video |
---|---|---|
X |
Reanalyze all existing images in the opened QBIC catalog for a new feature. The default parameters of the features are used. Use this API when you add a new feature to a catalog that already has images.
Authorization
Update, 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 QbReCatalogColumn ( QbCatalogHandle cHdl );
Parameters
Error codes
Examples
Reanalyze all existing images in the opened QBIC catalog for a new feature:
#include <dmbqbapi.h> rc = QbReCatalogColumn(CatHdl);