Skip to content

Commit a348abb

Browse files
committed
Image transformer example, refs #282
1 parent 20fc506 commit a348abb

File tree

23 files changed

+225
-20
lines changed

23 files changed

+225
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ target
55
**/*/.settings
66
**/*/target
77
**/*/dependency-reduced-pom.xml
8+
pom.xml~

webcam-capture-examples/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.sarxos</groupId>
88
<artifactId>webcam-capture-parent</artifactId>
9-
<version>0.3.10-SNAPSHOT</version>
9+
<version>0.3.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>webcam-capture-examples</artifactId>
@@ -25,6 +25,7 @@
2525
<module>webcam-capture-manycams</module>
2626
<module>webcam-capture-motiondetector</module>
2727
<module>webcam-capture-painter</module>
28+
<module>webcam-capture-transformer</module>
2829
<module>webcam-capture-qrcode</module>
2930
<module>webcam-capture-swt-awt</module>
3031
<module>webcam-capture-video-recording</module>

webcam-capture-examples/webcam-capture-applet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-applet</artifactId>

webcam-capture-examples/webcam-capture-detect-face/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-detect-face</artifactId>
@@ -139,4 +139,4 @@
139139
</dependency>
140140
</dependencies>
141141

142-
</project>
142+
</project>

webcam-capture-examples/webcam-capture-executable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-executable</artifactId>

webcam-capture-examples/webcam-capture-javafx-fxml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-javafx-fxml</artifactId>

webcam-capture-examples/webcam-capture-javafx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-javafx</artifactId>

webcam-capture-examples/webcam-capture-live-streaming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-live-streaming</artifactId>

webcam-capture-examples/webcam-capture-manycams/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-manycams</artifactId>
@@ -22,4 +22,4 @@
2222
</dependency>
2323
</dependencies>
2424

25-
</project>
25+
</project>

webcam-capture-examples/webcam-capture-motiondetector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.sarxos</groupId>
77
<artifactId>webcam-capture-examples</artifactId>
8-
<version>0.3.10-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>webcam-capture-example-motiondetector</artifactId>
@@ -22,4 +22,4 @@
2222
</dependency>
2323
</dependencies>
2424

25-
</project>
25+
</project>

0 commit comments

Comments
 (0)