Feature Matcher/Vector IDs
The IDs of the feature matchers are very important. They are stored along
with the feature vectors and allow Artiste to correctly identify the type of the
feature vector, so that if the wrong one happens to be passed to your feature
matcher, it will not crash.
You must choose a new ID number for your feature vector that is
not used. Due to the simultaneous development which is going on, this
web page shows the latest list of feature vector IDs, for convenience. It is, of course,
recommended that you choose a consecutive number. It is possible this will be enforced.
The IDs are stored in a file called ifipids.h
in the ImageProcessingClasses
directory. The latest version can be downloaded from the main page, or from
here.
Before you create a new feature vector ID you must tell the person in charge of the code
that you are doing so, so that the ifipids.h
(and this webpage) can be kept upto date.
The current maintainer is David Dupplaw.
It is recommended you download the latest version of ifipids.h
from here
to make it easier to integrate the feature matchers.
Image Feature Matchers
- CCV_IFID (Colour Coherence Vector Feature)
- 1000
- CCV_IPID (Colour Coherence Vector Feature Matcher)
- 1001
- MCCV_IFID (Multiscale Colour Coherence Vector Feature)
- 1003
- MCCV_IPID (Multiscale Colour Coherence Vector Feature Matcher)
- 1003
- BorderFinderAndClassifier_IFID (Border Finder and Classifier Feature)
- 1005
- BorderFinderAndClassifier_IPID (Border Finder and Classifier Feature Matcher)
- 1006
- MNS_IFID (Multimodal Neighbourhood Signature Feature)
- 1007
- MNS_IPID (Multimodal Neighbourhood Signature Feature Matcher)
- 1008
- HistogramRGB_IFID (Global RGB Histogram Feature)
- 1009
- HistogramRGB_IPID (Global RGB Histogram Feature Matcher)
- 1010
- MHistogramRGB_IFI (Multiscale RGB Histogram Feature)
- 1011
- MHistogramRGB_IPID (Multiscale RGB Histogram Feature Matcher)
- 1012
- BorderSimilarity_IFID (Border Similarity Feature)
- 1013
- BorderSimilarity_IPID (Border Similarity Feature Matcher)
- 1014
- HistogramMono_IFID (Global Gray Level Histogram Feature)
- 1015
- HistogramMono_IPID (Global Gray Level Histogram Feature Matcher)
- 1016
- MHistogramMono_IFID (Multiscale Gray Level Histogram Feature)
- 1017
- MHistogramMono_IPID (Multiscale Gray Level Histogram Feature Matcher)
- 1018
- PWTretrieval_IFID (Pyramid Structure Wavelet Transform Feature)
- 1019
- PWTretrieval_IPID (Pyramid Structure Wavelet Transform Feature Matcher)
- 1020
- PlankDetector_IFID (Hough Transform Plank Detection Feature)
- 1021
- PlankDetector_IPID (Hough Transform Plank Detection Feature Matcher)
- 1022
- ColourMatch_IPID (Single Colour Histogram Bin Feature Matcher)
- 1023
- ColourHistogram_IPID (Colour Histogram Feature Matcher)
- 1024
- ColourHistogram_IFID (Colour Histogram Feature)
- 1025
- LabColourHistogram_IPID (Lab Colour Histogram Feature Matcher)
- 1026
- LabColourHistogram_IFID (Lab Colour Histogram Feature)
- 1027
- Multiscale_IPID (Generic Multiscale Feature Matcher)
- 1028
- PWT_IPID (PWT Feature Matcher)
- 1029
- PWT_IFID (PWT Feature)
- 1030
- QBF_IPID (Query By Fax Feature Matcher)
- 1031
- QBF_IFID (Query By Fax Feature)
- 1032
- MPWT_IPID (MPWT Feature Matcher)
- 1033
- MPWT_IFID (MPWT Feature)
- 1034
Image Processors
- ColourChannelReduce_IPID
- 2000
- Average3x3Blur_IPID
- 2001
- CopyImage_IPID
- 2002
- CopyImageRegion_IPID
- 2003
- ResampleImage_IPID
- 2004
- NecklaceConvergence_IPID
- 2005
Current site and code maintainer: David Dupplaw - dpd98r@ecs.soton.ac.uk
All code, data, files and information on this site is copyrighted by the respective owners, and may not
be downloaded by unauthorised persons.