Calibrate works?
This commit is contained in:
parent
26e34f7671
commit
cc711c6343
1104 changed files with 636510 additions and 75 deletions
|
|
@ -0,0 +1,13 @@
|
|||
import gab.opencv.*;
|
||||
|
||||
OpenCV opencv;
|
||||
|
||||
void setup() {
|
||||
opencv = new OpenCV(this, "test.jpg");
|
||||
size(opencv.width, opencv.height);
|
||||
}
|
||||
|
||||
void draw() {
|
||||
image(opencv.getOutput(), 0, 0);
|
||||
}
|
||||
|
||||
BIN
lib/opencv_processing/examples/LoadAndDisplayImage/data/test.jpg
Normal file
BIN
lib/opencv_processing/examples/LoadAndDisplayImage/data/test.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
lib/opencv_processing/examples/LoadAndDisplayImage/data/test.png
Normal file
BIN
lib/opencv_processing/examples/LoadAndDisplayImage/data/test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
Loading…
Add table
Add a link
Reference in a new issue