├── .DS_Store ├── .vscode ├── c_cpp_properties.json ├── launch.json └── settings.json ├── Calibration and Augmented Reality ├── .DS_Store ├── Makefile ├── README.md ├── camera_matrix.yaml ├── cf.png ├── checkerboard.png ├── distortion_coefficients.yaml ├── functions.cpp ├── functions.h ├── highlighted.png ├── main └── main.cpp ├── Content-based Image Retrieval ├── .DS_Store ├── Makefile ├── README.md ├── build_db │ ├── build.cpp │ ├── build_helper.cpp │ └── build_helper.h ├── csv_files │ ├── baseline.csv │ ├── color_histogram.csv │ ├── down_histogram.csv │ ├── histogram.csv │ ├── hsv.csv │ ├── magnitude_histogram.csv │ └── top_histogram.csv ├── matching_pics │ ├── match_helper.cpp │ ├── match_helper.h │ └── matching.cpp ├── olympus │ ├── .DS_Store │ ├── credits.txt │ ├── pic.0001.jpg │ ├── pic.0002.jpg │ ├── pic.0003.jpg │ ├── pic.0004.jpg │ ├── pic.0005.jpg │ ├── pic.0006.jpg │ ├── pic.0007.jpg │ ├── pic.0008.jpg │ ├── pic.0009.jpg │ ├── pic.0010.jpg │ ├── pic.0011.jpg │ ├── pic.0012.jpg │ ├── pic.0013.jpg │ ├── pic.0014.jpg │ ├── pic.0015.jpg │ ├── pic.0016.jpg │ ├── pic.0017.jpg │ ├── pic.0018.jpg │ ├── pic.0019.jpg │ ├── pic.0020.jpg │ ├── pic.0021.jpg │ ├── pic.0022.jpg │ ├── pic.0023.jpg │ ├── pic.0024.jpg │ ├── pic.0025.jpg │ ├── pic.0026.jpg │ ├── pic.0027.jpg │ ├── pic.0028.jpg │ ├── pic.0029.jpg │ ├── pic.0030.jpg │ ├── pic.0031.jpg │ ├── pic.0032.jpg │ ├── pic.0033.jpg │ ├── pic.0034.jpg │ ├── pic.0035.jpg │ ├── pic.0036.jpg │ ├── pic.0037.jpg │ ├── pic.0038.jpg │ ├── pic.0039.jpg │ ├── pic.0040.jpg │ ├── pic.0041.jpg │ ├── pic.0042.jpg │ ├── pic.0043.jpg │ ├── pic.0044.jpg │ ├── pic.0045.jpg │ ├── pic.0046.jpg │ ├── pic.0047.jpg │ ├── pic.0048.jpg │ ├── pic.0049.jpg │ ├── pic.0050.jpg │ ├── pic.0051.jpg │ ├── pic.0052.jpg │ ├── pic.0053.jpg │ ├── pic.0054.jpg │ ├── pic.0055.jpg │ ├── pic.0056.jpg │ ├── pic.0057.jpg │ ├── pic.0058.jpg │ ├── pic.0059.jpg │ ├── pic.0060.jpg │ ├── pic.0061.jpg │ ├── pic.0062.jpg │ ├── pic.0063.jpg │ ├── pic.0064.jpg │ ├── pic.0065.jpg │ ├── pic.0066.jpg │ ├── pic.0067.jpg │ ├── pic.0068.jpg │ ├── pic.0069.jpg │ ├── pic.0070.jpg │ ├── pic.0071.jpg │ ├── pic.0072.jpg │ ├── pic.0073.jpg │ ├── pic.0074.jpg │ ├── pic.0075.jpg │ ├── pic.0076.jpg │ ├── pic.0077.jpg │ ├── pic.0078.jpg │ ├── pic.0079.jpg │ ├── pic.0080.jpg │ ├── pic.0081.jpg │ ├── pic.0082.jpg │ ├── pic.0083.jpg │ ├── pic.0084.jpg │ ├── pic.0085.jpg │ ├── pic.0086.jpg │ ├── pic.0087.jpg │ ├── pic.0088.jpg │ ├── pic.0089.jpg │ ├── pic.0090.jpg │ ├── pic.0091.jpg │ ├── pic.0092.jpg │ ├── pic.0093.jpg │ ├── pic.0094.jpg │ ├── pic.0095.jpg │ ├── pic.0096.jpg │ ├── pic.0097.jpg │ ├── pic.0098.jpg │ ├── pic.0099.jpg │ ├── pic.0100.jpg │ ├── pic.0101.jpg │ ├── pic.0102.jpg │ ├── pic.0103.jpg │ ├── pic.0104.jpg │ ├── pic.0105.jpg │ ├── pic.0106.jpg │ ├── pic.0107.jpg │ ├── pic.0108.jpg │ ├── pic.0109.jpg │ ├── pic.0110.jpg │ ├── pic.0111.jpg │ ├── pic.0112.jpg │ ├── pic.0113.jpg │ ├── pic.0114.jpg │ ├── pic.0115.jpg │ ├── pic.0116.jpg │ ├── pic.0117.jpg │ ├── pic.0118.jpg │ ├── pic.0119.jpg │ ├── pic.0120.jpg │ ├── pic.0121.jpg │ ├── pic.0122.jpg │ ├── pic.0123.jpg │ ├── pic.0124.jpg │ ├── pic.0125.jpg │ ├── pic.0126.jpg │ ├── pic.0127.jpg │ ├── pic.0128.jpg │ ├── pic.0129.jpg │ ├── pic.0130.jpg │ ├── pic.0131.jpg │ ├── pic.0132.jpg │ ├── pic.0133.jpg │ ├── pic.0134.jpg │ ├── pic.0135.jpg │ ├── pic.0136.jpg │ ├── pic.0137.jpg │ ├── pic.0138.jpg │ ├── pic.0139.jpg │ ├── pic.0140.jpg │ ├── pic.0141.jpg │ ├── pic.0142.jpg │ ├── pic.0143.jpg │ ├── pic.0144.jpg │ ├── pic.0145.jpg │ ├── pic.0146.jpg │ ├── pic.0147.jpg │ ├── pic.0148.jpg │ ├── pic.0149.jpg │ ├── pic.0150.jpg │ ├── pic.0151.jpg │ ├── pic.0152.jpg │ ├── pic.0153.jpg │ ├── pic.0154.jpg │ ├── pic.0155.jpg │ ├── pic.0156.jpg │ ├── pic.0157.jpg │ ├── pic.0158.jpg │ ├── pic.0159.jpg │ ├── pic.0160.jpg │ ├── pic.0161.jpg │ ├── pic.0162.jpg │ ├── pic.0163.jpg │ ├── pic.0164.jpg │ ├── pic.0165.jpg │ ├── pic.0166.jpg │ ├── pic.0167.jpg │ ├── pic.0168.jpg │ ├── pic.0169.jpg │ ├── pic.0170.jpg │ ├── pic.0171.jpg │ ├── pic.0172.jpg │ ├── pic.0173.jpg │ ├── pic.0174.jpg │ ├── pic.0175.jpg │ ├── pic.0176.jpg │ ├── pic.0177.jpg │ ├── pic.0178.jpg │ ├── pic.0179.jpg │ ├── pic.0180.jpg │ ├── pic.0181.jpg │ ├── pic.0182.jpg │ ├── pic.0183.jpg │ ├── pic.0184.jpg │ ├── pic.0185.jpg │ ├── pic.0186.jpg │ ├── pic.0187.jpg │ ├── pic.0188.jpg │ ├── pic.0189.jpg │ ├── pic.0190.jpg │ ├── pic.0191.jpg │ ├── pic.0192.jpg │ ├── pic.0193.jpg │ ├── pic.0194.jpg │ ├── pic.0195.jpg │ ├── pic.0196.jpg │ ├── pic.0197.jpg │ ├── pic.0198.jpg │ ├── pic.0199.jpg │ ├── pic.0200.jpg │ ├── pic.0201.jpg │ ├── pic.0202.jpg │ ├── pic.0203.jpg │ ├── pic.0204.jpg │ ├── pic.0205.jpg │ ├── pic.0206.jpg │ ├── pic.0207.jpg │ ├── pic.0208.jpg │ ├── pic.0209.jpg │ ├── pic.0210.jpg │ ├── pic.0211.jpg │ ├── pic.0212.jpg │ ├── pic.0213.jpg │ ├── pic.0214.jpg │ ├── pic.0215.jpg │ ├── pic.0216.jpg │ ├── pic.0217.jpg │ ├── pic.0218.jpg │ ├── pic.0219.jpg │ ├── pic.0220.jpg │ ├── pic.0221.jpg │ ├── pic.0222.jpg │ ├── pic.0223.jpg │ ├── pic.0224.jpg │ ├── pic.0225.jpg │ ├── pic.0226.jpg │ ├── pic.0227.jpg │ ├── pic.0228.jpg │ ├── pic.0229.jpg │ ├── pic.0230.jpg │ ├── pic.0231.jpg │ ├── pic.0232.jpg │ ├── pic.0233.jpg │ ├── pic.0234.jpg │ ├── pic.0235.jpg │ ├── pic.0236.jpg │ ├── pic.0237.jpg │ ├── pic.0238.jpg │ ├── pic.0239.jpg │ ├── pic.0240.jpg │ ├── pic.0241.jpg │ ├── pic.0242.jpg │ ├── pic.0243.jpg │ ├── pic.0244.jpg │ ├── pic.0245.jpg │ ├── pic.0246.jpg │ ├── pic.0247.jpg │ ├── pic.0248.jpg │ ├── pic.0249.jpg │ ├── pic.0250.jpg │ ├── pic.0251.jpg │ ├── pic.0252.jpg │ ├── pic.0253.jpg │ ├── pic.0254.jpg │ ├── pic.0255.jpg │ ├── pic.0256.jpg │ ├── pic.0257.jpg │ ├── pic.0258.jpg │ ├── pic.0259.jpg │ ├── pic.0260.jpg │ ├── pic.0261.jpg │ ├── pic.0262.jpg │ ├── pic.0263.jpg │ ├── pic.0264.jpg │ ├── pic.0265.jpg │ ├── pic.0266.jpg │ ├── pic.0267.jpg │ ├── pic.0268.jpg │ ├── pic.0269.jpg │ ├── pic.0270.jpg │ ├── pic.0271.jpg │ ├── pic.0272.jpg │ ├── pic.0273.jpg │ ├── pic.0274.jpg │ ├── pic.0275.jpg │ ├── pic.0276.jpg │ ├── pic.0277.jpg │ ├── pic.0278.jpg │ ├── pic.0279.jpg │ ├── pic.0280.jpg │ ├── pic.0281.jpg │ ├── pic.0282.jpg │ ├── pic.0283.jpg │ ├── pic.0284.jpg │ ├── pic.0285.jpg │ ├── pic.0286.jpg │ ├── pic.0287.jpg │ ├── pic.0288.jpg │ ├── pic.0289.jpg │ ├── pic.0290.jpg │ ├── pic.0291.jpg │ ├── pic.0292.jpg │ ├── pic.0293.jpg │ ├── pic.0294.jpg │ ├── pic.0295.jpg │ ├── pic.0296.jpg │ ├── pic.0297.jpg │ ├── pic.0298.jpg │ ├── pic.0299.jpg │ ├── pic.0300.jpg │ ├── pic.0301.jpg │ ├── pic.0302.jpg │ ├── pic.0303.jpg │ ├── pic.0304.jpg │ ├── pic.0305.jpg │ ├── pic.0306.jpg │ ├── pic.0307.jpg │ ├── pic.0308.jpg │ ├── pic.0309.jpg │ ├── pic.0310.jpg │ ├── pic.0311.jpg │ ├── pic.0312.jpg │ ├── pic.0313.jpg │ ├── pic.0314.jpg │ ├── pic.0315.jpg │ ├── pic.0316.jpg │ ├── pic.0317.jpg │ ├── pic.0318.jpg │ ├── pic.0319.jpg │ ├── pic.0320.jpg │ ├── pic.0321.jpg │ ├── pic.0322.jpg │ ├── pic.0323.jpg │ ├── pic.0324.jpg │ ├── pic.0325.jpg │ ├── pic.0326.jpg │ ├── pic.0327.jpg │ ├── pic.0328.jpg │ ├── pic.0329.jpg │ ├── pic.0330.jpg │ ├── pic.0331.jpg │ ├── pic.0332.jpg │ ├── pic.0333.jpg │ ├── pic.0334.jpg │ ├── pic.0335.jpg │ ├── pic.0336.jpg │ ├── pic.0337.jpg │ ├── pic.0338.jpg │ ├── pic.0339.jpg │ ├── pic.0340.jpg │ ├── pic.0341.jpg │ ├── pic.0342.jpg │ ├── pic.0343.jpg │ ├── pic.0344.jpg │ ├── pic.0345.jpg │ ├── pic.0346.jpg │ ├── pic.0347.jpg │ ├── pic.0348.jpg │ ├── pic.0349.jpg │ ├── pic.0350.jpg │ ├── pic.0351.jpg │ ├── pic.0352.jpg │ ├── pic.0353.jpg │ ├── pic.0354.jpg │ ├── pic.0355.jpg │ ├── pic.0356.jpg │ ├── pic.0357.jpg │ ├── pic.0358.jpg │ ├── pic.0359.jpg │ ├── pic.0360.jpg │ ├── pic.0361.jpg │ ├── pic.0362.jpg │ ├── pic.0363.jpg │ ├── pic.0364.jpg │ ├── pic.0365.jpg │ ├── pic.0366.jpg │ ├── pic.0367.jpg │ ├── pic.0368.jpg │ ├── pic.0369.jpg │ ├── pic.0370.jpg │ ├── pic.0371.jpg │ ├── pic.0372.jpg │ ├── pic.0373.jpg │ ├── pic.0374.jpg │ ├── pic.0375.jpg │ ├── pic.0376.jpg │ ├── pic.0377.jpg │ ├── pic.0378.jpg │ ├── pic.0379.jpg │ ├── pic.0380.jpg │ ├── pic.0381.jpg │ ├── pic.0382.jpg │ ├── pic.0383.jpg │ ├── pic.0384.jpg │ ├── pic.0385.jpg │ ├── pic.0386.jpg │ ├── pic.0387.jpg │ ├── pic.0388.jpg │ ├── pic.0389.jpg │ ├── pic.0390.jpg │ ├── pic.0391.jpg │ ├── pic.0392.jpg │ ├── pic.0393.jpg │ ├── pic.0394.jpg │ ├── pic.0395.jpg │ ├── pic.0396.jpg │ ├── pic.0397.jpg │ ├── pic.0398.jpg │ ├── pic.0399.jpg │ ├── pic.0400.jpg │ ├── pic.0401.jpg │ ├── pic.0402.jpg │ ├── pic.0403.jpg │ ├── pic.0404.jpg │ ├── pic.0405.jpg │ ├── pic.0406.jpg │ ├── pic.0407.jpg │ ├── pic.0408.jpg │ ├── pic.0409.jpg │ ├── pic.0410.jpg │ ├── pic.0411.jpg │ ├── pic.0412.jpg │ ├── pic.0413.jpg │ ├── pic.0414.jpg │ ├── pic.0415.jpg │ ├── pic.0416.jpg │ ├── pic.0417.jpg │ ├── pic.0418.jpg │ ├── pic.0419.jpg │ ├── pic.0421.jpg │ ├── pic.0422.jpg │ ├── pic.0423.jpg │ ├── pic.0424.jpg │ ├── pic.0425.jpg │ ├── pic.0426.jpg │ ├── pic.0427.jpg │ ├── pic.0428.jpg │ ├── pic.0429.jpg │ ├── pic.0430.jpg │ ├── pic.0431.jpg │ ├── pic.0432.jpg │ ├── pic.0433.jpg │ ├── pic.0434.jpg │ ├── pic.0435.jpg │ ├── pic.0436.jpg │ ├── pic.0437.jpg │ ├── pic.0438.jpg │ ├── pic.0439.jpg │ ├── pic.0440.jpg │ ├── pic.0441.jpg │ ├── pic.0442.jpg │ ├── pic.0443.jpg │ ├── pic.0444.jpg │ ├── pic.0445.jpg │ ├── pic.0446.jpg │ ├── pic.0447.jpg │ ├── pic.0448.jpg │ ├── pic.0449.jpg │ ├── pic.0450.jpg │ ├── pic.0451.jpg │ ├── pic.0452.jpg │ ├── pic.0453.jpg │ ├── pic.0454.jpg │ ├── pic.0455.jpg │ ├── pic.0456.jpg │ ├── pic.0457.jpg │ ├── pic.0458.jpg │ ├── pic.0459.jpg │ ├── pic.0460.jpg │ ├── pic.0461.jpg │ ├── pic.0462.jpg │ ├── pic.0463.jpg │ ├── pic.0464.jpg │ ├── pic.0465.jpg │ ├── pic.0466.jpg │ ├── pic.0467.jpg │ ├── pic.0468.jpg │ ├── pic.0469.jpg │ ├── pic.0470.jpg │ ├── pic.0471.jpg │ ├── pic.0472.jpg │ ├── pic.0473.jpg │ ├── pic.0474.jpg │ ├── pic.0475.jpg │ ├── pic.0476.jpg │ ├── pic.0477.jpg │ ├── pic.0478.jpg │ ├── pic.0479.jpg │ ├── pic.0480.jpg │ ├── pic.0481.jpg │ ├── pic.0482.jpg │ ├── pic.0483.jpg │ ├── pic.0484.jpg │ ├── pic.0485.jpg │ ├── pic.0486.jpg │ ├── pic.0487.jpg │ ├── pic.0488.jpg │ ├── pic.0489.jpg │ ├── pic.0490.jpg │ ├── pic.0491.jpg │ ├── pic.0492.jpg │ ├── pic.0493.jpg │ ├── pic.0494.jpg │ ├── pic.0495.jpg │ ├── pic.0496.jpg │ ├── pic.0497.jpg │ ├── pic.0498.jpg │ ├── pic.0499.jpg │ ├── pic.0500.jpg │ ├── pic.0501.jpg │ ├── pic.0502.jpg │ ├── pic.0503.jpg │ ├── pic.0504.jpg │ ├── pic.0505.jpg │ ├── pic.0506.jpg │ ├── pic.0507.jpg │ ├── pic.0508.jpg │ ├── pic.0509.jpg │ ├── pic.0510.jpg │ ├── pic.0511.jpg │ ├── pic.0512.jpg │ ├── pic.0513.jpg │ ├── pic.0514.jpg │ ├── pic.0515.jpg │ ├── pic.0516.jpg │ ├── pic.0517.jpg │ ├── pic.0518.jpg │ ├── pic.0519.jpg │ ├── pic.0520.jpg │ ├── pic.0521.jpg │ ├── pic.0522.jpg │ ├── pic.0523.jpg │ ├── pic.0524.jpg │ ├── pic.0525.jpg │ ├── pic.0526.jpg │ ├── pic.0527.jpg │ ├── pic.0528.jpg │ ├── pic.0529.jpg │ ├── pic.0530.jpg │ ├── pic.0531.jpg │ ├── pic.0532.jpg │ ├── pic.0533.jpg │ ├── pic.0534.jpg │ ├── pic.0535.jpg │ ├── pic.0536.jpg │ ├── pic.0537.jpg │ ├── pic.0538.jpg │ ├── pic.0539.jpg │ ├── pic.0540.jpg │ ├── pic.0541.jpg │ ├── pic.0542.jpg │ ├── pic.0543.jpg │ ├── pic.0544.jpg │ ├── pic.0545.jpg │ ├── pic.0546.jpg │ ├── pic.0547.jpg │ ├── pic.0548.jpg │ ├── pic.0549.jpg │ ├── pic.0550.jpg │ ├── pic.0551.jpg │ ├── pic.0552.jpg │ ├── pic.0553.jpg │ ├── pic.0554.jpg │ ├── pic.0555.jpg │ ├── pic.0556.jpg │ ├── pic.0557.jpg │ ├── pic.0558.jpg │ ├── pic.0559.jpg │ ├── pic.0560.jpg │ ├── pic.0561.jpg │ ├── pic.0562.jpg │ ├── pic.0563.jpg │ ├── pic.0564.jpg │ ├── pic.0565.jpg │ ├── pic.0566.jpg │ ├── pic.0567.jpg │ ├── pic.0568.jpg │ ├── pic.0569.jpg │ ├── pic.0570.jpg │ ├── pic.0571.jpg │ ├── pic.0572.jpg │ ├── pic.0573.jpg │ ├── pic.0574.jpg │ ├── pic.0575.jpg │ ├── pic.0576.jpg │ ├── pic.0577.jpg │ ├── pic.0578.jpg │ ├── pic.0579.jpg │ ├── pic.0580.jpg │ ├── pic.0581.jpg │ ├── pic.0582.jpg │ ├── pic.0583.jpg │ ├── pic.0584.jpg │ ├── pic.0585.jpg │ ├── pic.0586.jpg │ ├── pic.0587.jpg │ ├── pic.0588.jpg │ ├── pic.0589.jpg │ ├── pic.0590.jpg │ ├── pic.0591.jpg │ ├── pic.0592.jpg │ ├── pic.0593.jpg │ ├── pic.0594.jpg │ ├── pic.0595.jpg │ ├── pic.0596.jpg │ ├── pic.0597.jpg │ ├── pic.0598.jpg │ ├── pic.0599.jpg │ ├── pic.0600.jpg │ ├── pic.0601.jpg │ ├── pic.0602.jpg │ ├── pic.0603.jpg │ ├── pic.0604.jpg │ ├── pic.0605.jpg │ ├── pic.0606.jpg │ ├── pic.0607.jpg │ ├── pic.0608.jpg │ ├── pic.0609.jpg │ ├── pic.0610.jpg │ ├── pic.0611.jpg │ ├── pic.0612.jpg │ ├── pic.0613.jpg │ ├── pic.0614.jpg │ ├── pic.0615.jpg │ ├── pic.0616.jpg │ ├── pic.0617.jpg │ ├── pic.0618.jpg │ ├── pic.0619.jpg │ ├── pic.0620.jpg │ ├── pic.0621.jpg │ ├── pic.0622.jpg │ ├── pic.0623.jpg │ ├── pic.0624.jpg │ ├── pic.0625.jpg │ ├── pic.0626.jpg │ ├── pic.0627.jpg │ ├── pic.0628.jpg │ ├── pic.0629.jpg │ ├── pic.0630.jpg │ ├── pic.0631.jpg │ ├── pic.0632.jpg │ ├── pic.0633.jpg │ ├── pic.0634.jpg │ ├── pic.0635.jpg │ ├── pic.0636.jpg │ ├── pic.0637.jpg │ ├── pic.0638.jpg │ ├── pic.0639.jpg │ ├── pic.0640.jpg │ ├── pic.0641.jpg │ ├── pic.0642.jpg │ ├── pic.0643.jpg │ ├── pic.0644.jpg │ ├── pic.0645.jpg │ ├── pic.0646.jpg │ ├── pic.0647.jpg │ ├── pic.0648.jpg │ ├── pic.0649.jpg │ ├── pic.0650.jpg │ ├── pic.0651.jpg │ ├── pic.0652.jpg │ ├── pic.0653.jpg │ ├── pic.0654.jpg │ ├── pic.0655.jpg │ ├── pic.0656.jpg │ ├── pic.0657.jpg │ ├── pic.0658.jpg │ ├── pic.0659.jpg │ ├── pic.0660.jpg │ ├── pic.0661.jpg │ ├── pic.0662.jpg │ ├── pic.0663.jpg │ ├── pic.0664.jpg │ ├── pic.0665.jpg │ ├── pic.0666.jpg │ ├── pic.0667.jpg │ ├── pic.0668.jpg │ ├── pic.0669.jpg │ ├── pic.0670.jpg │ ├── pic.0671.jpg │ ├── pic.0672.jpg │ ├── pic.0673.jpg │ ├── pic.0674.jpg │ ├── pic.0675.jpg │ ├── pic.0676.jpg │ ├── pic.0677.jpg │ ├── pic.0678.jpg │ ├── pic.0679.jpg │ ├── pic.0680.jpg │ ├── pic.0681.jpg │ ├── pic.0682.jpg │ ├── pic.0683.jpg │ ├── pic.0684.jpg │ ├── pic.0685.jpg │ ├── pic.0686.jpg │ ├── pic.0687.jpg │ ├── pic.0688.jpg │ ├── pic.0689.jpg │ ├── pic.0690.jpg │ ├── pic.0691.jpg │ ├── pic.0692.jpg │ ├── pic.0693.jpg │ ├── pic.0694.jpg │ ├── pic.0695.jpg │ ├── pic.0696.jpg │ ├── pic.0697.jpg │ ├── pic.0698.jpg │ ├── pic.0699.jpg │ ├── pic.0700.jpg │ ├── pic.0701.jpg │ ├── pic.0702.jpg │ ├── pic.0703.jpg │ ├── pic.0704.jpg │ ├── pic.0705.jpg │ ├── pic.0706.jpg │ ├── pic.0707.jpg │ ├── pic.0708.jpg │ ├── pic.0709.jpg │ ├── pic.0710.jpg │ ├── pic.0711.jpg │ ├── pic.0712.jpg │ ├── pic.0713.jpg │ ├── pic.0714.jpg │ ├── pic.0715.jpg │ ├── pic.0716.jpg │ ├── pic.0717.jpg │ ├── pic.0718.jpg │ ├── pic.0719.jpg │ ├── pic.0720.jpg │ ├── pic.0721.jpg │ ├── pic.0722.jpg │ ├── pic.0723.jpg │ ├── pic.0724.jpg │ ├── pic.0725.jpg │ ├── pic.0726.jpg │ ├── pic.0727.jpg │ ├── pic.0728.jpg │ ├── pic.0729.jpg │ ├── pic.0730.jpg │ ├── pic.0731.jpg │ ├── pic.0732.jpg │ ├── pic.0733.jpg │ ├── pic.0734.jpg │ ├── pic.0735.jpg │ ├── pic.0736.jpg │ ├── pic.0737.jpg │ ├── pic.0738.jpg │ ├── pic.0739.jpg │ ├── pic.0740.jpg │ ├── pic.0741.jpg │ ├── pic.0742.jpg │ ├── pic.0743.jpg │ ├── pic.0744.jpg │ ├── pic.0745.jpg │ ├── pic.0746.jpg │ ├── pic.0747.jpg │ ├── pic.0748.jpg │ ├── pic.0749.jpg │ ├── pic.0750.jpg │ ├── pic.0751.jpg │ ├── pic.0752.jpg │ ├── pic.0753.jpg │ ├── pic.0754.jpg │ ├── pic.0755.jpg │ ├── pic.0756.jpg │ ├── pic.0757.jpg │ ├── pic.0758.jpg │ ├── pic.0759.jpg │ ├── pic.0760.jpg │ ├── pic.0761.jpg │ ├── pic.0762.jpg │ ├── pic.0763.jpg │ ├── pic.0764.jpg │ ├── pic.0765.jpg │ ├── pic.0766.jpg │ ├── pic.0767.jpg │ ├── pic.0768.jpg │ ├── pic.0769.jpg │ ├── pic.0770.jpg │ ├── pic.0771.jpg │ ├── pic.0772.jpg │ ├── pic.0773.jpg │ ├── pic.0774.jpg │ ├── pic.0775.jpg │ ├── pic.0776.jpg │ ├── pic.0777.jpg │ ├── pic.0778.jpg │ ├── pic.0779.jpg │ ├── pic.0780.jpg │ ├── pic.0781.jpg │ ├── pic.0782.jpg │ ├── pic.0783.jpg │ ├── pic.0784.jpg │ ├── pic.0785.jpg │ ├── pic.0786.jpg │ ├── pic.0787.jpg │ ├── pic.0788.jpg │ ├── pic.0789.jpg │ ├── pic.0790.jpg │ ├── pic.0791.jpg │ ├── pic.0792.jpg │ ├── pic.0793.jpg │ ├── pic.0794.jpg │ ├── pic.0795.jpg │ ├── pic.0796.jpg │ ├── pic.0797.jpg │ ├── pic.0798.jpg │ ├── pic.0799.jpg │ ├── pic.0800.jpg │ ├── pic.0801.jpg │ ├── pic.0802.jpg │ ├── pic.0803.jpg │ ├── pic.0804.jpg │ ├── pic.0805.jpg │ ├── pic.0806.jpg │ ├── pic.0807.jpg │ ├── pic.0808.jpg │ ├── pic.0809.jpg │ ├── pic.0810.jpg │ ├── pic.0811.jpg │ ├── pic.0812.jpg │ ├── pic.0813.jpg │ ├── pic.0814.jpg │ ├── pic.0815.jpg │ ├── pic.0816.jpg │ ├── pic.0817.jpg │ ├── pic.0818.jpg │ ├── pic.0819.jpg │ ├── pic.0820.jpg │ ├── pic.0821.jpg │ ├── pic.0822.jpg │ ├── pic.0823.jpg │ ├── pic.0824.jpg │ ├── pic.0825.jpg │ ├── pic.0826.jpg │ ├── pic.0827.jpg │ ├── pic.0828.jpg │ ├── pic.0829.jpg │ ├── pic.0830.jpg │ ├── pic.0831.jpg │ ├── pic.0832.jpg │ ├── pic.0833.jpg │ ├── pic.0834.jpg │ ├── pic.0835.jpg │ ├── pic.0836.jpg │ ├── pic.0837.jpg │ ├── pic.0838.jpg │ ├── pic.0839.jpg │ ├── pic.0840.jpg │ ├── pic.0841.jpg │ ├── pic.0842.jpg │ ├── pic.0843.jpg │ ├── pic.0844.jpg │ ├── pic.0845.jpg │ ├── pic.0846.jpg │ ├── pic.0847.jpg │ ├── pic.0848.jpg │ ├── pic.0849.jpg │ ├── pic.0850.jpg │ ├── pic.0851.jpg │ ├── pic.0852.jpg │ ├── pic.0853.jpg │ ├── pic.0854.jpg │ ├── pic.0855.jpg │ ├── pic.0856.jpg │ ├── pic.0857.jpg │ ├── pic.0858.jpg │ ├── pic.0859.jpg │ ├── pic.0860.jpg │ ├── pic.0861.jpg │ ├── pic.0862.jpg │ ├── pic.0863.jpg │ ├── pic.0864.jpg │ ├── pic.0865.jpg │ ├── pic.0866.jpg │ ├── pic.0867.jpg │ ├── pic.0868.jpg │ ├── pic.0869.jpg │ ├── pic.0870.jpg │ ├── pic.0871.jpg │ ├── pic.0872.jpg │ ├── pic.0873.jpg │ ├── pic.0874.jpg │ ├── pic.0875.jpg │ ├── pic.0876.jpg │ ├── pic.0877.jpg │ ├── pic.0878.jpg │ ├── pic.0879.jpg │ ├── pic.0880.jpg │ ├── pic.0881.jpg │ ├── pic.0882.jpg │ ├── pic.0883.jpg │ ├── pic.0884.jpg │ ├── pic.0885.jpg │ ├── pic.0886.jpg │ ├── pic.0887.jpg │ ├── pic.0888.jpg │ ├── pic.0889.jpg │ ├── pic.0890.jpg │ ├── pic.0891.jpg │ ├── pic.0892.jpg │ ├── pic.0893.jpg │ ├── pic.0894.jpg │ ├── pic.0895.jpg │ ├── pic.0896.jpg │ ├── pic.0897.jpg │ ├── pic.0898.jpg │ ├── pic.0899.jpg │ ├── pic.0900.jpg │ ├── pic.0901.jpg │ ├── pic.0902.jpg │ ├── pic.0903.jpg │ ├── pic.0904.jpg │ ├── pic.0905.jpg │ ├── pic.0906.jpg │ ├── pic.0907.jpg │ ├── pic.0908.jpg │ ├── pic.0909.jpg │ ├── pic.0910.jpg │ ├── pic.0911.jpg │ ├── pic.0912.jpg │ ├── pic.0913.jpg │ ├── pic.0914.jpg │ ├── pic.0915.jpg │ ├── pic.0916.jpg │ ├── pic.0917.jpg │ ├── pic.0918.jpg │ ├── pic.0919.jpg │ ├── pic.0920.jpg │ ├── pic.0921.jpg │ ├── pic.0922.jpg │ ├── pic.0923.jpg │ ├── pic.0924.jpg │ ├── pic.0925.jpg │ ├── pic.0926.jpg │ ├── pic.0927.jpg │ ├── pic.0928.jpg │ ├── pic.0929.jpg │ ├── pic.0930.jpg │ ├── pic.0931.jpg │ ├── pic.0932.jpg │ ├── pic.0933.jpg │ ├── pic.0934.jpg │ ├── pic.0935.jpg │ ├── pic.0936.jpg │ ├── pic.0937.jpg │ ├── pic.0938.jpg │ ├── pic.0939.jpg │ ├── pic.0940.jpg │ ├── pic.0941.jpg │ ├── pic.0942.jpg │ ├── pic.0943.jpg │ ├── pic.0944.jpg │ ├── pic.0945.jpg │ ├── pic.0946.jpg │ ├── pic.0947.jpg │ ├── pic.0948.jpg │ ├── pic.0949.jpg │ ├── pic.0950.jpg │ ├── pic.0951.jpg │ ├── pic.0952.jpg │ ├── pic.0953.jpg │ ├── pic.0954.jpg │ ├── pic.0955.jpg │ ├── pic.0956.jpg │ ├── pic.0957.jpg │ ├── pic.0958.jpg │ ├── pic.0959.jpg │ ├── pic.0960.jpg │ ├── pic.0961.jpg │ ├── pic.0962.jpg │ ├── pic.0963.jpg │ ├── pic.0964.jpg │ ├── pic.0965.jpg │ ├── pic.0966.jpg │ ├── pic.0967.jpg │ ├── pic.0968.jpg │ ├── pic.0969.jpg │ ├── pic.0970.jpg │ ├── pic.0971.jpg │ ├── pic.0972.jpg │ ├── pic.0973.jpg │ ├── pic.0974.jpg │ ├── pic.0975.jpg │ ├── pic.0976.jpg │ ├── pic.0977.jpg │ ├── pic.0978.jpg │ ├── pic.0979.jpg │ ├── pic.0980.jpg │ ├── pic.0981.jpg │ ├── pic.0982.jpg │ ├── pic.0983.jpg │ ├── pic.0984.jpg │ ├── pic.0985.jpg │ ├── pic.0986.jpg │ ├── pic.0987.jpg │ ├── pic.0988.jpg │ ├── pic.0989.jpg │ ├── pic.0990.jpg │ ├── pic.0991.jpg │ ├── pic.0992.jpg │ ├── pic.0993.jpg │ ├── pic.0994.jpg │ ├── pic.0995.jpg │ ├── pic.0996.jpg │ ├── pic.0997.jpg │ ├── pic.0998.jpg │ ├── pic.0999.jpg │ ├── pic.1000.jpg │ ├── pic.1001.jpg │ ├── pic.1002.jpg │ ├── pic.1003.jpg │ ├── pic.1004.jpg │ ├── pic.1005.jpg │ ├── pic.1006.jpg │ ├── pic.1007.jpg │ ├── pic.1008.jpg │ ├── pic.1009.jpg │ ├── pic.1010.jpg │ ├── pic.1011.jpg │ ├── pic.1012.jpg │ ├── pic.1013.jpg │ ├── pic.1014.jpg │ ├── pic.1015.jpg │ ├── pic.1016.jpg │ ├── pic.1017.jpg │ ├── pic.1018.jpg │ ├── pic.1019.jpg │ ├── pic.1020.jpg │ ├── pic.1021.jpg │ ├── pic.1022.jpg │ ├── pic.1023.jpg │ ├── pic.1024.jpg │ ├── pic.1025.jpg │ ├── pic.1026.jpg │ ├── pic.1027.jpg │ ├── pic.1028.jpg │ ├── pic.1029.jpg │ ├── pic.1030.jpg │ ├── pic.1031.jpg │ ├── pic.1032.jpg │ ├── pic.1033.jpg │ ├── pic.1034.jpg │ ├── pic.1035.jpg │ ├── pic.1036.jpg │ ├── pic.1037.jpg │ ├── pic.1038.jpg │ ├── pic.1039.jpg │ ├── pic.1040.jpg │ ├── pic.1041.jpg │ ├── pic.1042.jpg │ ├── pic.1043.jpg │ ├── pic.1044.jpg │ ├── pic.1045.jpg │ ├── pic.1046.jpg │ ├── pic.1047.jpg │ ├── pic.1048.jpg │ ├── pic.1049.jpg │ ├── pic.1050.jpg │ ├── pic.1051.jpg │ ├── pic.1052.jpg │ ├── pic.1053.jpg │ ├── pic.1054.jpg │ ├── pic.1055.jpg │ ├── pic.1056.jpg │ ├── pic.1057.jpg │ ├── pic.1058.jpg │ ├── pic.1059.jpg │ ├── pic.1060.jpg │ ├── pic.1061.jpg │ ├── pic.1062.jpg │ ├── pic.1063.jpg │ ├── pic.1064.jpg │ ├── pic.1065.jpg │ ├── pic.1066.jpg │ ├── pic.1067.jpg │ ├── pic.1068.jpg │ ├── pic.1069.jpg │ ├── pic.1070.jpg │ ├── pic.1071.jpg │ ├── pic.1072.jpg │ ├── pic.1073.jpg │ ├── pic.1074.jpg │ ├── pic.1075.jpg │ ├── pic.1076.jpg │ ├── pic.1077.jpg │ ├── pic.1078.jpg │ ├── pic.1079.jpg │ ├── pic.1080.jpg │ ├── pic.1081.jpg │ ├── pic.1082.jpg │ ├── pic.1083.jpg │ ├── pic.1084.jpg │ ├── pic.1085.jpg │ ├── pic.1086.jpg │ ├── pic.1087.jpg │ ├── pic.1088.jpg │ ├── pic.1089.jpg │ ├── pic.1090.jpg │ ├── pic.1091.jpg │ ├── pic.1092.jpg │ ├── pic.1093.jpg │ ├── pic.1094.jpg │ ├── pic.1095.jpg │ ├── pic.1096.jpg │ ├── pic.1097.jpg │ ├── pic.1098.jpg │ ├── pic.1099.jpg │ ├── pic.1100.jpg │ ├── pic.1101.jpg │ ├── pic.1102.jpg │ ├── pic.1103.jpg │ ├── pic.1104.jpg │ ├── pic.1105.jpg │ ├── pic.1106.jpg │ └── pic.1107.jpg ├── output │ ├── build │ └── match ├── readfiles.cpp └── utils │ ├── csv_util.cpp │ ├── csv_util.h │ ├── utils.cpp │ └── utils.h ├── Final Hand Recognition X Warehouse ├── .DS_Store ├── README.md ├── game_model │ └── gesture_recognizer.task ├── input │ ├── .DS_Store │ ├── t1.jpg │ ├── t2.jpg │ └── t3.jpg ├── main.py ├── model │ └── gesture_recognizer.task └── train_model.ipynb ├── README.md ├── Real-time Filtering ├── .DS_Store ├── .vscode │ └── c_cpp_properties.json ├── Makefile ├── filter.cpp ├── filter.h ├── imgDisplay.cpp ├── input │ ├── .DS_Store │ └── dog.jpeg ├── output │ ├── .DS_Store │ ├── img │ │ ├── 23-53-37.jpg │ │ ├── _dog.jpeg │ │ ├── bq_dog.jpeg │ │ ├── carton_dog.jpeg │ │ ├── display_x_dog.jpeg │ │ ├── display_y_dog.jpeg │ │ ├── grayscaleImage_dog.jpeg │ │ ├── greyFrame_dog.jpeg │ │ ├── gus_dog.jpeg │ │ ├── laplacian_dog.jpeg │ │ ├── mag_dog.jpeg │ │ ├── negative_dog.jpeg │ │ └── reverse_dog.jpeg │ ├── imgDisplay │ └── vidDisplay └── vidDisplay.cpp ├── Real-time_2-D_Object_Recognition ├── .DS_Store ├── Makefile ├── README.md ├── database │ ├── pen.csv │ └── pumpkin.csv ├── functions.cpp ├── functions.h ├── main ├── main.cpp ├── sample │ ├── .DS_Store │ ├── book.jpg │ ├── pen.jpg │ └── pumpkin.jpg ├── std.csv └── utils │ ├── csv_util.cpp │ └── csv_util.h ├── Recognition using Deep Networks ├── .DS_Store ├── __pycache__ │ └── build_a_model.cpython-39.pyc ├── analyze_network.py ├── build_a_model.py ├── data │ └── MNIST │ │ └── raw │ │ ├── t10k-images-idx3-ubyte │ │ ├── t10k-images-idx3-ubyte.gz │ │ ├── t10k-labels-idx1-ubyte │ │ ├── t10k-labels-idx1-ubyte.gz │ │ ├── train-images-idx3-ubyte │ │ ├── train-images-idx3-ubyte.gz │ │ ├── train-labels-idx1-ubyte │ │ └── train-labels-idx1-ubyte.gz ├── design_experienment.py ├── greek_train │ ├── .DS_Store │ ├── alpha │ │ ├── alpha_001.png │ │ ├── alpha_002.png │ │ ├── alpha_003.png │ │ ├── alpha_004.png │ │ ├── alpha_005.png │ │ ├── alpha_006.png │ │ ├── alpha_007.png │ │ ├── alpha_008.png │ │ └── alpha_009.png │ ├── beta │ │ ├── beta_001.png │ │ ├── beta_002.png │ │ ├── beta_003.png │ │ ├── beta_004.png │ │ ├── beta_005.png │ │ ├── beta_006.png │ │ ├── beta_007.png │ │ ├── beta_008.png │ │ └── beta_009.png │ └── gamma │ │ ├── gamma_001.png │ │ ├── gamma_002.png │ │ ├── gamma_003.png │ │ ├── gamma_004.png │ │ ├── gamma_005.png │ │ ├── gamma_006.png │ │ ├── gamma_007.png │ │ ├── gamma_008.png │ │ └── gamma_009.png ├── handwritten_digits │ ├── resized_0.jpg │ ├── resized_1.jpg │ ├── resized_2.jpg │ ├── resized_3.jpg │ ├── resized_4.jpg │ ├── resized_5.jpg │ ├── resized_6.jpg │ ├── resized_7.jpg │ ├── resized_8.jpg │ └── resized_9.jpg ├── handwritten_greek │ ├── .DS_Store │ ├── alpha │ │ └── alpha.jpg │ ├── beta │ │ └── beta.jpg │ └── gamma │ │ └── gamma.jpg ├── live_digit_recognition.py ├── models │ ├── model.pth │ └── optimizer.pth ├── readme.md ├── test_a_model.py └── training_greek_letter.py └── eigenstuff ├── .DS_Store ├── Differential Not Similar.jpg ├── Differential Similar.jpg ├── Eigenimage Report - CS 5330.pdf ├── Eigenimages.zip ├── Mean image.jpg ├── Original 0.jpg ├── Original 1.jpg ├── Original Not Similar.jpg ├── Original Similar.jpg ├── Recreated 0.jpg ├── Recreated 1.jpg ├── Recreated Original 0.jpg ├── Recreated Original 1.jpg ├── data ├── .DS_Store ├── 0_2000.jpg ├── 10000_2004.jpg ├── 10001_2004.jpg ├── 10002_2004.jpg ├── 10003_2004.jpg ├── 10009_2004.jpg ├── 1000_2000.jpg ├── 10010_2004.jpg ├── 10011_2004.jpg ├── 10012_2004.jpg ├── 10013_2004.jpg ├── 10014_2004.jpg ├── 10016_2004.jpg ├── 10017_2004.jpg ├── 10018_2004.jpg ├── 10020_2004.jpg ├── 10021_2004.jpg ├── 10022_2004.jpg ├── 10023_2004.jpg └── 10025_2004.jpg ├── eigenimages.py ├── eigenvector 0.jpg ├── eigenvector 1.jpg ├── eigenvector 2.jpg ├── eigenvector 3.jpg ├── eigenvector 4.jpg ├── eigenvector 5.jpg ├── eigenvector 6.jpg ├── eigenvector 7.jpg ├── test_ns.jpg └── test_s.jpg /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/.DS_Store -------------------------------------------------------------------------------- /Calibration and Augmented Reality /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Calibration and Augmented Reality /.DS_Store -------------------------------------------------------------------------------- /Calibration and Augmented Reality /cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Calibration and Augmented Reality /cf.png -------------------------------------------------------------------------------- /Calibration and Augmented Reality /highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Calibration and Augmented Reality /highlighted.png -------------------------------------------------------------------------------- /Calibration and Augmented Reality /main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Calibration and Augmented Reality /main -------------------------------------------------------------------------------- /Content-based Image Retrieval/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/.DS_Store -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/.DS_Store -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0001.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0002.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0003.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0004.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0005.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0006.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0007.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0008.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0009.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0010.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0011.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0012.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0013.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0014.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0015.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0016.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0017.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0018.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0019.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0020.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0021.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0022.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0023.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0024.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0025.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0026.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0027.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0028.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0029.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0030.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0031.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0032.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0033.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0034.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0035.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0036.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0037.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0038.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0039.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0040.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0041.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0042.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0043.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0043.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0044.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0045.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0046.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0047.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0048.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0049.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0050.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0051.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0052.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0053.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0053.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0054.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0054.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0055.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0055.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0056.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0056.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0057.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0058.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0058.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0059.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0059.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0060.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0061.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0061.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0062.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0062.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0063.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0063.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0064.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0064.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0065.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0065.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0066.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0066.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0067.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0067.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0068.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0068.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0069.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0069.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0070.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0070.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0071.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0071.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0072.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0072.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0073.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0073.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0074.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0074.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0075.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0075.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0076.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0076.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0077.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0077.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0078.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0078.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0079.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0079.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0080.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0081.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0081.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0082.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0083.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0083.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0084.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0084.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0085.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0085.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0086.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0086.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0087.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0087.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0088.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0088.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0089.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0089.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0090.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0090.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0091.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0091.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0092.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0092.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0093.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0093.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0094.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0094.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0095.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0095.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0096.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0097.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0097.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0098.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0098.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0099.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0099.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0100.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0101.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0102.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0102.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0103.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0103.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0104.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0104.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0105.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0105.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0106.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0106.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0107.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0107.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0108.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0108.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0109.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0109.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0110.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0110.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0111.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0112.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0113.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0113.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0114.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0114.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0115.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0115.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0116.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0116.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0117.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0118.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0118.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0119.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0119.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0120.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0120.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0121.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0121.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0122.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0122.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0123.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0124.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0124.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0125.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0125.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0126.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0126.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0127.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0127.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0128.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0129.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0129.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0130.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0130.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0131.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0131.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0132.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0132.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0133.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0133.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0134.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0134.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0135.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0136.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0136.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0137.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0137.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0138.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0138.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0139.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0139.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0140.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0140.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0141.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0141.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0142.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0142.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0143.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0143.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0144.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0144.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0145.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0145.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0146.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0146.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0147.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0147.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0148.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0148.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0149.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0149.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0150.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0151.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0151.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0152.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0152.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0153.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0154.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0154.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0155.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0156.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0157.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0157.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0158.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0158.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0159.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0159.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0160.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0161.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0161.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0162.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0162.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0163.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0163.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0164.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0164.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0165.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0165.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0166.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0166.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0167.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0167.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0168.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0168.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0169.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0169.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0170.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0170.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0171.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0171.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0172.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0172.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0173.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0173.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0174.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0174.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0175.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0175.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0176.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0176.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0177.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0177.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0178.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0178.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0179.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0179.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0180.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0180.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0181.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0181.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0182.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0182.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0183.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0183.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0184.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0184.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0185.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0185.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0186.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0186.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0187.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0187.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0188.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0188.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0189.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0189.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0190.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0190.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0191.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0191.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0192.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0192.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0193.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0193.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0194.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0194.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0195.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0195.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0196.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0196.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0197.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0197.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0198.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0198.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0199.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0199.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0200.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0201.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0201.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0202.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0202.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0203.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0203.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0204.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0204.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0205.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0205.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0206.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0206.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0207.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0208.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0208.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0209.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0209.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0210.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0211.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0211.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0212.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0212.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0213.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0213.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0214.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0214.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0215.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0215.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0216.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0216.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0217.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0217.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0218.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0218.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0219.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0219.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0220.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0220.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0221.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0221.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0222.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0222.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0223.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0223.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0224.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0224.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0225.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0225.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0226.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0226.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0227.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0227.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0228.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0228.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0229.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0229.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0230.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0230.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0231.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0231.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0232.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0232.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0233.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0233.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0234.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0234.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0235.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0235.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0236.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0236.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0237.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0237.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0238.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0238.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0239.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0239.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0240.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0241.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0241.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0242.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0242.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0243.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0243.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0244.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0244.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0245.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0245.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0246.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0246.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0247.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0247.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0248.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0248.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0249.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0249.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0250.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0251.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0251.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0252.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0252.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0253.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0253.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0254.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0254.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0255.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0255.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0256.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0257.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0257.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0258.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0258.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0259.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0259.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0260.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0260.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0261.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0261.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0262.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0262.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0263.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0263.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0264.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0264.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0265.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0265.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0266.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0266.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0267.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0267.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0268.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0268.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0269.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0269.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0270.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0270.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0271.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0272.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0272.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0273.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0274.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0274.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0275.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0275.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0276.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0276.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0277.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0277.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0278.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0278.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0279.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0279.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0280.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0281.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0281.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0282.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0282.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0283.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0283.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0284.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0284.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0285.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0285.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0286.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0286.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0287.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0287.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0288.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0288.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0289.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0289.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0290.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0290.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0291.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0292.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0292.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0293.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0293.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0294.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0294.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0295.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0295.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0296.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0296.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0297.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0297.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0298.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0298.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0299.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0299.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0300.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0301.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0301.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0302.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0303.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0303.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0304.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0304.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0305.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0305.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0306.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0306.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0307.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0307.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0308.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0308.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0309.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0309.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0310.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0310.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0311.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0311.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0312.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0312.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0313.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0313.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0314.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0314.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0315.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0315.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0316.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0316.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0317.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0317.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0318.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0318.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0319.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0319.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0320.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0321.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0321.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0322.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0323.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0323.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0324.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0324.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0325.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0325.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0326.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0326.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0327.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0327.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0328.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0328.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0329.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0329.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0330.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0330.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0331.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0331.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0332.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0332.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0333.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0333.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0334.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0334.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0335.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0335.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0336.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0336.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0337.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0337.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0338.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0338.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0339.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0339.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0340.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0340.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0341.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0341.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0342.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0342.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0343.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0343.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0344.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0344.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0345.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0346.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0346.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0347.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0347.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0348.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0348.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0349.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0349.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0350.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0350.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0351.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0351.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0352.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0352.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0353.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0353.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0354.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0354.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0355.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0355.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0356.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0356.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0357.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0357.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0358.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0358.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0359.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0359.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0360.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0360.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0361.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0361.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0362.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0362.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0363.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0363.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0364.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0364.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0365.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0365.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0366.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0366.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0367.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0367.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0368.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0368.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0369.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0369.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0370.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0370.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0371.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0371.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0372.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0372.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0373.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0373.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0374.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0374.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0375.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0375.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0376.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0376.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0377.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0377.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0378.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0378.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0379.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0379.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0380.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0380.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0381.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0381.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0382.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0382.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0383.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0383.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0384.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0384.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0385.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0385.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0386.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0386.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0387.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0387.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0388.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0388.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0389.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0389.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0390.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0390.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0391.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0391.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0392.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0392.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0393.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0393.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0394.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0394.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0395.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0395.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0396.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0396.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0397.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0397.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0398.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0398.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0399.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0399.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0400.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0401.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0401.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0402.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0402.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0403.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0404.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0405.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0405.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0406.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0406.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0407.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0407.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0408.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0408.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0409.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0409.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0410.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0411.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0411.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0412.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0412.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0413.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0413.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0414.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0414.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0415.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0415.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0416.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0416.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0417.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0417.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0418.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0418.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0419.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0419.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0421.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0421.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0422.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0422.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0423.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0423.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0424.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0424.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0425.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0425.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0426.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0426.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0427.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0427.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0428.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0428.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0429.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0429.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0430.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0430.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0431.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0431.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0432.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0432.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0433.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0433.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0434.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0434.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0435.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0435.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0436.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0436.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0437.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0437.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0438.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0438.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0439.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0439.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0440.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0440.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0441.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0441.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0442.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0442.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0443.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0443.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0444.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0444.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0445.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0445.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0446.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0446.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0447.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0447.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0448.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0448.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0449.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0449.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0450.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0450.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0451.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0451.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0452.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0452.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0453.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0453.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0454.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0454.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0455.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0455.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0456.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0456.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0457.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0457.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0458.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0458.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0459.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0459.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0460.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0460.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0461.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0461.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0462.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0462.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0463.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0463.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0464.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0464.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0465.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0465.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0466.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0466.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0467.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0467.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0468.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0468.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0469.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0469.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0470.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0471.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0471.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0472.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0472.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0473.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0473.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0474.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0474.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0475.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0475.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0476.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0476.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0477.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0477.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0478.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0478.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0479.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0479.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0480.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0480.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0481.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0481.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0482.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0482.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0483.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0483.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0484.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0484.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0485.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0485.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0486.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0486.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0487.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0487.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0488.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0488.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0489.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0489.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0490.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0490.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0491.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0491.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0492.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0492.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0493.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0493.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0494.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0494.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0495.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0495.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0496.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0496.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0497.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0497.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0498.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0498.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0499.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0499.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0500.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0501.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0501.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0502.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0502.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0503.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0503.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0504.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0504.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0505.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0505.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0506.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0506.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0507.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0507.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0508.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0508.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0509.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0509.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0510.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0510.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0511.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0511.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0512.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0513.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0513.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0514.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0514.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0515.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0515.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0516.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0516.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0517.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0517.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0518.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0518.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0519.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0519.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0520.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0520.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0521.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0521.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0522.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0522.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0523.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0523.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0524.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0524.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0525.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0525.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0526.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0526.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0527.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0527.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0528.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0528.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0529.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0529.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0530.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0530.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0531.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0531.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0532.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0532.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0533.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0533.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0534.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0534.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0535.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0535.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0536.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0536.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0537.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0537.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0538.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0538.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0539.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0539.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0540.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0540.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0541.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0541.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0542.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0542.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0543.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0543.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0544.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0544.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0545.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0545.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0546.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0546.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0547.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0547.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0548.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0548.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0549.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0549.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0550.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0550.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0551.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0551.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0552.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0552.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0553.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0553.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0554.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0554.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0555.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0555.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0556.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0556.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0557.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0557.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0558.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0558.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0559.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0559.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0560.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0560.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0561.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0561.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0562.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0562.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0563.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0563.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0564.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0564.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0565.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0565.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0566.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0566.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0567.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0567.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0568.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0568.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0569.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0569.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0570.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0570.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0571.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0571.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0572.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0572.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0573.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0573.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0574.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0574.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0575.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0575.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0576.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0576.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0577.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0577.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0578.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0578.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0579.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0579.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0580.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0580.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0581.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0581.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0582.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0582.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0583.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0583.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0584.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0584.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0585.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0585.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0586.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0586.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0587.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0587.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0588.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0588.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0589.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0589.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0590.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0590.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0591.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0591.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0592.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0592.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0593.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0593.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0594.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0594.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0595.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0595.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0596.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0596.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/olympus/pic.0597.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/olympus/pic.0597.jpg -------------------------------------------------------------------------------- /Content-based Image Retrieval/output/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/output/build -------------------------------------------------------------------------------- /Content-based Image Retrieval/output/match: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Content-based Image Retrieval/output/match -------------------------------------------------------------------------------- /Final Hand Recognition X Warehouse/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Final Hand Recognition X Warehouse/.DS_Store -------------------------------------------------------------------------------- /Final Hand Recognition X Warehouse/input/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Final Hand Recognition X Warehouse/input/t1.jpg -------------------------------------------------------------------------------- /Final Hand Recognition X Warehouse/input/t2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Final Hand Recognition X Warehouse/input/t2.jpg -------------------------------------------------------------------------------- /Final Hand Recognition X Warehouse/input/t3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Final Hand Recognition X Warehouse/input/t3.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # patternRecognition 2 | This project will cover the following topics: 3 | - 4 | -------------------------------------------------------------------------------- /Real-time Filtering/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/.DS_Store -------------------------------------------------------------------------------- /Real-time Filtering/input/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/input/.DS_Store -------------------------------------------------------------------------------- /Real-time Filtering/input/dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/input/dog.jpeg -------------------------------------------------------------------------------- /Real-time Filtering/output/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/.DS_Store -------------------------------------------------------------------------------- /Real-time Filtering/output/img/23-53-37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/img/23-53-37.jpg -------------------------------------------------------------------------------- /Real-time Filtering/output/img/_dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/img/_dog.jpeg -------------------------------------------------------------------------------- /Real-time Filtering/output/img/bq_dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/img/bq_dog.jpeg -------------------------------------------------------------------------------- /Real-time Filtering/output/img/carton_dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/img/carton_dog.jpeg -------------------------------------------------------------------------------- /Real-time Filtering/output/img/gus_dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/img/gus_dog.jpeg -------------------------------------------------------------------------------- /Real-time Filtering/output/img/mag_dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/img/mag_dog.jpeg -------------------------------------------------------------------------------- /Real-time Filtering/output/img/reverse_dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/img/reverse_dog.jpeg -------------------------------------------------------------------------------- /Real-time Filtering/output/imgDisplay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/imgDisplay -------------------------------------------------------------------------------- /Real-time Filtering/output/vidDisplay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time Filtering/output/vidDisplay -------------------------------------------------------------------------------- /Real-time_2-D_Object_Recognition/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time_2-D_Object_Recognition/.DS_Store -------------------------------------------------------------------------------- /Real-time_2-D_Object_Recognition/main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time_2-D_Object_Recognition/main -------------------------------------------------------------------------------- /Real-time_2-D_Object_Recognition/sample/pen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Real-time_2-D_Object_Recognition/sample/pen.jpg -------------------------------------------------------------------------------- /Real-time_2-D_Object_Recognition/std.csv: -------------------------------------------------------------------------------- 1 | standard_dev,0.0438,0.0658,0.0018,0.0015,0.0009,0.0012,0.0000,0.0000,nan,nan 2 | -------------------------------------------------------------------------------- /Recognition using Deep Networks /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/Recognition using Deep Networks /.DS_Store -------------------------------------------------------------------------------- /eigenstuff/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/.DS_Store -------------------------------------------------------------------------------- /eigenstuff/Differential Not Similar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Differential Not Similar.jpg -------------------------------------------------------------------------------- /eigenstuff/Differential Similar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Differential Similar.jpg -------------------------------------------------------------------------------- /eigenstuff/Eigenimage Report - CS 5330.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Eigenimage Report - CS 5330.pdf -------------------------------------------------------------------------------- /eigenstuff/Eigenimages.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Eigenimages.zip -------------------------------------------------------------------------------- /eigenstuff/Mean image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Mean image.jpg -------------------------------------------------------------------------------- /eigenstuff/Original 0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Original 0.jpg -------------------------------------------------------------------------------- /eigenstuff/Original 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Original 1.jpg -------------------------------------------------------------------------------- /eigenstuff/Original Not Similar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Original Not Similar.jpg -------------------------------------------------------------------------------- /eigenstuff/Original Similar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Original Similar.jpg -------------------------------------------------------------------------------- /eigenstuff/Recreated 0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Recreated 0.jpg -------------------------------------------------------------------------------- /eigenstuff/Recreated 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Recreated 1.jpg -------------------------------------------------------------------------------- /eigenstuff/Recreated Original 0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Recreated Original 0.jpg -------------------------------------------------------------------------------- /eigenstuff/Recreated Original 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/Recreated Original 1.jpg -------------------------------------------------------------------------------- /eigenstuff/data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/.DS_Store -------------------------------------------------------------------------------- /eigenstuff/data/0_2000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/0_2000.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10000_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10000_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10001_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10001_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10002_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10002_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10003_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10003_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10009_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10009_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/1000_2000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/1000_2000.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10010_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10010_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10011_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10011_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10012_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10012_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10013_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10013_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10014_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10014_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10016_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10016_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10017_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10017_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10018_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10018_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10020_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10020_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10021_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10021_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10022_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10022_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10023_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10023_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/data/10025_2004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/data/10025_2004.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 0.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 1.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 2.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 3.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 4.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 5.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 6.jpg -------------------------------------------------------------------------------- /eigenstuff/eigenvector 7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/eigenvector 7.jpg -------------------------------------------------------------------------------- /eigenstuff/test_ns.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/test_ns.jpg -------------------------------------------------------------------------------- /eigenstuff/test_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xianhe-zhang/patternRecognition/726e006a17f7fa7dde9615ba10061198665f2135/eigenstuff/test_s.jpg --------------------------------------------------------------------------------