refine: Instance Method

- (void) refine:(PxRefineFeatures *) features;

References: PxRefineFeatures

Processes the image as described by the given features. The features builder is reset on return.

Parameters

  • features — A PxRefineFeatures describing the processing to perform.
Top