You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Catalano.Image/src/Catalano/Imaging/Filters/ColorFiltering.java
+20-17Lines changed: 20 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,22 @@
31
31
/**
32
32
* Color filtering.
33
33
* <p> The filter filters pixels inside/outside of specified RGB color range - it keeps pixels with colors inside/outside of specified range and fills the rest with specified color</p>.
34
+
*
35
+
* Supported types: RGB.
36
+
* Coordinate System: Independent.
37
+
*
34
38
* @author Diego Catalano
35
39
*/
36
40
publicclassColorFilteringimplementsIBaseInPlace{
37
41
privateIntRangered, green, blue;
38
42
39
43
/**
40
-
* Initialize a new instance of the BottomHat class.
44
+
* Initialize a new instance of the ColorFiltering class.
41
45
*/
42
46
publicColorFiltering() {}
43
47
44
48
/**
45
-
* Initialize a new instance of the BottomHat class.
49
+
* Initialize a new instance of the ColorFiltering class.
0 commit comments