This file is indexed.

/usr/share/doc/libpixels-java/api/com/jhlabs/image/package-summary.html is in libpixels-java 2.1.3+svn.42-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri Jun 29 08:58:06 UTC 2012 -->
<title>com.jhlabs.image</title>
<meta name="date" content="2012-06-29">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="com.jhlabs.image";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/jhlabs/composite/package-summary.html">Prev Package</a></li>
<li><a href="../../../com/jhlabs/math/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/jhlabs/image/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;com.jhlabs.image</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/Colormap.html" title="interface in com.jhlabs.image">Colormap</a></td>
<td class="colLast">
<div class="block">An interface for color maps.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MotionBlur.html" title="interface in com.jhlabs.image">MotionBlur</a></td>
<td class="colLast">
<div class="block">A common interface for different types of motion blur</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/Quantizer.html" title="interface in com.jhlabs.image">Quantizer</a></td>
<td class="colLast">
<div class="block">The interface for an image quantizer.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/AbstractBufferedImageOp.html" title="class in com.jhlabs.image">AbstractBufferedImageOp</a></td>
<td class="colLast">
<div class="block">A convenience class which implements those methods of BufferedImageOp which are rarely changed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ApplyMaskFilter.html" title="class in com.jhlabs.image">ApplyMaskFilter</a></td>
<td class="colLast">
<div class="block">A filter which uses the alpha channel of a "mask" image to interpolate between a source and destination image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ArrayColormap.html" title="class in com.jhlabs.image">ArrayColormap</a></td>
<td class="colLast">
<div class="block">A colormap implemented with an array of colors.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/AverageFilter.html" title="class in com.jhlabs.image">AverageFilter</a></td>
<td class="colLast">
<div class="block">A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BicubicScaleFilter.html" title="class in com.jhlabs.image">BicubicScaleFilter</a></td>
<td class="colLast">
<div class="block">Scales an image using bi-cubic interpolation, which can't be done with AffineTransformOp.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BinaryFilter.html" title="class in com.jhlabs.image">BinaryFilter</a></td>
<td class="colLast">
<div class="block">The superclass for some of the filters which work on binary images.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BlockFilter.html" title="class in com.jhlabs.image">BlockFilter</a></td>
<td class="colLast">
<div class="block">A Filter to pixellate images.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BlurFilter.html" title="class in com.jhlabs.image">BlurFilter</a></td>
<td class="colLast">
<div class="block">A simple blur filter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BorderFilter.html" title="class in com.jhlabs.image">BorderFilter</a></td>
<td class="colLast">
<div class="block">A filter to add a border around an image using the supplied Paint, which may be null for no painting.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BoxBlurFilter.html" title="class in com.jhlabs.image">BoxBlurFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a box blur on an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BrushedMetalFilter.html" title="class in com.jhlabs.image">BrushedMetalFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces an image simulating brushed metal.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/BumpFilter.html" title="class in com.jhlabs.image">BumpFilter</a></td>
<td class="colLast">
<div class="block">A simple embossing filter.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CausticsFilter.html" title="class in com.jhlabs.image">CausticsFilter</a></td>
<td class="colLast">
<div class="block">A filter which simulates underwater caustics.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CellularFilter.html" title="class in com.jhlabs.image">CellularFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces an image with a cellular texture.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ChannelMixFilter.html" title="class in com.jhlabs.image">ChannelMixFilter</a></td>
<td class="colLast">
<div class="block">A filter which allows the red, green and blue channels of an image to be mixed into each other.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CheckFilter.html" title="class in com.jhlabs.image">CheckFilter</a></td>
<td class="colLast">
<div class="block">A Filter to draw grids and check patterns.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ChromeFilter.html" title="class in com.jhlabs.image">ChromeFilter</a></td>
<td class="colLast">
<div class="block">A filter which simulates chrome.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CircleFilter.html" title="class in com.jhlabs.image">CircleFilter</a></td>
<td class="colLast">
<div class="block">A filter which wraps an image around a circular arc.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ColorHalftoneFilter.html" title="class in com.jhlabs.image">ColorHalftoneFilter</a></td>
<td class="colLast">
<div class="block">A Filter to pixellate images.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CompositeFilter.html" title="class in com.jhlabs.image">CompositeFilter</a></td>
<td class="colLast">
<div class="block">A filter which composites two images together with an optional transform.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CompoundFilter.html" title="class in com.jhlabs.image">CompoundFilter</a></td>
<td class="colLast">
<div class="block">A BufferedImageOp which combines two other BufferedImageOps, one after the other.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ContourFilter.html" title="class in com.jhlabs.image">ContourFilter</a></td>
<td class="colLast">
<div class="block">A filter which draws contours on an image at given brightness levels.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ContrastFilter.html" title="class in com.jhlabs.image">ContrastFilter</a></td>
<td class="colLast">
<div class="block">A filter to change the brightness and contrast of an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ConvolveFilter.html" title="class in com.jhlabs.image">ConvolveFilter</a></td>
<td class="colLast">
<div class="block">A filter which applies a convolution kernel to an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CropFilter.html" title="class in com.jhlabs.image">CropFilter</a></td>
<td class="colLast">
<div class="block">A filter which crops an image to a given rectangle.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CrystallizeFilter.html" title="class in com.jhlabs.image">CrystallizeFilter</a></td>
<td class="colLast">
<div class="block">A filter which applies a crystallizing effect to an image, by producing Voronoi cells filled with colours from the image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/Curve.html" title="class in com.jhlabs.image">Curve</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/CurvesFilter.html" title="class in com.jhlabs.image">CurvesFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DeinterlaceFilter.html" title="class in com.jhlabs.image">DeinterlaceFilter</a></td>
<td class="colLast">
<div class="block">A filter for de-interlacing video frames.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DespeckleFilter.html" title="class in com.jhlabs.image">DespeckleFilter</a></td>
<td class="colLast">
<div class="block">A filter which removes noise from an image using a "pepper and salt" algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DiffuseFilter.html" title="class in com.jhlabs.image">DiffuseFilter</a></td>
<td class="colLast">
<div class="block">This filter diffuses an image by moving its pixels in random directions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DiffusionFilter.html" title="class in com.jhlabs.image">DiffusionFilter</a></td>
<td class="colLast">
<div class="block">A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DilateFilter.html" title="class in com.jhlabs.image">DilateFilter</a></td>
<td class="colLast">
<div class="block">Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DisplaceFilter.html" title="class in com.jhlabs.image">DisplaceFilter</a></td>
<td class="colLast">
<div class="block">A filter which simulates the appearance of looking through glass.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DissolveFilter.html" title="class in com.jhlabs.image">DissolveFilter</a></td>
<td class="colLast">
<div class="block">A filter which "dissolves" an image by thresholding the alpha channel with random numbers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DitherFilter.html" title="class in com.jhlabs.image">DitherFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs ordered dithering on an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/DoGFilter.html" title="class in com.jhlabs.image">DoGFilter</a></td>
<td class="colLast">
<div class="block">Edge detection by difference of Gaussians.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/EdgeFilter.html" title="class in com.jhlabs.image">EdgeFilter</a></td>
<td class="colLast">
<div class="block">An edge-detection filter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/EmbossFilter.html" title="class in com.jhlabs.image">EmbossFilter</a></td>
<td class="colLast">
<div class="block">A class to emboss an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/EqualizeFilter.html" title="class in com.jhlabs.image">EqualizeFilter</a></td>
<td class="colLast">
<div class="block">A filter to perform auto-equalization on an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ErodeAlphaFilter.html" title="class in com.jhlabs.image">ErodeAlphaFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ErodeFilter.html" title="class in com.jhlabs.image">ErodeFilter</a></td>
<td class="colLast">
<div class="block">Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ExposureFilter.html" title="class in com.jhlabs.image">ExposureFilter</a></td>
<td class="colLast">
<div class="block">A filter which changes the exposure of an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FadeFilter.html" title="class in com.jhlabs.image">FadeFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FBMFilter.html" title="class in com.jhlabs.image">FBMFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces textures from fractal Brownian motion.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FeedbackFilter.html" title="class in com.jhlabs.image">FeedbackFilter</a></td>
<td class="colLast">
<div class="block">A filter which priduces a video feedback effect by repeated transformations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FieldWarpFilter.html" title="class in com.jhlabs.image">FieldWarpFilter</a></td>
<td class="colLast">
<div class="block">A class which warps an image using a field Warp algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FieldWarpFilter.Line.html" title="class in com.jhlabs.image">FieldWarpFilter.Line</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FillFilter.html" title="class in com.jhlabs.image">FillFilter</a></td>
<td class="colLast">
<div class="block">A filter which fills an image with a given color.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FlareFilter.html" title="class in com.jhlabs.image">FlareFilter</a></td>
<td class="colLast">
<div class="block">An experimental filter for rendering lens flares.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FlipFilter.html" title="class in com.jhlabs.image">FlipFilter</a></td>
<td class="colLast">
<div class="block">A filter which flips images or rotates by multiples of 90 degrees.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/Flush3DFilter.html" title="class in com.jhlabs.image">Flush3DFilter</a></td>
<td class="colLast">
<div class="block">This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/FourColorFilter.html" title="class in com.jhlabs.image">FourColorFilter</a></td>
<td class="colLast">
<div class="block">A filter which draws a gradient interpolated between four colors defined at the corners of the image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GainFilter.html" title="class in com.jhlabs.image">GainFilter</a></td>
<td class="colLast">
<div class="block">A filter which changes the gain and bias of an image - similar to ContrastFilter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GammaFilter.html" title="class in com.jhlabs.image">GammaFilter</a></td>
<td class="colLast">
<div class="block">A filter for changing the gamma of an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GaussianFilter.html" title="class in com.jhlabs.image">GaussianFilter</a></td>
<td class="colLast">
<div class="block">A filter which applies Gaussian blur to an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GlintFilter.html" title="class in com.jhlabs.image">GlintFilter</a></td>
<td class="colLast">
<div class="block">A filter which renders "glints" on bright parts of the image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GlowFilter.html" title="class in com.jhlabs.image">GlowFilter</a></td>
<td class="colLast">
<div class="block">A filter which adds Gaussian blur to an image, producing a glowing effect.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/Gradient.html" title="class in com.jhlabs.image">Gradient</a></td>
<td class="colLast">
<div class="block">A Colormap implemented using Catmull-Rom colour splines.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GradientFilter.html" title="class in com.jhlabs.image">GradientFilter</a></td>
<td class="colLast">
<div class="block">A filter which draws a coloured gradient.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GradientWipeFilter.html" title="class in com.jhlabs.image">GradientWipeFilter</a></td>
<td class="colLast">
<div class="block">A filter which can be used to produce wipes by transferring the luma of a mask image into the alpha channel of the source.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GrayFilter.html" title="class in com.jhlabs.image">GrayFilter</a></td>
<td class="colLast">
<div class="block">A filter which 'grays out' an image by averaging each pixel with white.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GrayscaleColormap.html" title="class in com.jhlabs.image">GrayscaleColormap</a></td>
<td class="colLast">
<div class="block">A grayscale colormap.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/GrayscaleFilter.html" title="class in com.jhlabs.image">GrayscaleFilter</a></td>
<td class="colLast">
<div class="block">A filter which converts an image to grayscale using the NTSC brightness calculation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/HalftoneFilter.html" title="class in com.jhlabs.image">HalftoneFilter</a></td>
<td class="colLast">
<div class="block">A filter which uses a another image as a ask to produce a halftoning effect.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/HighPassFilter.html" title="class in com.jhlabs.image">HighPassFilter</a></td>
<td class="colLast">
<div class="block">A filter which adds Gaussian blur to an image, producing a glowing effect.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/Histogram.html" title="class in com.jhlabs.image">Histogram</a></td>
<td class="colLast">
<div class="block">An image histogram.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/HSBAdjustFilter.html" title="class in com.jhlabs.image">HSBAdjustFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ImageMath.html" title="class in com.jhlabs.image">ImageMath</a></td>
<td class="colLast">
<div class="block">A class containing static math methods useful for image processing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ImageUtils.html" title="class in com.jhlabs.image">ImageUtils</a></td>
<td class="colLast">
<div class="block">A class containing some static utility methods for dealing with BufferedImages.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/InterpolateFilter.html" title="class in com.jhlabs.image">InterpolateFilter</a></td>
<td class="colLast">
<div class="block">A filter which interpolates betwen two images.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/InvertAlphaFilter.html" title="class in com.jhlabs.image">InvertAlphaFilter</a></td>
<td class="colLast">
<div class="block">A Filter to invert the alpha channel of an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/InvertFilter.html" title="class in com.jhlabs.image">InvertFilter</a></td>
<td class="colLast">
<div class="block">A filter which inverts the RGB channels of an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/IteratedFilter.html" title="class in com.jhlabs.image">IteratedFilter</a></td>
<td class="colLast">
<div class="block">A BufferedImageOp which iterates another BufferedImageOp.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/JavaLnFFilter.html" title="class in com.jhlabs.image">JavaLnFFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces  the stipple effect for Swing icons specified in the Java Look and Feel Guidelines.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/KaleidoscopeFilter.html" title="class in com.jhlabs.image">KaleidoscopeFilter</a></td>
<td class="colLast">
<div class="block">A Filter which produces the effect of looking into a kaleidoscope.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/KeyFilter.html" title="class in com.jhlabs.image">KeyFilter</a></td>
<td class="colLast">
<div class="block">An experimental filter which can be used for keying against a clean shot.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LaplaceFilter.html" title="class in com.jhlabs.image">LaplaceFilter</a></td>
<td class="colLast">
<div class="block">Edge detection via the Laplacian operator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LensBlurFilter.html" title="class in com.jhlabs.image">LensBlurFilter</a></td>
<td class="colLast">
<div class="block">A filter which use FFTs to simulate lens blur on an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LevelsFilter.html" title="class in com.jhlabs.image">LevelsFilter</a></td>
<td class="colLast">
<div class="block">A filter which allows levels adjustment on an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LifeFilter.html" title="class in com.jhlabs.image">LifeFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs one round of the game of Life on an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LightFilter.html" title="class in com.jhlabs.image">LightFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces lighting and embossing effects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LightFilter.Light.html" title="class in com.jhlabs.image">LightFilter.Light</a></td>
<td class="colLast">
<div class="block">A class representing a light.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LightFilter.Material.html" title="class in com.jhlabs.image">LightFilter.Material</a></td>
<td class="colLast">
<div class="block">A class representing material properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LinearColormap.html" title="class in com.jhlabs.image">LinearColormap</a></td>
<td class="colLast">
<div class="block">A colormap which interpolates linearly between two colors.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/LookupFilter.html" title="class in com.jhlabs.image">LookupFilter</a></td>
<td class="colLast">
<div class="block">A filter which uses the brightness of each pixel to lookup a color from a colormap.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MapColorsFilter.html" title="class in com.jhlabs.image">MapColorsFilter</a></td>
<td class="colLast">
<div class="block">A filter which replaces one color by another in an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MapFilter.html" title="class in com.jhlabs.image">MapFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MarbleFilter.html" title="class in com.jhlabs.image">MarbleFilter</a></td>
<td class="colLast">
<div class="block">This filter applies a marbling effect to an image, displacing pixels by random amounts.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MaskFilter.html" title="class in com.jhlabs.image">MaskFilter</a></td>
<td class="colLast">
<div class="block">Applies a bit mask to each ARGB pixel of an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MaximumFilter.html" title="class in com.jhlabs.image">MaximumFilter</a></td>
<td class="colLast">
<div class="block">A filter which replcaes each pixel by the maximum of itself and its eight neightbours.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MedianFilter.html" title="class in com.jhlabs.image">MedianFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a 3x3 median operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MinimumFilter.html" title="class in com.jhlabs.image">MinimumFilter</a></td>
<td class="colLast">
<div class="block">A filter which replcaes each pixel by the mimimum of itself and its eight neightbours.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MirrorFilter.html" title="class in com.jhlabs.image">MirrorFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MotionBlurFilter.html" title="class in com.jhlabs.image">MotionBlurFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces motion blur the slow, but higher-quality way.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/MotionBlurOp.html" title="class in com.jhlabs.image">MotionBlurOp</a></td>
<td class="colLast">
<div class="block">A filter which produces motion blur the faster, but lower-quality way.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/NoiseFilter.html" title="class in com.jhlabs.image">NoiseFilter</a></td>
<td class="colLast">
<div class="block">A filter which adds random noise into an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/OctTreeQuantizer.html" title="class in com.jhlabs.image">OctTreeQuantizer</a></td>
<td class="colLast">
<div class="block">An image Quantizer based on the Octree algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/OffsetFilter.html" title="class in com.jhlabs.image">OffsetFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/OilFilter.html" title="class in com.jhlabs.image">OilFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces a "oil-painting" effect.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/OpacityFilter.html" title="class in com.jhlabs.image">OpacityFilter</a></td>
<td class="colLast">
<div class="block">Sets the opacity (alpha) of every pixel in an image to a constant value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/OutlineFilter.html" title="class in com.jhlabs.image">OutlineFilter</a></td>
<td class="colLast">
<div class="block">Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PerspectiveFilter.html" title="class in com.jhlabs.image">PerspectiveFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a perspective distortion on an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PinchFilter.html" title="class in com.jhlabs.image">PinchFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs the popular whirl-and-pinch distortion effect.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PixelUtils.html" title="class in com.jhlabs.image">PixelUtils</a></td>
<td class="colLast">
<div class="block">Some more useful math functions for image processing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PlasmaFilter.html" title="class in com.jhlabs.image">PlasmaFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PointFilter.html" title="class in com.jhlabs.image">PointFilter</a></td>
<td class="colLast">
<div class="block">An abstract superclass for point filters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PointillizeFilter.html" title="class in com.jhlabs.image">PointillizeFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PolarFilter.html" title="class in com.jhlabs.image">PolarFilter</a></td>
<td class="colLast">
<div class="block">A filter which distorts and image by performing coordinate conversions between rectangular and polar coordinates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PosterizeFilter.html" title="class in com.jhlabs.image">PosterizeFilter</a></td>
<td class="colLast">
<div class="block">A filter to posterize an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/PremultiplyFilter.html" title="class in com.jhlabs.image">PremultiplyFilter</a></td>
<td class="colLast">
<div class="block">A filter which premultiplies an image's alpha.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/QuantizeFilter.html" title="class in com.jhlabs.image">QuantizeFilter</a></td>
<td class="colLast">
<div class="block">A filter which quantizes an image to a set number of colors - useful for producing
 images which are to be encoded using an index color model.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/QuiltFilter.html" title="class in com.jhlabs.image">QuiltFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/RaysFilter.html" title="class in com.jhlabs.image">RaysFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces the effect of light rays shining out of an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ReduceNoiseFilter.html" title="class in com.jhlabs.image">ReduceNoiseFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum,
 replacing it by the next minimum or maximum of the neighbours.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/RenderTextFilter.html" title="class in com.jhlabs.image">RenderTextFilter</a></td>
<td class="colLast">
<div class="block">A filter which renders text onto an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/RescaleFilter.html" title="class in com.jhlabs.image">RescaleFilter</a></td>
<td class="colLast">
<div class="block">A filter which simply multiplies pixel values by a given scale factor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/RGBAdjustFilter.html" title="class in com.jhlabs.image">RGBAdjustFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/RippleFilter.html" title="class in com.jhlabs.image">RippleFilter</a></td>
<td class="colLast">
<div class="block">A filter which distorts an image by rippling it in the X or Y directions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/RotateFilter.html" title="class in com.jhlabs.image">RotateFilter</a></td>
<td class="colLast">
<div class="block">A filter which rotates an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SaturationFilter.html" title="class in com.jhlabs.image">SaturationFilter</a></td>
<td class="colLast">
<div class="block">A filter to change the saturation of an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ScaleFilter.html" title="class in com.jhlabs.image">ScaleFilter</a></td>
<td class="colLast">
<div class="block">Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ScratchFilter.html" title="class in com.jhlabs.image">ScratchFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ShadowFilter.html" title="class in com.jhlabs.image">ShadowFilter</a></td>
<td class="colLast">
<div class="block">A filter which draws a drop shadow based on the alpha channel of the image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ShapeFilter.html" title="class in com.jhlabs.image">ShapeFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SharpenFilter.html" title="class in com.jhlabs.image">SharpenFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a simple 3x3 sharpening operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ShearFilter.html" title="class in com.jhlabs.image">ShearFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SkeletonFilter.html" title="class in com.jhlabs.image">SkeletonFilter</a></td>
<td class="colLast">
<div class="block">A filter which reduces a binary image to a skeleton.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SmartBlurFilter.html" title="class in com.jhlabs.image">SmartBlurFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a "smart blur".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SmearFilter.html" title="class in com.jhlabs.image">SmearFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SolarizeFilter.html" title="class in com.jhlabs.image">SolarizeFilter</a></td>
<td class="colLast">
<div class="block">A filter which solarizes an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SparkleFilter.html" title="class in com.jhlabs.image">SparkleFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/Spectrum.html" title="class in com.jhlabs.image">Spectrum</a></td>
<td class="colLast">
<div class="block">A class for calulating the colors of the spectrum.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SpectrumColormap.html" title="class in com.jhlabs.image">SpectrumColormap</a></td>
<td class="colLast">
<div class="block">A colormap with the colors of the spectrum.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SphereFilter.html" title="class in com.jhlabs.image">SphereFilter</a></td>
<td class="colLast">
<div class="block">A filter which simulates a lens placed over an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SplineColormap.html" title="class in com.jhlabs.image">SplineColormap</a></td>
<td class="colLast">
<div class="block">A Colormap implemented using Catmull-Rom colour splines.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/StampFilter.html" title="class in com.jhlabs.image">StampFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces a rubber-stamp type of effect by performing a thresholded blur.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SwimFilter.html" title="class in com.jhlabs.image">SwimFilter</a></td>
<td class="colLast">
<div class="block">A filter which distorts an image as if it were underwater.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/SwizzleFilter.html" title="class in com.jhlabs.image">SwizzleFilter</a></td>
<td class="colLast">
<div class="block">A filter which allows channels to be swapped.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/TextureFilter.html" title="class in com.jhlabs.image">TextureFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/ThresholdFilter.html" title="class in com.jhlabs.image">ThresholdFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a threshold operation on an image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/TileImageFilter.html" title="class in com.jhlabs.image">TileImageFilter</a></td>
<td class="colLast">
<div class="block">A filter which tiles an image into a lerger one.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/TransferFilter.html" title="class in com.jhlabs.image">TransferFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/TransformFilter.html" title="class in com.jhlabs.image">TransformFilter</a></td>
<td class="colLast">
<div class="block">An abstract superclass for filters which distort images in some way.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/TransitionFilter.html" title="class in com.jhlabs.image">TransitionFilter</a></td>
<td class="colLast">
<div class="block">A filter which uses another filter to perform a transition.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/TritoneFilter.html" title="class in com.jhlabs.image">TritoneFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a tritone conversion on an image.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/TwirlFilter.html" title="class in com.jhlabs.image">TwirlFilter</a></td>
<td class="colLast">
<div class="block">A Filter which distorts an image by twisting it from the centre out.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/UnpremultiplyFilter.html" title="class in com.jhlabs.image">UnpremultiplyFilter</a></td>
<td class="colLast">
<div class="block">A filter which unpremultiplies an image's alpha.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/UnsharpFilter.html" title="class in com.jhlabs.image">UnsharpFilter</a></td>
<td class="colLast">
<div class="block">A filter which subtracts Gaussian blur from an image, sharpening it.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/VariableBlurFilter.html" title="class in com.jhlabs.image">VariableBlurFilter</a></td>
<td class="colLast">
<div class="block">A filter which performs a box blur with a different blur radius at each pixel.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/WarpFilter.html" title="class in com.jhlabs.image">WarpFilter</a></td>
<td class="colLast">
<div class="block">A filter for warping images using the gridwarp algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/WarpGrid.html" title="class in com.jhlabs.image">WarpGrid</a></td>
<td class="colLast">
<div class="block">A warp grid.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/WaterFilter.html" title="class in com.jhlabs.image">WaterFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces a water ripple distortion.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/WeaveFilter.html" title="class in com.jhlabs.image">WeaveFilter</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/WholeImageFilter.html" title="class in com.jhlabs.image">WholeImageFilter</a></td>
<td class="colLast">
<div class="block">A filter which acts as a superclass for filters which need to have the whole image in memory
 to do their stuff.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../com/jhlabs/image/WoodFilter.html" title="class in com.jhlabs.image">WoodFilter</a></td>
<td class="colLast">
<div class="block">A filter which produces a simulated wood texture.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/jhlabs/composite/package-summary.html">Prev Package</a></li>
<li><a href="../../../com/jhlabs/math/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/jhlabs/image/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>