|
@@ -161,6 +161,15 @@ class LocalFeatureColorWeijer : public LocalFeature
|
|
*/
|
|
*/
|
|
void getFeats ( const NICE::ColorImage &img, NICE::MultiChannelImageT<double> &feats );
|
|
void getFeats ( const NICE::ColorImage &img, NICE::MultiChannelImageT<double> &feats );
|
|
|
|
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * transform each pixel of an image
|
|
|
|
+ * @param img input image
|
|
|
|
+ * @param feats feature value for each pixel
|
|
|
|
+ * @param color which color name
|
|
|
|
+ */
|
|
|
|
+ void getFeats ( const NICE::ColorImage &img, NICE::ImageT<double> &feats, int color);
|
|
|
|
+
|
|
///////////////////// INTERFACE PERSISTENT /////////////////////
|
|
///////////////////// INTERFACE PERSISTENT /////////////////////
|
|
// interface specific methods for store and restore
|
|
// interface specific methods for store and restore
|
|
///////////////////// INTERFACE PERSISTENT /////////////////////
|
|
///////////////////// INTERFACE PERSISTENT /////////////////////
|