├── README.md ├── data ├── kernels │ ├── color-l5.txt │ ├── color-l9.txt │ ├── color-sa.txt │ ├── color-td.txt │ ├── color-tm.txt │ ├── mds │ │ ├── color-l5-mds-err.txt │ │ ├── color-l5-mds.txt │ │ ├── color-l9-mds-err.txt │ │ ├── color-l9-mds.txt │ │ ├── color-sa-mds-err.txt │ │ ├── color-sa-mds.txt │ │ ├── color-td-mds-err.txt │ │ ├── color-td-mds.txt │ │ ├── color-tm-mds-err.txt │ │ ├── color-tm-mds.txt │ │ ├── shape-l5-mds-err.txt │ │ ├── shape-l5-mds.txt │ │ ├── shape-l9-mds-err.txt │ │ ├── shape-l9-mds.txt │ │ ├── shape-sa-mds-err.txt │ │ ├── shape-sa-mds.txt │ │ ├── shape-td-mds-err.txt │ │ ├── shape-td-mds.txt │ │ ├── shape-tm-mds-err.txt │ │ ├── shape-tm-mds.txt │ │ ├── shapecolor-l5-mds-err.txt │ │ ├── shapecolor-l5-mds.txt │ │ ├── shapecolor-l9-mds-err.txt │ │ ├── shapecolor-l9-mds.txt │ │ ├── shapecolor-sa-mds-err.txt │ │ ├── shapecolor-sa-mds.txt │ │ ├── shapecolor-td-mds-err.txt │ │ ├── shapecolor-td-mds.txt │ │ ├── shapecolor-tm-mds-err.txt │ │ ├── shapecolor-tm-mds.txt │ │ ├── shapesize-l5-mds-err.txt │ │ ├── shapesize-l5-mds.txt │ │ ├── shapesize-l9-mds-err.txt │ │ ├── shapesize-l9-mds.txt │ │ ├── shapesize-sa-mds-err.txt │ │ ├── shapesize-sa-mds.txt │ │ ├── shapesize-td-mds-err.txt │ │ ├── shapesize-td-mds.txt │ │ ├── shapesize-tm-mds-err.txt │ │ ├── shapesize-tm-mds.txt │ │ ├── size-l5-mds-err.txt │ │ ├── size-l5-mds.txt │ │ ├── size-l9-mds-err.txt │ │ ├── size-l9-mds.txt │ │ ├── size-sa-mds-err.txt │ │ ├── size-sa-mds.txt │ │ ├── size-td-mds-err.txt │ │ ├── size-td-mds.txt │ │ ├── size-tm-mds-err.txt │ │ ├── size-tm-mds.txt │ │ ├── sizecolor-l5-mds-err.txt │ │ ├── sizecolor-l5-mds.txt │ │ ├── sizecolor-l9-mds-err.txt │ │ ├── sizecolor-l9-mds.txt │ │ ├── sizecolor-sa-mds-err.txt │ │ ├── sizecolor-sa-mds.txt │ │ ├── sizecolor-td-mds-err.txt │ │ ├── sizecolor-td-mds.txt │ │ ├── sizecolor-tm-mds-err.txt │ │ └── sizecolor-tm-mds.txt │ ├── shape-l5.txt │ ├── shape-l9.txt │ ├── shape-sa.txt │ ├── shape-td.txt │ ├── shape-tm.txt │ ├── shapecolor-l5.txt │ ├── shapecolor-l9.txt │ ├── shapecolor-sa.txt │ ├── shapecolor-td.txt │ ├── shapecolor-tm.txt │ ├── shapesize-l5.txt │ ├── shapesize-l9.txt │ ├── shapesize-sa.txt │ ├── shapesize-td.txt │ ├── shapesize-tm.txt │ ├── size-l5.txt │ ├── size-l9.txt │ ├── size-sa.txt │ ├── size-td.txt │ ├── size-tm.txt │ ├── sizecolor-l5.txt │ ├── sizecolor-l9.txt │ ├── sizecolor-sa.txt │ ├── sizecolor-td.txt │ └── sizecolor-tm.txt └── raw │ ├── color-l5.txt │ ├── color-l9.txt │ ├── color-sa.txt │ ├── color-td.txt │ ├── color-tm.txt │ ├── shape-l5.txt │ ├── shape-l9.txt │ ├── shape-sa.txt │ ├── shape-td.txt │ ├── shape-tm.txt │ ├── shapecolor-l5.txt │ ├── shapecolor-l9.txt │ ├── shapecolor-sa.txt │ ├── shapecolor-td.txt │ ├── shapecolor-tm.txt │ ├── shapesize-l5.txt │ ├── shapesize-l9.txt │ ├── shapesize-sa.txt │ ├── shapesize-td.txt │ ├── shapesize-tm.txt │ ├── size-l5.txt │ ├── size-l9.txt │ ├── size-sa.txt │ ├── size-td.txt │ ├── size-tm.txt │ ├── sizecolor-l5.txt │ ├── sizecolor-l9.txt │ ├── sizecolor-sa.txt │ ├── sizecolor-td.txt │ └── sizecolor-tm.txt ├── doc ├── imgs │ ├── allpalettes.png │ ├── allpalettes.svg │ ├── lm.svg │ ├── modelprojs.svg │ ├── tmnewpalette.svg │ ├── tmshape.png │ ├── viewexample.png │ └── viewexample2.png └── perceptual-kernels.pdf ├── exp ├── color │ ├── l5 │ │ ├── color-l5.html │ │ ├── color-l5.input │ │ ├── color-l5.png │ │ ├── color-l5.properties │ │ ├── color-l5.question │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ └── runSandbox.sh │ ├── l9 │ │ ├── color-l9.html │ │ ├── color-l9.input │ │ ├── color-l9.png │ │ ├── color-l9.properties │ │ ├── color-l9.question │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ └── runSandbox.sh │ ├── sa │ │ ├── color-sa.html │ │ ├── color-sa.input │ │ ├── color-sa.png │ │ ├── color-sa.properties │ │ ├── color-sa.question │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ └── runSandbox.sh │ ├── td │ │ ├── color-td.html │ │ ├── color-td.input │ │ ├── color-td.png │ │ ├── color-td.properties │ │ ├── color-td.question │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ └── runSandbox.sh │ └── tm │ │ ├── color-tm.html │ │ ├── color-tm.input │ │ ├── color-tm.png │ │ ├── color-tm.properties │ │ ├── color-tm.question │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ └── runSandbox.sh ├── shape │ ├── l5 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shape-l5.html │ │ ├── shape-l5.input │ │ ├── shape-l5.png │ │ ├── shape-l5.properties │ │ └── shape-l5.question │ ├── l9 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shape-l9.html │ │ ├── shape-l9.input │ │ ├── shape-l9.png │ │ ├── shape-l9.properties │ │ └── shape-l9.question │ ├── sa │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shape-sa.html │ │ ├── shape-sa.input │ │ ├── shape-sa.png │ │ ├── shape-sa.properties │ │ └── shape-sa.question │ ├── td │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shape-td.html │ │ ├── shape-td.input │ │ ├── shape-td.png │ │ ├── shape-td.properties │ │ └── shape-td.question │ └── tm │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shape-tm.html │ │ ├── shape-tm.input │ │ ├── shape-tm.png │ │ ├── shape-tm.properties │ │ └── shape-tm.question ├── shapecolor │ ├── l5 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapecolor-l5.html │ │ ├── shapecolor-l5.input │ │ ├── shapecolor-l5.png │ │ ├── shapecolor-l5.properties │ │ └── shapecolor-l5.question │ ├── l9 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapecolor-l9.html │ │ ├── shapecolor-l9.input │ │ ├── shapecolor-l9.png │ │ ├── shapecolor-l9.properties │ │ └── shapecolor-l9.question │ ├── sa │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapecolor-sa-0.png │ │ ├── shapecolor-sa-1.png │ │ ├── shapecolor-sa.html │ │ ├── shapecolor-sa.input │ │ ├── shapecolor-sa.properties │ │ └── shapecolor-sa.question │ ├── td │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapecolor-td.html │ │ ├── shapecolor-td.input │ │ ├── shapecolor-td.png │ │ ├── shapecolor-td.properties │ │ └── shapecolor-td.question │ └── tm │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapecolor-tm.html │ │ ├── shapecolor-tm.input │ │ ├── shapecolor-tm.png │ │ ├── shapecolor-tm.properties │ │ └── shapecolor-tm.question ├── shapesize │ ├── l5 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapesize-l5.html │ │ ├── shapesize-l5.input │ │ ├── shapesize-l5.png │ │ ├── shapesize-l5.properties │ │ └── shapesize-l5.question │ ├── l9 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapesize-l9.html │ │ ├── shapesize-l9.input │ │ ├── shapesize-l9.png │ │ ├── shapesize-l9.properties │ │ └── shapesize-l9.question │ ├── sa │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapesize-sa.html │ │ ├── shapesize-sa.input │ │ ├── shapesize-sa.png │ │ ├── shapesize-sa.properties │ │ └── shapesize-sa.question │ ├── td │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapesize-td.html │ │ ├── shapesize-td.input │ │ ├── shapesize-td.png │ │ ├── shapesize-td.properties │ │ └── shapesize-td.question │ └── tm │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── shapesize-tm.html │ │ ├── shapesize-tm.input │ │ ├── shapesize-tm.png │ │ ├── shapesize-tm.properties │ │ └── shapesize-tm.question ├── size │ ├── l5 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── size-l5.html │ │ ├── size-l5.input │ │ ├── size-l5.png │ │ ├── size-l5.properties │ │ └── size-l5.question │ ├── l9 │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── size-l9.html │ │ ├── size-l9.input │ │ ├── size-l9.png │ │ ├── size-l9.properties │ │ └── size-l9.question │ ├── sa │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── size-sa.html │ │ ├── size-sa.input │ │ ├── size-sa.png │ │ ├── size-sa.properties │ │ └── size-sa.question │ ├── td │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── size-td.html │ │ ├── size-td.input │ │ ├── size-td.png │ │ ├── size-td.properties │ │ └── size-td.question │ └── tm │ │ ├── getResults.sh │ │ ├── reset.sh │ │ ├── runProduction.sh │ │ ├── runSandbox.sh │ │ ├── size-tm.html │ │ ├── size-tm.input │ │ ├── size-tm.png │ │ ├── size-tm.properties │ │ └── size-tm.question └── sizecolor │ ├── l5 │ ├── getResults.sh │ ├── reset.sh │ ├── runProduction.sh │ ├── runSandbox.sh │ ├── sizecolor-l5.html │ ├── sizecolor-l5.input │ ├── sizecolor-l5.png │ ├── sizecolor-l5.properties │ └── sizecolor-l5.question │ ├── l9 │ ├── getResults.sh │ ├── reset.sh │ ├── runProduction.sh │ ├── runSandbox.sh │ ├── sizecolor-l9.html │ ├── sizecolor-l9.input │ ├── sizecolor-l9.png │ ├── sizecolor-l9.properties │ └── sizecolor-l9.question │ ├── sa │ ├── getResults.sh │ ├── reset.sh │ ├── runProduction.sh │ ├── runSandbox.sh │ ├── sizecolor-sa-0.png │ ├── sizecolor-sa-1.png │ ├── sizecolor-sa.html │ ├── sizecolor-sa.input │ ├── sizecolor-sa.png │ ├── sizecolor-sa.properties │ └── sizecolor-sa.question │ ├── td │ ├── getResults.sh │ ├── reset.sh │ ├── runProduction.sh │ ├── runSandbox.sh │ ├── sizecolor-td.html │ ├── sizecolor-td.input │ ├── sizecolor-td.png │ ├── sizecolor-td.properties │ └── sizecolor-td.question │ └── tm │ ├── getResults.sh │ ├── reset.sh │ ├── runProduction.sh │ ├── runSandbox.sh │ ├── sizecolor-tm.html │ ├── sizecolor-tm.input │ ├── sizecolor-tm.png │ ├── sizecolor-tm.properties │ └── sizecolor-tm.question ├── lib ├── bootstrap │ ├── css │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap-responsive.min.css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── img │ │ ├── glyphicons-halflings-white.png │ │ ├── glyphicons-halflings.png │ │ ├── glyphicons_000_glass.png │ │ ├── glyphicons_001_leaf.png │ │ ├── glyphicons_002_dog.png │ │ ├── glyphicons_003_user.png │ │ ├── glyphicons_004_girl.png │ │ ├── glyphicons_005_car.png │ │ ├── glyphicons_006_user_add.png │ │ ├── glyphicons_007_user_remove.png │ │ ├── glyphicons_008_film.png │ │ ├── glyphicons_009_magic.png │ │ ├── glyphicons_010_envelope.png │ │ ├── glyphicons_011_camera.png │ │ ├── glyphicons_012_heart.png │ │ ├── glyphicons_013_beach_umbrella.png │ │ ├── glyphicons_014_train.png │ │ ├── glyphicons_015_print.png │ │ ├── glyphicons_016_bin.png │ │ ├── glyphicons_017_music.png │ │ ├── glyphicons_018_note.png │ │ ├── glyphicons_019_heart_empty.png │ │ ├── glyphicons_020_home.png │ │ ├── glyphicons_021_snowflake.png │ │ ├── glyphicons_022_fire.png │ │ ├── glyphicons_023_magnet.png │ │ ├── glyphicons_024_parents.png │ │ ├── glyphicons_025_binoculars.png │ │ ├── glyphicons_026_road.png │ │ ├── glyphicons_027_search.png │ │ ├── glyphicons_028_cars.png │ │ ├── glyphicons_029_notes_2.png │ │ ├── glyphicons_030_pencil.png │ │ ├── glyphicons_031_bus.png │ │ ├── glyphicons_032_wifi_alt.png │ │ ├── glyphicons_033_luggage.png │ │ ├── glyphicons_034_old_man.png │ │ ├── glyphicons_035_woman.png │ │ ├── glyphicons_036_file.png │ │ ├── glyphicons_037_coins.png │ │ ├── glyphicons_038_airplane.png │ │ ├── glyphicons_039_notes.png │ │ ├── glyphicons_040_stats.png │ │ ├── glyphicons_041_charts.png │ │ ├── glyphicons_042_pie_chart.png │ │ ├── glyphicons_043_group.png │ │ ├── glyphicons_044_keys.png │ │ ├── glyphicons_045_calendar.png │ │ ├── glyphicons_046_router.png │ │ ├── glyphicons_047_camera_small.png │ │ ├── glyphicons_048_dislikes.png │ │ ├── glyphicons_049_star.png │ │ ├── glyphicons_050_link.png │ │ ├── glyphicons_051_eye_open.png │ │ ├── glyphicons_052_eye_close.png │ │ ├── glyphicons_053_alarm.png │ │ ├── glyphicons_054_clock.png │ │ ├── glyphicons_055_stopwatch.png │ │ ├── glyphicons_056_projector.png │ │ ├── glyphicons_057_history.png │ │ ├── glyphicons_058_truck.png │ │ ├── glyphicons_059_cargo.png │ │ ├── glyphicons_060_compass.png │ │ ├── glyphicons_061_keynote.png │ │ ├── glyphicons_062_paperclip.png │ │ ├── glyphicons_063_power.png │ │ ├── glyphicons_064_lightbulb.png │ │ ├── glyphicons_065_tag.png │ │ ├── glyphicons_066_tags.png │ │ ├── glyphicons_067_cleaning.png │ │ ├── glyphicons_068_ruller.png │ │ ├── glyphicons_069_gift.png │ │ ├── glyphicons_070_umbrella.png │ │ ├── glyphicons_071_book.png │ │ ├── glyphicons_072_bookmark.png │ │ ├── glyphicons_073_wifi.png │ │ ├── glyphicons_074_cup.png │ │ ├── glyphicons_075_stroller.png │ │ ├── glyphicons_076_headphones.png │ │ ├── glyphicons_077_headset.png │ │ ├── glyphicons_078_warning_sign.png │ │ ├── glyphicons_079_signal.png │ │ ├── glyphicons_080_retweet.png │ │ ├── glyphicons_081_refresh.png │ │ ├── glyphicons_082_roundabout.png │ │ ├── glyphicons_083_random.png │ │ ├── glyphicons_084_heat.png │ │ ├── glyphicons_085_repeat.png │ │ ├── glyphicons_086_display.png │ │ ├── glyphicons_087_log_book.png │ │ ├── glyphicons_088_adress_book.png │ │ ├── glyphicons_089_building.png │ │ ├── glyphicons_090_eyedropper.png │ │ ├── glyphicons_091_adjust.png │ │ ├── glyphicons_092_tint.png │ │ ├── glyphicons_093_crop.png │ │ ├── glyphicons_094_vector_path_square.png │ │ ├── glyphicons_095_vector_path_circle.png │ │ ├── glyphicons_096_vector_path_polygon.png │ │ ├── glyphicons_097_vector_path_line.png │ │ ├── glyphicons_098_vector_path_curve.png │ │ ├── glyphicons_099_vector_path_all.png │ │ ├── glyphicons_100_font.png │ │ ├── glyphicons_101_italic.png │ │ ├── glyphicons_102_bold.png │ │ ├── glyphicons_103_text_underline.png │ │ ├── glyphicons_104_text_strike.png │ │ ├── glyphicons_105_text_height.png │ │ ├── glyphicons_106_text_width.png │ │ ├── glyphicons_107_text_resize.png │ │ ├── glyphicons_108_left_indent.png │ │ ├── glyphicons_109_right_indent.png │ │ ├── glyphicons_110_align_left.png │ │ ├── glyphicons_111_align_center.png │ │ ├── glyphicons_112_align_right.png │ │ ├── glyphicons_113_justify.png │ │ ├── glyphicons_114_list.png │ │ ├── glyphicons_115_text_smaller.png │ │ ├── glyphicons_116_text_bigger.png │ │ ├── glyphicons_117_embed.png │ │ ├── glyphicons_118_embed_close.png │ │ ├── glyphicons_119_table.png │ │ ├── glyphicons_120_message_full.png │ │ ├── glyphicons_121_message_empty.png │ │ ├── glyphicons_122_message_in.png │ │ ├── glyphicons_123_message_out.png │ │ ├── glyphicons_124_message_plus.png │ │ ├── glyphicons_125_message_minus.png │ │ ├── glyphicons_126_message_ban.png │ │ ├── glyphicons_127_message_flag.png │ │ ├── glyphicons_128_message_lock.png │ │ ├── glyphicons_129_message_new.png │ │ ├── glyphicons_130_inbox.png │ │ ├── glyphicons_131_inbox_plus.png │ │ ├── glyphicons_132_inbox_minus.png │ │ ├── glyphicons_133_inbox_lock.png │ │ ├── glyphicons_134_inbox_in.png │ │ ├── glyphicons_135_inbox_out.png │ │ ├── glyphicons_136_cogwheel.png │ │ ├── glyphicons_137_cogwheels.png │ │ ├── glyphicons_138_picture.png │ │ ├── glyphicons_139_adjust_alt.png │ │ ├── glyphicons_140_database_lock.png │ │ ├── glyphicons_141_database_plus.png │ │ ├── glyphicons_142_database_minus.png │ │ ├── glyphicons_143_database_ban.png │ │ ├── glyphicons_144_folder_open.png │ │ ├── glyphicons_145_folder_plus.png │ │ ├── glyphicons_146_folder_minus.png │ │ ├── glyphicons_147_folder_lock.png │ │ ├── glyphicons_148_folder_flag.png │ │ ├── glyphicons_149_folder_new.png │ │ ├── glyphicons_150_edit.png │ │ ├── glyphicons_151_new_window.png │ │ ├── glyphicons_152_check.png │ │ ├── glyphicons_153_unchecked.png │ │ ├── glyphicons_154_more_windows.png │ │ ├── glyphicons_155_show_big_thumbnails.png │ │ ├── glyphicons_156_show_thumbnails.png │ │ ├── glyphicons_157_show_thumbnails_with_lines.png │ │ ├── glyphicons_158_show_lines.png │ │ ├── glyphicons_159_playlist.png │ │ ├── glyphicons_160_imac.png │ │ ├── glyphicons_161_macbook.png │ │ ├── glyphicons_162_ipad.png │ │ ├── glyphicons_163_iphone.png │ │ ├── glyphicons_164_iphone_transfer.png │ │ ├── glyphicons_165_iphone_exchange.png │ │ ├── glyphicons_166_ipod.png │ │ ├── glyphicons_167_ipod_shuffle.png │ │ ├── glyphicons_168_ear_plugs.png │ │ ├── glyphicons_169_phone.png │ │ ├── glyphicons_170_step_backward.png │ │ ├── glyphicons_171_fast_backward.png │ │ ├── glyphicons_172_rewind.png │ │ ├── glyphicons_173_play.png │ │ ├── glyphicons_174_pause.png │ │ ├── glyphicons_175_stop.png │ │ ├── glyphicons_176_forward.png │ │ ├── glyphicons_177_fast_forward.png │ │ ├── glyphicons_178_step_forward.png │ │ ├── glyphicons_179_eject.png │ │ ├── glyphicons_180_facetime_video.png │ │ ├── glyphicons_181_download_alt.png │ │ ├── glyphicons_182_mute.png │ │ ├── glyphicons_183_volume_down.png │ │ ├── glyphicons_184_volume_up.png │ │ ├── glyphicons_185_screenshot.png │ │ ├── glyphicons_186_move.png │ │ ├── glyphicons_187_more.png │ │ ├── glyphicons_188_brightness_reduce.png │ │ ├── glyphicons_189_brightness_increase.png │ │ ├── glyphicons_190_circle_plus.png │ │ ├── glyphicons_191_circle_minus.png │ │ ├── glyphicons_192_circle_remove.png │ │ ├── glyphicons_193_circle_ok.png │ │ ├── glyphicons_194_circle_question_mark.png │ │ ├── glyphicons_195_circle_info.png │ │ ├── glyphicons_196_circle_exclamation_mark.png │ │ ├── glyphicons_197_remove.png │ │ ├── glyphicons_198_ok.png │ │ ├── glyphicons_199_ban.png │ │ ├── glyphicons_200_download.png │ │ ├── glyphicons_201_upload.png │ │ ├── glyphicons_202_shopping_cart.png │ │ ├── glyphicons_203_lock.png │ │ ├── glyphicons_204_unlock.png │ │ ├── glyphicons_205_electricity.png │ │ ├── glyphicons_206_ok_2.png │ │ ├── glyphicons_207_remove_2.png │ │ ├── glyphicons_208_cart_out.png │ │ ├── glyphicons_209_cart_in.png │ │ ├── glyphicons_210_left_arrow.png │ │ ├── glyphicons_211_right_arrow.png │ │ ├── glyphicons_212_down_arrow.png │ │ ├── glyphicons_213_up_arrow.png │ │ ├── glyphicons_214_resize_small.png │ │ ├── glyphicons_215_resize_full.png │ │ ├── glyphicons_216_circle_arrow_left.png │ │ ├── glyphicons_217_circle_arrow_right.png │ │ ├── glyphicons_218_circle_arrow_top.png │ │ ├── glyphicons_219_circle_arrow_down.png │ │ ├── glyphicons_220_play_button.png │ │ ├── glyphicons_221_unshare.png │ │ ├── glyphicons_222_share.png │ │ ├── glyphicons_223_chevron-right.png │ │ ├── glyphicons_224_chevron-left.png │ │ ├── glyphicons_225_bluetooth.png │ │ ├── glyphicons_226_euro.png │ │ ├── glyphicons_227_usd.png │ │ ├── glyphicons_228_gbp.png │ │ ├── glyphicons_229_retweet_2.png │ │ ├── glyphicons_230_moon.png │ │ ├── glyphicons_231_sun.png │ │ ├── glyphicons_232_cloud.png │ │ ├── glyphicons_233_direction.png │ │ ├── glyphicons_234_brush.png │ │ ├── glyphicons_235_pen.png │ │ ├── glyphicons_236_zoom_in.png │ │ ├── glyphicons_237_zoom_out.png │ │ ├── glyphicons_238_pin.png │ │ ├── glyphicons_239_albums.png │ │ ├── glyphicons_240_rotation_lock.png │ │ ├── glyphicons_241_flash.png │ │ ├── glyphicons_242_google_maps.png │ │ ├── glyphicons_243_anchor.png │ │ ├── glyphicons_244_conversation.png │ │ ├── glyphicons_245_chat.png │ │ ├── glyphicons_246_male.png │ │ ├── glyphicons_247_female.png │ │ ├── glyphicons_248_asterisk.png │ │ ├── glyphicons_249_divide.png │ │ ├── glyphicons_250_snorkel_diving.png │ │ ├── glyphicons_251_scuba_diving.png │ │ ├── glyphicons_252_oxygen_bottle.png │ │ ├── glyphicons_253_fins.png │ │ ├── glyphicons_254_fishes.png │ │ ├── glyphicons_255_boat.png │ │ ├── glyphicons_256_delete.png │ │ ├── glyphicons_257_sheriffs_star.png │ │ ├── glyphicons_258_qrcode.png │ │ ├── glyphicons_259_barcode.png │ │ ├── glyphicons_260_pool.png │ │ ├── glyphicons_261_buoy.png │ │ ├── glyphicons_262_spade.png │ │ ├── glyphicons_263_bank.png │ │ ├── glyphicons_264_vcard.png │ │ ├── glyphicons_265_electrical_plug.png │ │ ├── glyphicons_266_flag.png │ │ ├── glyphicons_267_credit_card.png │ │ ├── glyphicons_268_keyboard_wireless.png │ │ ├── glyphicons_269_keyboard_wired.png │ │ ├── glyphicons_270_shield.png │ │ ├── glyphicons_271_ring.png │ │ ├── glyphicons_272_cake.png │ │ ├── glyphicons_273_drink.png │ │ ├── glyphicons_274_beer.png │ │ ├── glyphicons_275_fast_food.png │ │ ├── glyphicons_276_cutlery.png │ │ ├── glyphicons_277_pizza.png │ │ ├── glyphicons_278_birthday_cake.png │ │ ├── glyphicons_279_tablet.png │ │ ├── glyphicons_280_settings.png │ │ ├── glyphicons_281_bullets.png │ │ ├── glyphicons_282_cardio.png │ │ ├── glyphicons_283_t-shirt.png │ │ ├── glyphicons_284_pants.png │ │ ├── glyphicons_285_sweater.png │ │ ├── glyphicons_286_fabric.png │ │ ├── glyphicons_287_leather.png │ │ ├── glyphicons_288_scissors.png │ │ ├── glyphicons_289_bomb.png │ │ ├── glyphicons_290_skull.png │ │ ├── glyphicons_291_celebration.png │ │ ├── glyphicons_292_tea_kettle.png │ │ ├── glyphicons_293_french_press.png │ │ ├── glyphicons_294_coffe_cup.png │ │ ├── glyphicons_295_pot.png │ │ ├── glyphicons_296_grater.png │ │ ├── glyphicons_297_kettle.png │ │ ├── glyphicons_298_hospital.png │ │ ├── glyphicons_299_hospital_h.png │ │ ├── glyphicons_300_microphone.png │ │ ├── glyphicons_301_webcam.png │ │ ├── glyphicons_302_temple_christianity_church.png │ │ ├── glyphicons_303_temple_islam.png │ │ ├── glyphicons_304_temple_hindu.png │ │ ├── glyphicons_305_temple_buddhist.png │ │ ├── glyphicons_306_bicycle.png │ │ ├── glyphicons_307_life_preserver.png │ │ ├── glyphicons_308_share_alt.png │ │ ├── glyphicons_309_comments.png │ │ ├── glyphicons_310_flower.png │ │ ├── glyphicons_311_baseball.png │ │ ├── glyphicons_312_rugby.png │ │ ├── glyphicons_313_ax.png │ │ ├── glyphicons_314_table_tennis.png │ │ ├── glyphicons_315_bowling.png │ │ ├── glyphicons_316_tree_conifer.png │ │ ├── glyphicons_317_tree_deciduous.png │ │ ├── glyphicons_318_more_items.png │ │ ├── glyphicons_319_sort.png │ │ ├── glyphicons_320_filter.png │ │ ├── glyphicons_321_gamepad.png │ │ ├── glyphicons_322_playing_dices.png │ │ ├── glyphicons_323_calculator.png │ │ ├── glyphicons_324_tie.png │ │ ├── glyphicons_325_wallet.png │ │ ├── glyphicons_326_piano.png │ │ ├── glyphicons_327_sampler.png │ │ ├── glyphicons_328_podium.png │ │ ├── glyphicons_329_soccer_ball.png │ │ ├── glyphicons_330_blog.png │ │ ├── glyphicons_331_dashboard.png │ │ ├── glyphicons_332_certificate.png │ │ ├── glyphicons_333_bell.png │ │ ├── glyphicons_334_candle.png │ │ ├── glyphicons_335_pushpin.png │ │ ├── glyphicons_336_iphone_shake.png │ │ ├── glyphicons_337_pin_flag.png │ │ ├── glyphicons_338_turtle.png │ │ ├── glyphicons_339_rabbit.png │ │ ├── glyphicons_340_globe.png │ │ ├── glyphicons_341_briefcase.png │ │ ├── glyphicons_342_hdd.png │ │ ├── glyphicons_343_thumbs_up.png │ │ ├── glyphicons_344_thumbs_down.png │ │ ├── glyphicons_345_hand_right.png │ │ ├── glyphicons_346_hand_left.png │ │ ├── glyphicons_347_hand_up.png │ │ ├── glyphicons_348_hand_down.png │ │ ├── glyphicons_349_fullscreen.png │ │ ├── glyphicons_350_shopping_bag.png │ │ ├── glyphicons_351_book_open.png │ │ ├── glyphicons_352_nameplate.png │ │ ├── glyphicons_353_nameplate_alt.png │ │ ├── glyphicons_354_vases.png │ │ ├── glyphicons_355_bullhorn.png │ │ ├── glyphicons_356_dumbbell.png │ │ ├── glyphicons_357_suitcase.png │ │ ├── glyphicons_358_file_import.png │ │ ├── glyphicons_359_file_export.png │ │ ├── glyphicons_360_bug.png │ │ ├── glyphicons_361_crown.png │ │ ├── glyphicons_362_smoking.png │ │ ├── glyphicons_363_cloud_upload.png │ │ ├── glyphicons_364_cloud_download.png │ │ ├── glyphicons_365_restart.png │ │ ├── glyphicons_366_security_camera.png │ │ ├── glyphicons_367_expand.png │ │ ├── glyphicons_368_collapse.png │ │ ├── glyphicons_369_collapse_top.png │ │ ├── glyphicons_370_globe_af.png │ │ ├── glyphicons_371_global.png │ │ ├── glyphicons_372_spray.png │ │ ├── glyphicons_373_nails.png │ │ ├── glyphicons_374_claw_hammer.png │ │ ├── glyphicons_375_classic_hammer.png │ │ ├── glyphicons_376_hand_saw.png │ │ ├── glyphicons_377_riflescope.png │ │ ├── glyphicons_378_electrical_socket_eu.png │ │ ├── glyphicons_379_electrical_socket_us.png │ │ ├── glyphicons_380_pinterest.png │ │ ├── glyphicons_381_dropbox.png │ │ ├── glyphicons_382_google_plus.png │ │ ├── glyphicons_383_jolicloud.png │ │ ├── glyphicons_384_yahoo.png │ │ ├── glyphicons_385_blogger.png │ │ ├── glyphicons_386_picasa.png │ │ ├── glyphicons_387_amazon.png │ │ ├── glyphicons_388_tumblr.png │ │ ├── glyphicons_389_wordpress.png │ │ ├── glyphicons_390_instapaper.png │ │ ├── glyphicons_391_evernote.png │ │ ├── glyphicons_392_xing.png │ │ ├── glyphicons_393_zootool.png │ │ ├── glyphicons_394_dribbble.png │ │ ├── glyphicons_395_deviantart.png │ │ ├── glyphicons_396_read_it_later.png │ │ ├── glyphicons_397_linked_in.png │ │ ├── glyphicons_398_forrst.png │ │ ├── glyphicons_399_pinboard.png │ │ ├── glyphicons_400_behance.png │ │ ├── glyphicons_401_github.png │ │ ├── glyphicons_402_youtube.png │ │ ├── glyphicons_403_skitch.png │ │ ├── glyphicons_404_4square.png │ │ ├── glyphicons_405_quora.png │ │ ├── glyphicons_406_badoo.png │ │ ├── glyphicons_407_spotify.png │ │ ├── glyphicons_408_stumbleupon.png │ │ ├── glyphicons_409_readability.png │ │ ├── glyphicons_410_facebook.png │ │ ├── glyphicons_411_twitter.png │ │ ├── glyphicons_412_instagram.png │ │ ├── glyphicons_413_posterous_spaces.png │ │ ├── glyphicons_414_vimeo.png │ │ ├── glyphicons_415_flickr.png │ │ ├── glyphicons_416_last_fm.png │ │ ├── glyphicons_417_rss.png │ │ ├── glyphicons_418_skype.png │ │ └── glyphicons_419_e-mail.png │ └── js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js └── d3.v3.min.js ├── shared ├── matlab │ ├── STE_Release │ │ ├── brdf_experiment.m │ │ ├── ckl_k.m │ │ ├── ckl_k_grad.m │ │ ├── ckl_x.m │ │ ├── ckl_x_grad.m │ │ ├── drtoolbox │ │ │ ├── Contents.m │ │ │ ├── Readme.txt │ │ │ ├── compute_mapping.m │ │ │ ├── drgui.m │ │ │ ├── generate_data.m │ │ │ ├── gui │ │ │ │ ├── adaptive_callback.m │ │ │ │ ├── case1.m │ │ │ │ ├── choose_method.fig │ │ │ │ ├── choose_method.m │ │ │ │ ├── ded.m │ │ │ │ ├── drtool.fig │ │ │ │ ├── drtool.m │ │ │ │ ├── lnst.m │ │ │ │ ├── load_data.fig │ │ │ │ ├── load_data.m │ │ │ │ ├── load_data_1_var.fig │ │ │ │ ├── load_data_1_var.m │ │ │ │ ├── load_data_vars.fig │ │ │ │ ├── load_data_vars.m │ │ │ │ ├── load_xls.fig │ │ │ │ ├── load_xls.m │ │ │ │ ├── mapping_parameters.fig │ │ │ │ ├── mapping_parameters.m │ │ │ │ ├── no_history.fig │ │ │ │ ├── no_history.m │ │ │ │ ├── not_calculated.fig │ │ │ │ ├── not_calculated.m │ │ │ │ ├── not_loaded.fig │ │ │ │ ├── not_loaded.m │ │ │ │ ├── plot12n.m │ │ │ │ ├── plotn.m │ │ │ │ ├── scatter12n.m │ │ │ │ ├── scattern.m │ │ │ │ ├── update_kernel_uipanel.m │ │ │ │ └── update_type_uipanel.m │ │ │ ├── intrinsic_dim.m │ │ │ ├── mexall.m │ │ │ ├── out_of_sample.m │ │ │ ├── out_of_sample_est.m │ │ │ ├── prewhiten.m │ │ │ ├── reconstruct_data.m │ │ │ └── techniques │ │ │ │ ├── L2_distance.m │ │ │ │ ├── backprop.m │ │ │ │ ├── backprop_gradient.m │ │ │ │ ├── cca.m │ │ │ │ ├── cfa.m │ │ │ │ ├── cg_update.m │ │ │ │ ├── charting.m │ │ │ │ ├── checkgrad.m │ │ │ │ ├── combn.m │ │ │ │ ├── components.m │ │ │ │ ├── compute_recon_err.m │ │ │ │ ├── computegr.c │ │ │ │ ├── computegr.mexa64 │ │ │ │ ├── computegr.mexglx │ │ │ │ ├── computegr.mexmaci │ │ │ │ ├── computegr.mexmaci64 │ │ │ │ ├── csdp.m │ │ │ │ ├── csdplinux │ │ │ │ ├── csdpmac │ │ │ │ ├── csdpmaci │ │ │ │ ├── d2p.m │ │ │ │ ├── diffusion_maps.m │ │ │ │ ├── dijk.m │ │ │ │ ├── dijkstra.cpp │ │ │ │ ├── dijkstra.m │ │ │ │ ├── dijkstra.mexglx │ │ │ │ ├── dijkstra.mexmaci │ │ │ │ ├── dijkstra.mexmaci64 │ │ │ │ ├── em_pca.m │ │ │ │ ├── fa.m │ │ │ │ ├── fastmvu.m │ │ │ │ ├── fibheap.h │ │ │ │ ├── find_nn.c │ │ │ │ ├── find_nn.m │ │ │ │ ├── find_nn_adaptive.m │ │ │ │ ├── gda.m │ │ │ │ ├── gplvm.m │ │ │ │ ├── gplvm_grad.m │ │ │ │ ├── gram.m │ │ │ │ ├── hill_obj.m │ │ │ │ ├── hillclimber2c.m │ │ │ │ ├── hlle.m │ │ │ │ ├── infermfa.m │ │ │ │ ├── isomap.m │ │ │ │ ├── jdqr.m │ │ │ │ ├── jdqz.m │ │ │ │ ├── kernel_function.c │ │ │ │ ├── kernel_function.m │ │ │ │ ├── kernel_function.mexmaci │ │ │ │ ├── kernel_pca.m │ │ │ │ ├── landmark_isomap.m │ │ │ │ ├── laplacian_eigen.m │ │ │ │ ├── llc.m │ │ │ │ └── lle.m │ │ ├── gnmds_k.m │ │ ├── gnmds_x.m │ │ ├── gnmds_x_grad.m │ │ ├── ste_k.m │ │ ├── ste_k_grad.m │ │ ├── ste_x.m │ │ ├── ste_x_grad.m │ │ ├── tste.m │ │ └── tste_grad.m │ ├── alignFilterLayouts.m │ ├── getTestTriplets.m │ ├── rawTripletToKernel.m │ └── regressTripletKernel.m ├── palettes.js ├── stim.js └── utils.js └── view ├── d3.v3.min.js ├── drawkernel.js ├── heatmap.js ├── showkernel.js └── stim.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/README.md -------------------------------------------------------------------------------- /data/kernels/color-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/color-l5.txt -------------------------------------------------------------------------------- /data/kernels/color-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/color-l9.txt -------------------------------------------------------------------------------- /data/kernels/color-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/color-sa.txt -------------------------------------------------------------------------------- /data/kernels/color-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/color-td.txt -------------------------------------------------------------------------------- /data/kernels/color-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/color-tm.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-l5-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-l5-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-l5-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-l5-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-l9-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-l9-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-l9-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-l9-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-sa-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-sa-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-sa-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-sa-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-td-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-td-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-td-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-td-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-tm-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-tm-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/color-tm-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/color-tm-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-l5-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-l5-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-l5-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-l5-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-l9-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-l9-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-l9-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-l9-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-sa-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-sa-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-sa-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-sa-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-td-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-td-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-td-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-td-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-tm-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-tm-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shape-tm-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shape-tm-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-l5-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-l5-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-l5-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-l5-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-l9-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-l9-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-l9-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-l9-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-sa-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-sa-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-sa-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-sa-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-td-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-td-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-td-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-td-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-tm-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-tm-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapecolor-tm-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapecolor-tm-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-l5-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-l5-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-l5-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-l5-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-l9-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-l9-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-l9-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-l9-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-sa-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-sa-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-sa-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-sa-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-td-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-td-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-td-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-td-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-tm-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-tm-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/shapesize-tm-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/shapesize-tm-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-l5-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-l5-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-l5-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-l5-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-l9-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-l9-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-l9-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-l9-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-sa-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-sa-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-sa-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-sa-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-td-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-td-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-td-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-td-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-tm-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-tm-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/size-tm-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/size-tm-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-l5-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-l5-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-l5-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-l5-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-l9-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-l9-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-l9-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-l9-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-sa-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-sa-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-sa-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-sa-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-td-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-td-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-td-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-td-mds.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-tm-mds-err.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-tm-mds-err.txt -------------------------------------------------------------------------------- /data/kernels/mds/sizecolor-tm-mds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/mds/sizecolor-tm-mds.txt -------------------------------------------------------------------------------- /data/kernels/shape-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shape-l5.txt -------------------------------------------------------------------------------- /data/kernels/shape-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shape-l9.txt -------------------------------------------------------------------------------- /data/kernels/shape-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shape-sa.txt -------------------------------------------------------------------------------- /data/kernels/shape-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shape-td.txt -------------------------------------------------------------------------------- /data/kernels/shape-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shape-tm.txt -------------------------------------------------------------------------------- /data/kernels/shapecolor-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapecolor-l5.txt -------------------------------------------------------------------------------- /data/kernels/shapecolor-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapecolor-l9.txt -------------------------------------------------------------------------------- /data/kernels/shapecolor-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapecolor-sa.txt -------------------------------------------------------------------------------- /data/kernels/shapecolor-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapecolor-td.txt -------------------------------------------------------------------------------- /data/kernels/shapecolor-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapecolor-tm.txt -------------------------------------------------------------------------------- /data/kernels/shapesize-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapesize-l5.txt -------------------------------------------------------------------------------- /data/kernels/shapesize-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapesize-l9.txt -------------------------------------------------------------------------------- /data/kernels/shapesize-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapesize-sa.txt -------------------------------------------------------------------------------- /data/kernels/shapesize-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapesize-td.txt -------------------------------------------------------------------------------- /data/kernels/shapesize-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/shapesize-tm.txt -------------------------------------------------------------------------------- /data/kernels/size-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/size-l5.txt -------------------------------------------------------------------------------- /data/kernels/size-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/size-l9.txt -------------------------------------------------------------------------------- /data/kernels/size-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/size-sa.txt -------------------------------------------------------------------------------- /data/kernels/size-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/size-td.txt -------------------------------------------------------------------------------- /data/kernels/size-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/size-tm.txt -------------------------------------------------------------------------------- /data/kernels/sizecolor-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/sizecolor-l5.txt -------------------------------------------------------------------------------- /data/kernels/sizecolor-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/sizecolor-l9.txt -------------------------------------------------------------------------------- /data/kernels/sizecolor-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/sizecolor-sa.txt -------------------------------------------------------------------------------- /data/kernels/sizecolor-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/sizecolor-td.txt -------------------------------------------------------------------------------- /data/kernels/sizecolor-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/kernels/sizecolor-tm.txt -------------------------------------------------------------------------------- /data/raw/color-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/color-l5.txt -------------------------------------------------------------------------------- /data/raw/color-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/color-l9.txt -------------------------------------------------------------------------------- /data/raw/color-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/color-sa.txt -------------------------------------------------------------------------------- /data/raw/color-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/color-td.txt -------------------------------------------------------------------------------- /data/raw/color-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/color-tm.txt -------------------------------------------------------------------------------- /data/raw/shape-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shape-l5.txt -------------------------------------------------------------------------------- /data/raw/shape-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shape-l9.txt -------------------------------------------------------------------------------- /data/raw/shape-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shape-sa.txt -------------------------------------------------------------------------------- /data/raw/shape-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shape-td.txt -------------------------------------------------------------------------------- /data/raw/shape-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shape-tm.txt -------------------------------------------------------------------------------- /data/raw/shapecolor-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapecolor-l5.txt -------------------------------------------------------------------------------- /data/raw/shapecolor-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapecolor-l9.txt -------------------------------------------------------------------------------- /data/raw/shapecolor-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapecolor-sa.txt -------------------------------------------------------------------------------- /data/raw/shapecolor-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapecolor-td.txt -------------------------------------------------------------------------------- /data/raw/shapecolor-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapecolor-tm.txt -------------------------------------------------------------------------------- /data/raw/shapesize-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapesize-l5.txt -------------------------------------------------------------------------------- /data/raw/shapesize-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapesize-l9.txt -------------------------------------------------------------------------------- /data/raw/shapesize-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapesize-sa.txt -------------------------------------------------------------------------------- /data/raw/shapesize-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapesize-td.txt -------------------------------------------------------------------------------- /data/raw/shapesize-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/shapesize-tm.txt -------------------------------------------------------------------------------- /data/raw/size-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/size-l5.txt -------------------------------------------------------------------------------- /data/raw/size-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/size-l9.txt -------------------------------------------------------------------------------- /data/raw/size-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/size-sa.txt -------------------------------------------------------------------------------- /data/raw/size-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/size-td.txt -------------------------------------------------------------------------------- /data/raw/size-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/size-tm.txt -------------------------------------------------------------------------------- /data/raw/sizecolor-l5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/sizecolor-l5.txt -------------------------------------------------------------------------------- /data/raw/sizecolor-l9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/sizecolor-l9.txt -------------------------------------------------------------------------------- /data/raw/sizecolor-sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/sizecolor-sa.txt -------------------------------------------------------------------------------- /data/raw/sizecolor-td.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/sizecolor-td.txt -------------------------------------------------------------------------------- /data/raw/sizecolor-tm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/data/raw/sizecolor-tm.txt -------------------------------------------------------------------------------- /doc/imgs/allpalettes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/allpalettes.png -------------------------------------------------------------------------------- /doc/imgs/allpalettes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/allpalettes.svg -------------------------------------------------------------------------------- /doc/imgs/lm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/lm.svg -------------------------------------------------------------------------------- /doc/imgs/modelprojs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/modelprojs.svg -------------------------------------------------------------------------------- /doc/imgs/tmnewpalette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/tmnewpalette.svg -------------------------------------------------------------------------------- /doc/imgs/tmshape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/tmshape.png -------------------------------------------------------------------------------- /doc/imgs/viewexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/viewexample.png -------------------------------------------------------------------------------- /doc/imgs/viewexample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/imgs/viewexample2.png -------------------------------------------------------------------------------- /doc/perceptual-kernels.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/doc/perceptual-kernels.pdf -------------------------------------------------------------------------------- /exp/color/l5/color-l5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/color-l5.html -------------------------------------------------------------------------------- /exp/color/l5/color-l5.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/color/l5/color-l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/color-l5.png -------------------------------------------------------------------------------- /exp/color/l5/color-l5.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/color-l5.properties -------------------------------------------------------------------------------- /exp/color/l5/color-l5.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/color-l5.question -------------------------------------------------------------------------------- /exp/color/l5/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/getResults.sh -------------------------------------------------------------------------------- /exp/color/l5/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/reset.sh -------------------------------------------------------------------------------- /exp/color/l5/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/runProduction.sh -------------------------------------------------------------------------------- /exp/color/l5/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l5/runSandbox.sh -------------------------------------------------------------------------------- /exp/color/l9/color-l9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/color-l9.html -------------------------------------------------------------------------------- /exp/color/l9/color-l9.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/color/l9/color-l9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/color-l9.png -------------------------------------------------------------------------------- /exp/color/l9/color-l9.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/color-l9.properties -------------------------------------------------------------------------------- /exp/color/l9/color-l9.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/color-l9.question -------------------------------------------------------------------------------- /exp/color/l9/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/getResults.sh -------------------------------------------------------------------------------- /exp/color/l9/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/reset.sh -------------------------------------------------------------------------------- /exp/color/l9/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/runProduction.sh -------------------------------------------------------------------------------- /exp/color/l9/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/l9/runSandbox.sh -------------------------------------------------------------------------------- /exp/color/sa/color-sa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/color-sa.html -------------------------------------------------------------------------------- /exp/color/sa/color-sa.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/color/sa/color-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/color-sa.png -------------------------------------------------------------------------------- /exp/color/sa/color-sa.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/color-sa.properties -------------------------------------------------------------------------------- /exp/color/sa/color-sa.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/color-sa.question -------------------------------------------------------------------------------- /exp/color/sa/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/getResults.sh -------------------------------------------------------------------------------- /exp/color/sa/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/reset.sh -------------------------------------------------------------------------------- /exp/color/sa/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/runProduction.sh -------------------------------------------------------------------------------- /exp/color/sa/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/sa/runSandbox.sh -------------------------------------------------------------------------------- /exp/color/td/color-td.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/color-td.html -------------------------------------------------------------------------------- /exp/color/td/color-td.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/color/td/color-td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/color-td.png -------------------------------------------------------------------------------- /exp/color/td/color-td.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/color-td.properties -------------------------------------------------------------------------------- /exp/color/td/color-td.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/color-td.question -------------------------------------------------------------------------------- /exp/color/td/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/getResults.sh -------------------------------------------------------------------------------- /exp/color/td/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/reset.sh -------------------------------------------------------------------------------- /exp/color/td/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/runProduction.sh -------------------------------------------------------------------------------- /exp/color/td/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/td/runSandbox.sh -------------------------------------------------------------------------------- /exp/color/tm/color-tm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/color-tm.html -------------------------------------------------------------------------------- /exp/color/tm/color-tm.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/color/tm/color-tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/color-tm.png -------------------------------------------------------------------------------- /exp/color/tm/color-tm.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/color-tm.properties -------------------------------------------------------------------------------- /exp/color/tm/color-tm.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/color-tm.question -------------------------------------------------------------------------------- /exp/color/tm/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/getResults.sh -------------------------------------------------------------------------------- /exp/color/tm/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/reset.sh -------------------------------------------------------------------------------- /exp/color/tm/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/runProduction.sh -------------------------------------------------------------------------------- /exp/color/tm/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/color/tm/runSandbox.sh -------------------------------------------------------------------------------- /exp/shape/l5/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/getResults.sh -------------------------------------------------------------------------------- /exp/shape/l5/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/reset.sh -------------------------------------------------------------------------------- /exp/shape/l5/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/runProduction.sh -------------------------------------------------------------------------------- /exp/shape/l5/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/runSandbox.sh -------------------------------------------------------------------------------- /exp/shape/l5/shape-l5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/shape-l5.html -------------------------------------------------------------------------------- /exp/shape/l5/shape-l5.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shape/l5/shape-l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/shape-l5.png -------------------------------------------------------------------------------- /exp/shape/l5/shape-l5.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/shape-l5.properties -------------------------------------------------------------------------------- /exp/shape/l5/shape-l5.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l5/shape-l5.question -------------------------------------------------------------------------------- /exp/shape/l9/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/getResults.sh -------------------------------------------------------------------------------- /exp/shape/l9/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/reset.sh -------------------------------------------------------------------------------- /exp/shape/l9/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/runProduction.sh -------------------------------------------------------------------------------- /exp/shape/l9/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/runSandbox.sh -------------------------------------------------------------------------------- /exp/shape/l9/shape-l9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/shape-l9.html -------------------------------------------------------------------------------- /exp/shape/l9/shape-l9.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shape/l9/shape-l9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/shape-l9.png -------------------------------------------------------------------------------- /exp/shape/l9/shape-l9.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/shape-l9.properties -------------------------------------------------------------------------------- /exp/shape/l9/shape-l9.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/l9/shape-l9.question -------------------------------------------------------------------------------- /exp/shape/sa/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/getResults.sh -------------------------------------------------------------------------------- /exp/shape/sa/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/reset.sh -------------------------------------------------------------------------------- /exp/shape/sa/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/runProduction.sh -------------------------------------------------------------------------------- /exp/shape/sa/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/runSandbox.sh -------------------------------------------------------------------------------- /exp/shape/sa/shape-sa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/shape-sa.html -------------------------------------------------------------------------------- /exp/shape/sa/shape-sa.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shape/sa/shape-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/shape-sa.png -------------------------------------------------------------------------------- /exp/shape/sa/shape-sa.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/shape-sa.properties -------------------------------------------------------------------------------- /exp/shape/sa/shape-sa.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/sa/shape-sa.question -------------------------------------------------------------------------------- /exp/shape/td/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/getResults.sh -------------------------------------------------------------------------------- /exp/shape/td/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/reset.sh -------------------------------------------------------------------------------- /exp/shape/td/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/runProduction.sh -------------------------------------------------------------------------------- /exp/shape/td/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/runSandbox.sh -------------------------------------------------------------------------------- /exp/shape/td/shape-td.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/shape-td.html -------------------------------------------------------------------------------- /exp/shape/td/shape-td.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shape/td/shape-td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/shape-td.png -------------------------------------------------------------------------------- /exp/shape/td/shape-td.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/shape-td.properties -------------------------------------------------------------------------------- /exp/shape/td/shape-td.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/td/shape-td.question -------------------------------------------------------------------------------- /exp/shape/tm/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/getResults.sh -------------------------------------------------------------------------------- /exp/shape/tm/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/reset.sh -------------------------------------------------------------------------------- /exp/shape/tm/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/runProduction.sh -------------------------------------------------------------------------------- /exp/shape/tm/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/runSandbox.sh -------------------------------------------------------------------------------- /exp/shape/tm/shape-tm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/shape-tm.html -------------------------------------------------------------------------------- /exp/shape/tm/shape-tm.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shape/tm/shape-tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/shape-tm.png -------------------------------------------------------------------------------- /exp/shape/tm/shape-tm.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/shape-tm.properties -------------------------------------------------------------------------------- /exp/shape/tm/shape-tm.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shape/tm/shape-tm.question -------------------------------------------------------------------------------- /exp/shapecolor/l5/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/getResults.sh -------------------------------------------------------------------------------- /exp/shapecolor/l5/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/reset.sh -------------------------------------------------------------------------------- /exp/shapecolor/l5/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/runProduction.sh -------------------------------------------------------------------------------- /exp/shapecolor/l5/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapecolor/l5/shapecolor-l5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/shapecolor-l5.html -------------------------------------------------------------------------------- /exp/shapecolor/l5/shapecolor-l5.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapecolor/l5/shapecolor-l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/shapecolor-l5.png -------------------------------------------------------------------------------- /exp/shapecolor/l5/shapecolor-l5.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/shapecolor-l5.properties -------------------------------------------------------------------------------- /exp/shapecolor/l5/shapecolor-l5.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l5/shapecolor-l5.question -------------------------------------------------------------------------------- /exp/shapecolor/l9/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/getResults.sh -------------------------------------------------------------------------------- /exp/shapecolor/l9/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/reset.sh -------------------------------------------------------------------------------- /exp/shapecolor/l9/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/runProduction.sh -------------------------------------------------------------------------------- /exp/shapecolor/l9/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapecolor/l9/shapecolor-l9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/shapecolor-l9.html -------------------------------------------------------------------------------- /exp/shapecolor/l9/shapecolor-l9.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapecolor/l9/shapecolor-l9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/shapecolor-l9.png -------------------------------------------------------------------------------- /exp/shapecolor/l9/shapecolor-l9.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/shapecolor-l9.properties -------------------------------------------------------------------------------- /exp/shapecolor/l9/shapecolor-l9.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/l9/shapecolor-l9.question -------------------------------------------------------------------------------- /exp/shapecolor/sa/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/getResults.sh -------------------------------------------------------------------------------- /exp/shapecolor/sa/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/reset.sh -------------------------------------------------------------------------------- /exp/shapecolor/sa/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/runProduction.sh -------------------------------------------------------------------------------- /exp/shapecolor/sa/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapecolor/sa/shapecolor-sa-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/shapecolor-sa-0.png -------------------------------------------------------------------------------- /exp/shapecolor/sa/shapecolor-sa-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/shapecolor-sa-1.png -------------------------------------------------------------------------------- /exp/shapecolor/sa/shapecolor-sa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/shapecolor-sa.html -------------------------------------------------------------------------------- /exp/shapecolor/sa/shapecolor-sa.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapecolor/sa/shapecolor-sa.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/shapecolor-sa.properties -------------------------------------------------------------------------------- /exp/shapecolor/sa/shapecolor-sa.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/sa/shapecolor-sa.question -------------------------------------------------------------------------------- /exp/shapecolor/td/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/getResults.sh -------------------------------------------------------------------------------- /exp/shapecolor/td/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/reset.sh -------------------------------------------------------------------------------- /exp/shapecolor/td/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/runProduction.sh -------------------------------------------------------------------------------- /exp/shapecolor/td/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapecolor/td/shapecolor-td.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/shapecolor-td.html -------------------------------------------------------------------------------- /exp/shapecolor/td/shapecolor-td.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapecolor/td/shapecolor-td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/shapecolor-td.png -------------------------------------------------------------------------------- /exp/shapecolor/td/shapecolor-td.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/shapecolor-td.properties -------------------------------------------------------------------------------- /exp/shapecolor/td/shapecolor-td.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/td/shapecolor-td.question -------------------------------------------------------------------------------- /exp/shapecolor/tm/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/getResults.sh -------------------------------------------------------------------------------- /exp/shapecolor/tm/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/reset.sh -------------------------------------------------------------------------------- /exp/shapecolor/tm/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/runProduction.sh -------------------------------------------------------------------------------- /exp/shapecolor/tm/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapecolor/tm/shapecolor-tm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/shapecolor-tm.html -------------------------------------------------------------------------------- /exp/shapecolor/tm/shapecolor-tm.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapecolor/tm/shapecolor-tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/shapecolor-tm.png -------------------------------------------------------------------------------- /exp/shapecolor/tm/shapecolor-tm.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/shapecolor-tm.properties -------------------------------------------------------------------------------- /exp/shapecolor/tm/shapecolor-tm.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapecolor/tm/shapecolor-tm.question -------------------------------------------------------------------------------- /exp/shapesize/l5/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/getResults.sh -------------------------------------------------------------------------------- /exp/shapesize/l5/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/reset.sh -------------------------------------------------------------------------------- /exp/shapesize/l5/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/runProduction.sh -------------------------------------------------------------------------------- /exp/shapesize/l5/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapesize/l5/shapesize-l5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/shapesize-l5.html -------------------------------------------------------------------------------- /exp/shapesize/l5/shapesize-l5.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapesize/l5/shapesize-l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/shapesize-l5.png -------------------------------------------------------------------------------- /exp/shapesize/l5/shapesize-l5.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/shapesize-l5.properties -------------------------------------------------------------------------------- /exp/shapesize/l5/shapesize-l5.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l5/shapesize-l5.question -------------------------------------------------------------------------------- /exp/shapesize/l9/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/getResults.sh -------------------------------------------------------------------------------- /exp/shapesize/l9/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/reset.sh -------------------------------------------------------------------------------- /exp/shapesize/l9/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/runProduction.sh -------------------------------------------------------------------------------- /exp/shapesize/l9/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapesize/l9/shapesize-l9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/shapesize-l9.html -------------------------------------------------------------------------------- /exp/shapesize/l9/shapesize-l9.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapesize/l9/shapesize-l9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/shapesize-l9.png -------------------------------------------------------------------------------- /exp/shapesize/l9/shapesize-l9.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/shapesize-l9.properties -------------------------------------------------------------------------------- /exp/shapesize/l9/shapesize-l9.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/l9/shapesize-l9.question -------------------------------------------------------------------------------- /exp/shapesize/sa/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/getResults.sh -------------------------------------------------------------------------------- /exp/shapesize/sa/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/reset.sh -------------------------------------------------------------------------------- /exp/shapesize/sa/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/runProduction.sh -------------------------------------------------------------------------------- /exp/shapesize/sa/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapesize/sa/shapesize-sa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/shapesize-sa.html -------------------------------------------------------------------------------- /exp/shapesize/sa/shapesize-sa.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapesize/sa/shapesize-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/shapesize-sa.png -------------------------------------------------------------------------------- /exp/shapesize/sa/shapesize-sa.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/shapesize-sa.properties -------------------------------------------------------------------------------- /exp/shapesize/sa/shapesize-sa.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/sa/shapesize-sa.question -------------------------------------------------------------------------------- /exp/shapesize/td/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/getResults.sh -------------------------------------------------------------------------------- /exp/shapesize/td/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/reset.sh -------------------------------------------------------------------------------- /exp/shapesize/td/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/runProduction.sh -------------------------------------------------------------------------------- /exp/shapesize/td/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapesize/td/shapesize-td.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/shapesize-td.html -------------------------------------------------------------------------------- /exp/shapesize/td/shapesize-td.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapesize/td/shapesize-td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/shapesize-td.png -------------------------------------------------------------------------------- /exp/shapesize/td/shapesize-td.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/shapesize-td.properties -------------------------------------------------------------------------------- /exp/shapesize/td/shapesize-td.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/td/shapesize-td.question -------------------------------------------------------------------------------- /exp/shapesize/tm/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/getResults.sh -------------------------------------------------------------------------------- /exp/shapesize/tm/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/reset.sh -------------------------------------------------------------------------------- /exp/shapesize/tm/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/runProduction.sh -------------------------------------------------------------------------------- /exp/shapesize/tm/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/runSandbox.sh -------------------------------------------------------------------------------- /exp/shapesize/tm/shapesize-tm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/shapesize-tm.html -------------------------------------------------------------------------------- /exp/shapesize/tm/shapesize-tm.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/shapesize/tm/shapesize-tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/shapesize-tm.png -------------------------------------------------------------------------------- /exp/shapesize/tm/shapesize-tm.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/shapesize-tm.properties -------------------------------------------------------------------------------- /exp/shapesize/tm/shapesize-tm.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/shapesize/tm/shapesize-tm.question -------------------------------------------------------------------------------- /exp/size/l5/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/getResults.sh -------------------------------------------------------------------------------- /exp/size/l5/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/reset.sh -------------------------------------------------------------------------------- /exp/size/l5/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/runProduction.sh -------------------------------------------------------------------------------- /exp/size/l5/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/runSandbox.sh -------------------------------------------------------------------------------- /exp/size/l5/size-l5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/size-l5.html -------------------------------------------------------------------------------- /exp/size/l5/size-l5.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/size/l5/size-l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/size-l5.png -------------------------------------------------------------------------------- /exp/size/l5/size-l5.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/size-l5.properties -------------------------------------------------------------------------------- /exp/size/l5/size-l5.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l5/size-l5.question -------------------------------------------------------------------------------- /exp/size/l9/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/getResults.sh -------------------------------------------------------------------------------- /exp/size/l9/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/reset.sh -------------------------------------------------------------------------------- /exp/size/l9/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/runProduction.sh -------------------------------------------------------------------------------- /exp/size/l9/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/runSandbox.sh -------------------------------------------------------------------------------- /exp/size/l9/size-l9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/size-l9.html -------------------------------------------------------------------------------- /exp/size/l9/size-l9.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/size/l9/size-l9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/size-l9.png -------------------------------------------------------------------------------- /exp/size/l9/size-l9.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/size-l9.properties -------------------------------------------------------------------------------- /exp/size/l9/size-l9.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/l9/size-l9.question -------------------------------------------------------------------------------- /exp/size/sa/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/getResults.sh -------------------------------------------------------------------------------- /exp/size/sa/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/reset.sh -------------------------------------------------------------------------------- /exp/size/sa/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/runProduction.sh -------------------------------------------------------------------------------- /exp/size/sa/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/runSandbox.sh -------------------------------------------------------------------------------- /exp/size/sa/size-sa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/size-sa.html -------------------------------------------------------------------------------- /exp/size/sa/size-sa.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/size/sa/size-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/size-sa.png -------------------------------------------------------------------------------- /exp/size/sa/size-sa.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/size-sa.properties -------------------------------------------------------------------------------- /exp/size/sa/size-sa.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/sa/size-sa.question -------------------------------------------------------------------------------- /exp/size/td/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/getResults.sh -------------------------------------------------------------------------------- /exp/size/td/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/reset.sh -------------------------------------------------------------------------------- /exp/size/td/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/runProduction.sh -------------------------------------------------------------------------------- /exp/size/td/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/runSandbox.sh -------------------------------------------------------------------------------- /exp/size/td/size-td.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/size-td.html -------------------------------------------------------------------------------- /exp/size/td/size-td.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/size/td/size-td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/size-td.png -------------------------------------------------------------------------------- /exp/size/td/size-td.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/size-td.properties -------------------------------------------------------------------------------- /exp/size/td/size-td.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/td/size-td.question -------------------------------------------------------------------------------- /exp/size/tm/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/getResults.sh -------------------------------------------------------------------------------- /exp/size/tm/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/reset.sh -------------------------------------------------------------------------------- /exp/size/tm/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/runProduction.sh -------------------------------------------------------------------------------- /exp/size/tm/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/runSandbox.sh -------------------------------------------------------------------------------- /exp/size/tm/size-tm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/size-tm.html -------------------------------------------------------------------------------- /exp/size/tm/size-tm.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/size/tm/size-tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/size-tm.png -------------------------------------------------------------------------------- /exp/size/tm/size-tm.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/size-tm.properties -------------------------------------------------------------------------------- /exp/size/tm/size-tm.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/size/tm/size-tm.question -------------------------------------------------------------------------------- /exp/sizecolor/l5/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/getResults.sh -------------------------------------------------------------------------------- /exp/sizecolor/l5/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/reset.sh -------------------------------------------------------------------------------- /exp/sizecolor/l5/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/runProduction.sh -------------------------------------------------------------------------------- /exp/sizecolor/l5/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/runSandbox.sh -------------------------------------------------------------------------------- /exp/sizecolor/l5/sizecolor-l5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/sizecolor-l5.html -------------------------------------------------------------------------------- /exp/sizecolor/l5/sizecolor-l5.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/sizecolor/l5/sizecolor-l5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/sizecolor-l5.png -------------------------------------------------------------------------------- /exp/sizecolor/l5/sizecolor-l5.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/sizecolor-l5.properties -------------------------------------------------------------------------------- /exp/sizecolor/l5/sizecolor-l5.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l5/sizecolor-l5.question -------------------------------------------------------------------------------- /exp/sizecolor/l9/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/getResults.sh -------------------------------------------------------------------------------- /exp/sizecolor/l9/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/reset.sh -------------------------------------------------------------------------------- /exp/sizecolor/l9/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/runProduction.sh -------------------------------------------------------------------------------- /exp/sizecolor/l9/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/runSandbox.sh -------------------------------------------------------------------------------- /exp/sizecolor/l9/sizecolor-l9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/sizecolor-l9.html -------------------------------------------------------------------------------- /exp/sizecolor/l9/sizecolor-l9.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/sizecolor/l9/sizecolor-l9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/sizecolor-l9.png -------------------------------------------------------------------------------- /exp/sizecolor/l9/sizecolor-l9.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/sizecolor-l9.properties -------------------------------------------------------------------------------- /exp/sizecolor/l9/sizecolor-l9.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/l9/sizecolor-l9.question -------------------------------------------------------------------------------- /exp/sizecolor/sa/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/getResults.sh -------------------------------------------------------------------------------- /exp/sizecolor/sa/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/reset.sh -------------------------------------------------------------------------------- /exp/sizecolor/sa/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/runProduction.sh -------------------------------------------------------------------------------- /exp/sizecolor/sa/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/runSandbox.sh -------------------------------------------------------------------------------- /exp/sizecolor/sa/sizecolor-sa-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/sizecolor-sa-0.png -------------------------------------------------------------------------------- /exp/sizecolor/sa/sizecolor-sa-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/sizecolor-sa-1.png -------------------------------------------------------------------------------- /exp/sizecolor/sa/sizecolor-sa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/sizecolor-sa.html -------------------------------------------------------------------------------- /exp/sizecolor/sa/sizecolor-sa.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/sizecolor/sa/sizecolor-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/sizecolor-sa.png -------------------------------------------------------------------------------- /exp/sizecolor/sa/sizecolor-sa.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/sizecolor-sa.properties -------------------------------------------------------------------------------- /exp/sizecolor/sa/sizecolor-sa.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/sa/sizecolor-sa.question -------------------------------------------------------------------------------- /exp/sizecolor/td/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/getResults.sh -------------------------------------------------------------------------------- /exp/sizecolor/td/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/reset.sh -------------------------------------------------------------------------------- /exp/sizecolor/td/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/runProduction.sh -------------------------------------------------------------------------------- /exp/sizecolor/td/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/runSandbox.sh -------------------------------------------------------------------------------- /exp/sizecolor/td/sizecolor-td.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/sizecolor-td.html -------------------------------------------------------------------------------- /exp/sizecolor/td/sizecolor-td.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/sizecolor/td/sizecolor-td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/sizecolor-td.png -------------------------------------------------------------------------------- /exp/sizecolor/td/sizecolor-td.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/sizecolor-td.properties -------------------------------------------------------------------------------- /exp/sizecolor/td/sizecolor-td.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/td/sizecolor-td.question -------------------------------------------------------------------------------- /exp/sizecolor/tm/getResults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/getResults.sh -------------------------------------------------------------------------------- /exp/sizecolor/tm/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/reset.sh -------------------------------------------------------------------------------- /exp/sizecolor/tm/runProduction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/runProduction.sh -------------------------------------------------------------------------------- /exp/sizecolor/tm/runSandbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/runSandbox.sh -------------------------------------------------------------------------------- /exp/sizecolor/tm/sizecolor-tm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/sizecolor-tm.html -------------------------------------------------------------------------------- /exp/sizecolor/tm/sizecolor-tm.input: -------------------------------------------------------------------------------- 1 | hitnumber 2 | 1 3 | -------------------------------------------------------------------------------- /exp/sizecolor/tm/sizecolor-tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/sizecolor-tm.png -------------------------------------------------------------------------------- /exp/sizecolor/tm/sizecolor-tm.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/sizecolor-tm.properties -------------------------------------------------------------------------------- /exp/sizecolor/tm/sizecolor-tm.question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/exp/sizecolor/tm/sizecolor-tm.question -------------------------------------------------------------------------------- /lib/bootstrap/css/bootstrap-responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/css/bootstrap-responsive.css -------------------------------------------------------------------------------- /lib/bootstrap/css/bootstrap-responsive.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/css/bootstrap-responsive.min.css -------------------------------------------------------------------------------- /lib/bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /lib/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_000_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_000_glass.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_001_leaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_001_leaf.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_002_dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_002_dog.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_003_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_003_user.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_004_girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_004_girl.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_005_car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_005_car.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_006_user_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_006_user_add.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_007_user_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_007_user_remove.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_008_film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_008_film.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_009_magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_009_magic.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_010_envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_010_envelope.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_011_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_011_camera.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_012_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_012_heart.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_013_beach_umbrella.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_013_beach_umbrella.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_014_train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_014_train.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_015_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_015_print.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_016_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_016_bin.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_017_music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_017_music.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_018_note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_018_note.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_019_heart_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_019_heart_empty.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_020_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_020_home.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_021_snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_021_snowflake.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_022_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_022_fire.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_023_magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_023_magnet.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_024_parents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_024_parents.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_025_binoculars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_025_binoculars.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_026_road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_026_road.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_027_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_027_search.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_028_cars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_028_cars.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_029_notes_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_029_notes_2.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_030_pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_030_pencil.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_031_bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_031_bus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_032_wifi_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_032_wifi_alt.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_033_luggage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_033_luggage.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_034_old_man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_034_old_man.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_035_woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_035_woman.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_036_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_036_file.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_037_coins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_037_coins.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_038_airplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_038_airplane.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_039_notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_039_notes.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_040_stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_040_stats.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_041_charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_041_charts.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_042_pie_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_042_pie_chart.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_043_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_043_group.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_044_keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_044_keys.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_045_calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_045_calendar.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_046_router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_046_router.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_047_camera_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_047_camera_small.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_048_dislikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_048_dislikes.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_049_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_049_star.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_050_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_050_link.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_051_eye_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_051_eye_open.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_052_eye_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_052_eye_close.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_053_alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_053_alarm.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_054_clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_054_clock.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_055_stopwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_055_stopwatch.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_056_projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_056_projector.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_057_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_057_history.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_058_truck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_058_truck.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_059_cargo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_059_cargo.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_060_compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_060_compass.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_061_keynote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_061_keynote.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_062_paperclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_062_paperclip.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_063_power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_063_power.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_064_lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_064_lightbulb.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_065_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_065_tag.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_066_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_066_tags.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_067_cleaning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_067_cleaning.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_068_ruller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_068_ruller.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_069_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_069_gift.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_070_umbrella.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_070_umbrella.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_071_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_071_book.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_072_bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_072_bookmark.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_073_wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_073_wifi.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_074_cup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_074_cup.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_075_stroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_075_stroller.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_076_headphones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_076_headphones.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_077_headset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_077_headset.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_078_warning_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_078_warning_sign.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_079_signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_079_signal.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_080_retweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_080_retweet.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_081_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_081_refresh.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_082_roundabout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_082_roundabout.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_083_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_083_random.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_084_heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_084_heat.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_085_repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_085_repeat.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_086_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_086_display.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_087_log_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_087_log_book.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_088_adress_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_088_adress_book.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_089_building.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_089_building.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_090_eyedropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_090_eyedropper.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_091_adjust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_091_adjust.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_092_tint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_092_tint.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_093_crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_093_crop.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_100_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_100_font.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_101_italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_101_italic.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_102_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_102_bold.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_103_text_underline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_103_text_underline.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_104_text_strike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_104_text_strike.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_105_text_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_105_text_height.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_106_text_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_106_text_width.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_107_text_resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_107_text_resize.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_108_left_indent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_108_left_indent.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_109_right_indent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_109_right_indent.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_110_align_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_110_align_left.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_111_align_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_111_align_center.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_112_align_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_112_align_right.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_113_justify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_113_justify.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_114_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_114_list.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_115_text_smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_115_text_smaller.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_116_text_bigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_116_text_bigger.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_117_embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_117_embed.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_118_embed_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_118_embed_close.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_119_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_119_table.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_120_message_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_120_message_full.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_121_message_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_121_message_empty.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_122_message_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_122_message_in.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_123_message_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_123_message_out.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_124_message_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_124_message_plus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_125_message_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_125_message_minus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_126_message_ban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_126_message_ban.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_127_message_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_127_message_flag.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_128_message_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_128_message_lock.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_129_message_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_129_message_new.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_130_inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_130_inbox.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_131_inbox_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_131_inbox_plus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_132_inbox_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_132_inbox_minus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_133_inbox_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_133_inbox_lock.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_134_inbox_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_134_inbox_in.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_135_inbox_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_135_inbox_out.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_136_cogwheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_136_cogwheel.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_137_cogwheels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_137_cogwheels.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_138_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_138_picture.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_139_adjust_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_139_adjust_alt.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_140_database_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_140_database_lock.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_141_database_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_141_database_plus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_142_database_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_142_database_minus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_143_database_ban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_143_database_ban.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_144_folder_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_144_folder_open.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_145_folder_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_145_folder_plus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_146_folder_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_146_folder_minus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_147_folder_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_147_folder_lock.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_148_folder_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_148_folder_flag.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_149_folder_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_149_folder_new.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_150_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_150_edit.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_151_new_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_151_new_window.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_152_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_152_check.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_153_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_153_unchecked.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_154_more_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_154_more_windows.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_158_show_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_158_show_lines.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_159_playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_159_playlist.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_160_imac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_160_imac.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_161_macbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_161_macbook.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_162_ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_162_ipad.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_163_iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_163_iphone.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_166_ipod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_166_ipod.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_167_ipod_shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_167_ipod_shuffle.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_168_ear_plugs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_168_ear_plugs.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_169_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_169_phone.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_170_step_backward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_170_step_backward.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_171_fast_backward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_171_fast_backward.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_172_rewind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_172_rewind.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_173_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_173_play.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_174_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_174_pause.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_175_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_175_stop.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_176_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_176_forward.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_177_fast_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_177_fast_forward.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_178_step_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_178_step_forward.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_179_eject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_179_eject.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_180_facetime_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_180_facetime_video.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_181_download_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_181_download_alt.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_182_mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_182_mute.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_183_volume_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_183_volume_down.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_184_volume_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_184_volume_up.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_185_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_185_screenshot.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_186_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_186_move.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_187_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_187_more.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_190_circle_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_190_circle_plus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_191_circle_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_191_circle_minus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_192_circle_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_192_circle_remove.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_193_circle_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_193_circle_ok.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_195_circle_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_195_circle_info.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_197_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_197_remove.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_198_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_198_ok.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_199_ban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_199_ban.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_200_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_200_download.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_201_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_201_upload.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_202_shopping_cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_202_shopping_cart.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_203_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_203_lock.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_204_unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_204_unlock.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_205_electricity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_205_electricity.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_206_ok_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_206_ok_2.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_207_remove_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_207_remove_2.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_208_cart_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_208_cart_out.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_209_cart_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_209_cart_in.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_210_left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_210_left_arrow.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_211_right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_211_right_arrow.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_212_down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_212_down_arrow.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_213_up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_213_up_arrow.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_214_resize_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_214_resize_small.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_215_resize_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_215_resize_full.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_220_play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_220_play_button.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_221_unshare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_221_unshare.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_222_share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_222_share.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_223_chevron-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_223_chevron-right.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_224_chevron-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_224_chevron-left.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_225_bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_225_bluetooth.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_226_euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_226_euro.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_227_usd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_227_usd.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_228_gbp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_228_gbp.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_229_retweet_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_229_retweet_2.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_230_moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_230_moon.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_231_sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_231_sun.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_232_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_232_cloud.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_233_direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_233_direction.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_234_brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_234_brush.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_235_pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_235_pen.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_236_zoom_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_236_zoom_in.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_237_zoom_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_237_zoom_out.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_238_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_238_pin.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_239_albums.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_239_albums.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_241_flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_241_flash.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_242_google_maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_242_google_maps.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_243_anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_243_anchor.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_245_chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_245_chat.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_246_male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_246_male.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_247_female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_247_female.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_248_asterisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_248_asterisk.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_249_divide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_249_divide.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_253_fins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_253_fins.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_254_fishes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_254_fishes.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_255_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_255_boat.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_256_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_256_delete.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_258_qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_258_qrcode.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_259_barcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_259_barcode.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_260_pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_260_pool.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_261_buoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_261_buoy.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_262_spade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_262_spade.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_263_bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_263_bank.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_264_vcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_264_vcard.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_266_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_266_flag.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_267_credit_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_267_credit_card.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_270_shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_270_shield.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_271_ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_271_ring.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_272_cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_272_cake.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_273_drink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_273_drink.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_274_beer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_274_beer.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_275_fast_food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_275_fast_food.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_276_cutlery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_276_cutlery.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_277_pizza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_277_pizza.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_279_tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_279_tablet.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_280_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_280_settings.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_281_bullets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_281_bullets.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_282_cardio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_282_cardio.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_283_t-shirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_283_t-shirt.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_284_pants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_284_pants.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_285_sweater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_285_sweater.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_286_fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_286_fabric.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_287_leather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_287_leather.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_288_scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_288_scissors.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_289_bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_289_bomb.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_290_skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_290_skull.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_291_celebration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_291_celebration.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_292_tea_kettle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_292_tea_kettle.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_294_coffe_cup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_294_coffe_cup.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_295_pot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_295_pot.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_296_grater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_296_grater.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_297_kettle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_297_kettle.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_298_hospital.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_298_hospital.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_299_hospital_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_299_hospital_h.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_300_microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_300_microphone.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_301_webcam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_301_webcam.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_306_bicycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_306_bicycle.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_308_share_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_308_share_alt.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_309_comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_309_comments.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_310_flower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_310_flower.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_311_baseball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_311_baseball.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_312_rugby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_312_rugby.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_313_ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_313_ax.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_315_bowling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_315_bowling.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_318_more_items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_318_more_items.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_319_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_319_sort.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_320_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_320_filter.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_321_gamepad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_321_gamepad.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_323_calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_323_calculator.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_324_tie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_324_tie.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_325_wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_325_wallet.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_326_piano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_326_piano.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_327_sampler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_327_sampler.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_328_podium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_328_podium.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_329_soccer_ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_329_soccer_ball.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_330_blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_330_blog.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_331_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_331_dashboard.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_332_certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_332_certificate.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_333_bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_333_bell.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_334_candle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_334_candle.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_335_pushpin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_335_pushpin.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_337_pin_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_337_pin_flag.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_338_turtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_338_turtle.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_339_rabbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_339_rabbit.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_340_globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_340_globe.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_341_briefcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_341_briefcase.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_342_hdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_342_hdd.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_343_thumbs_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_343_thumbs_up.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_344_thumbs_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_344_thumbs_down.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_345_hand_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_345_hand_right.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_346_hand_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_346_hand_left.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_347_hand_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_347_hand_up.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_348_hand_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_348_hand_down.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_349_fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_349_fullscreen.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_351_book_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_351_book_open.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_352_nameplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_352_nameplate.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_354_vases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_354_vases.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_355_bullhorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_355_bullhorn.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_356_dumbbell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_356_dumbbell.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_357_suitcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_357_suitcase.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_358_file_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_358_file_import.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_359_file_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_359_file_export.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_360_bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_360_bug.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_361_crown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_361_crown.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_362_smoking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_362_smoking.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_365_restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_365_restart.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_367_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_367_expand.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_368_collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_368_collapse.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_370_globe_af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_370_globe_af.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_371_global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_371_global.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_372_spray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_372_spray.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_373_nails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_373_nails.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_374_claw_hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_374_claw_hammer.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_376_hand_saw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_376_hand_saw.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_377_riflescope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_377_riflescope.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_380_pinterest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_380_pinterest.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_381_dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_381_dropbox.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_382_google_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_382_google_plus.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_383_jolicloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_383_jolicloud.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_384_yahoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_384_yahoo.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_385_blogger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_385_blogger.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_386_picasa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_386_picasa.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_387_amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_387_amazon.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_388_tumblr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_388_tumblr.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_389_wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_389_wordpress.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_390_instapaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_390_instapaper.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_391_evernote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_391_evernote.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_392_xing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_392_xing.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_393_zootool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_393_zootool.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_394_dribbble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_394_dribbble.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_395_deviantart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_395_deviantart.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_397_linked_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_397_linked_in.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_398_forrst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_398_forrst.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_399_pinboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_399_pinboard.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_400_behance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_400_behance.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_401_github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_401_github.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_402_youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_402_youtube.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_403_skitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_403_skitch.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_404_4square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_404_4square.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_405_quora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_405_quora.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_406_badoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_406_badoo.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_407_spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_407_spotify.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_408_stumbleupon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_408_stumbleupon.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_409_readability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_409_readability.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_410_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_410_facebook.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_411_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_411_twitter.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_412_instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_412_instagram.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_414_vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_414_vimeo.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_415_flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_415_flickr.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_416_last_fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_416_last_fm.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_417_rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_417_rss.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_418_skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_418_skype.png -------------------------------------------------------------------------------- /lib/bootstrap/img/glyphicons_419_e-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/img/glyphicons_419_e-mail.png -------------------------------------------------------------------------------- /lib/bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /lib/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /lib/d3.v3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/lib/d3.v3.min.js -------------------------------------------------------------------------------- /shared/matlab/STE_Release/brdf_experiment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/brdf_experiment.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ckl_k.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ckl_k.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ckl_k_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ckl_k_grad.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ckl_x.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ckl_x.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ckl_x_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ckl_x_grad.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/Contents.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/Readme.txt -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/drgui.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/drgui.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/gui/case1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/gui/case1.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/gui/ded.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/gui/ded.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/gui/drtool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/gui/drtool.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/gui/lnst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/gui/lnst.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/gui/plotn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/gui/plotn.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/mexall.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/mexall.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/drtoolbox/prewhiten.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/drtoolbox/prewhiten.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/gnmds_k.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/gnmds_k.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/gnmds_x.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/gnmds_x.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/gnmds_x_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/gnmds_x_grad.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ste_k.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ste_k.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ste_k_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ste_k_grad.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ste_x.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ste_x.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/ste_x_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/ste_x_grad.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/tste.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/tste.m -------------------------------------------------------------------------------- /shared/matlab/STE_Release/tste_grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/STE_Release/tste_grad.m -------------------------------------------------------------------------------- /shared/matlab/alignFilterLayouts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/alignFilterLayouts.m -------------------------------------------------------------------------------- /shared/matlab/getTestTriplets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/getTestTriplets.m -------------------------------------------------------------------------------- /shared/matlab/rawTripletToKernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/rawTripletToKernel.m -------------------------------------------------------------------------------- /shared/matlab/regressTripletKernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/matlab/regressTripletKernel.m -------------------------------------------------------------------------------- /shared/palettes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/palettes.js -------------------------------------------------------------------------------- /shared/stim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/stim.js -------------------------------------------------------------------------------- /shared/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/shared/utils.js -------------------------------------------------------------------------------- /view/d3.v3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/view/d3.v3.min.js -------------------------------------------------------------------------------- /view/drawkernel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/view/drawkernel.js -------------------------------------------------------------------------------- /view/heatmap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/view/heatmap.js -------------------------------------------------------------------------------- /view/showkernel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/view/showkernel.js -------------------------------------------------------------------------------- /view/stim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwdata/perceptual-kernels/HEAD/view/stim.js --------------------------------------------------------------------------------