@Properties(inherit=opencv_core.class, value=@Platform(executable="opencv_interactive-calibration")) public class opencv_interactive_calibration extends Object
opencv_interactive-calibration
program ready for execution:
String opencv_interactive_calibration = Loader.load(org.bytedeco.opencv.opencv_interactive_calibration.class);
ProcessBuilder pb = new ProcessBuilder(opencv_interactive_calibration, ...);
pb.inheritIO().start().waitFor();
Copyright © 2020. All rights reserved.