extractC2forcell.m in standardmodelrelease


MIT artificial intelligence laboratory identification of the target source code,...Original Link
    Sponsored links

			
function mC2 = extractC2forcell(filters,fSiz,c1SpaceSS,c1ScaleSS,c1OL,cPatches,cImages,numPatchSizes);
%function mC2 = extractC2forcell(filters,fSiz,c1SpaceSS,c1ScaleSS,c1OL,cPatches,cImages,numPatchSizes);
%
%this function is a wrapper of C2. For each image in the cell cImages, 
%it extracts all the values of the C2 layer 
%for all the prototypes in the cell cPatches.
%The result mC2 is a matrix of size total_number_of_patches \times number_of_images where
%total_number_of_patches is the sum over i = 1:numPatchSizes of length(cPatches{i})
%and number_of_images is length(cImages)
%The C1 parameters used are given as the variables filters,fSiz,c1SpaceSS,c1ScaleSS,c1OL
%for more detail regarding these parameters see the help entry for C1
%
%See also C1

%% a bug was fixed on Jul 01 2005

numPatchSizes = min(numPatchSizes,length(cPatches));
			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 C1.m4.82 kB07-01-05 14:36
 C2.m1.59 kB06-10-05 15:16
 CLSnn.m1.47 kB06-10-05 15:23
 CLSnnC.m1.09 kB06-10-05 15:24
 CLSosusvm.m1.49 kB06-10-05 15:25
 CLSosusvmC.m669.00 B06-10-05 15:27
 demoRelease.m3.01 kB07-11-05 12:25
 extractC2forcell.m1.66 kB07-11-05 12:15
 extractRandC1Patches.m1.74 kB07-11-05 12:51
 init_gabor.m1.43 kB06-06-05 13:52
 maxfilter.m1.32 kB06-10-05 15:54
 padimage.m733.00 B06-10-05 15:56
 readAllImages.m740.00 B07-02-05 01:28
 readme.txt4.53 kB07-11-05 12:17
 sumfilter.m724.00 B06-10-05 16:08
 unpadimage.m930.00 B06-10-05 16:09
 WindowedPatchDistance.m807.00 B06-10-05 16:17
...

Related Items

    Sponsored links