jitter_rectify

PURPOSE ^

Post processing for jitter_kmeans.

SYNOPSIS ^

function [I,desc] = jitter_rectify( IDXr, IJT, descJT )

DESCRIPTION ^

 Post processing for jitter_kmeans.

 After clustering either jittered images or cuboids, the item from the jittered set that
 was used in the final clustering can be retrieved.  This function does exactly that.
 IJT and descJT are the images/cuboids jittered and their associated descriptors
 jittered, where IDXr was returned by jitter_kmeans.

 INPUTS
   IDXr    - see jitter_kmeans
   IJT     - ... xNxR  array   
   descJT  - [optional] NxPxR  array

 OUTPUTS
   I       - ...xN  array
   desc    - NxP  array

 See also JITTER_KMEANS

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 11-Oct-2005 20:31:02 by m2html © 2005