Number of histograms at a single layer
Number of convolved orientations layers with different sigmas
Distance from the center pixel to the outer most grid point
Number of bins in the histogram
Starting offset for keypoints
Stride for keypoints on the grid
Size of neighborhood to consider for constructing patches
Chains a label estimator onto the end of this pipeline, producing a new pipeline.
Chains a label estimator onto the end of this pipeline, producing a new pipeline. If this pipeline has already been executed, it will not need to be fit again.
The estimator to chain onto the end of this pipeline
The training data to use (the estimator will be fit on the result of passing this data through the current pipeline)
The labels to use when fitting the LabelEstimator. Must be zippable with the training data.
Chains a label estimator onto the end of this pipeline, producing a new pipeline.
Chains a label estimator onto the end of this pipeline, producing a new pipeline. If this pipeline has already been executed, it will not need to be fit again.
The estimator to chain onto the end of this pipeline
The training data to use (the estimator will be fit on the result of passing this data through the current pipeline)
The labels to use when fitting the LabelEstimator. Must be zippable with the training data.
Chains a label estimator onto the end of this pipeline, producing a new pipeline.
Chains a label estimator onto the end of this pipeline, producing a new pipeline. If this pipeline has already been executed, it will not need to be fit again.
The estimator to chain onto the end of this pipeline
The training data to use (the estimator will be fit on the result of passing this data through the current pipeline)
The labels to use when fitting the LabelEstimator. Must be zippable with the training data.
Chains a label estimator onto the end of this pipeline, producing a new pipeline.
Chains a label estimator onto the end of this pipeline, producing a new pipeline. If this pipeline has already been executed, it will not need to be fit again.
The estimator to chain onto the end of this pipeline
The training data to use (the estimator will be fit on the result of passing this data through the current pipeline)
The labels to use when fitting the LabelEstimator. Must be zippable with the training data.
Chains an estimator onto the end of this pipeline, producing a new pipeline.
Chains an estimator onto the end of this pipeline, producing a new pipeline. If this pipeline has already been executed, it will not need to be fit again.
The estimator to chain onto the end of this pipeline
The training data to use (the estimator will be fit on the result of passing this data through the current pipeline)
Chains an estimator onto the end of this pipeline, producing a new pipeline.
Chains an estimator onto the end of this pipeline, producing a new pipeline. If this pipeline has already been executed, it will not need to be fit again.
The estimator to chain onto the end of this pipeline
The training data to use (the estimator will be fit on the result of passing this data through the current pipeline)
Chains a pipeline onto the end of this one, producing a new pipeline.
Chains a pipeline onto the end of this one, producing a new pipeline. If either this pipeline or the following has already been executed, it will not need to be fit again.
the pipeline to chain
Computes daisy features of an image.
Computes daisy features of an image.
Image
Daisy features.
The application of this Transformer to an RDD of input items.
The application of this Transformer to an RDD of input items. This method may optionally be overridden by ML developers.
The bulk RDD input to pass into this transformer
The bulk RDD output for the given input
Number of bins in the histogram
Number of convolved orientations layers with different sigmas
Distance from the center pixel to the outer most grid point
Number of histograms at a single layer
Size of neighborhood to consider for constructing patches
Starting offset for keypoints
Stride for keypoints on the grid
A method that converts this object into a Pipeline.
A method that converts this object into a Pipeline. Must be implemented by anything that extends Chainable.
Computes DAISY feature descriptors as specified in [1]. Returns the features at a regular spaced grid.
[1] Engin Tola, Vincent Lepetit, and Pascal Fua, "DAISY: An Efficient Dense Descriptor Applied to Wide-Baseline Stereo." IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 32, No. 5, 2010.
Based on code by Ben Recht <brecht@cs.berkeley.edu>