1 Star 0 Fork 0

meterreader/InstrumentRecognition

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
run.java 483 Bytes
Copy Edit Raw Blame History
lei authored 2017-03-09 16:42 . Add files via upload
package point.instrument;
import java.util.Scanner;
import org.opencv.core.Core;
import org.opencv.core.Mat;
public class run {
public static void main(String[] args) {
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
Scanner sc = new Scanner(System.in);
System.out.println("请输入夹角数值(0,360):");
double value = sc.nextDouble();
Mat img = new Mat();
img = InstrumentGenerate.imgGenerate(value);
ImagePreprocess3.InstrumentsRecognition(img);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/meterreader/InstrumentRecognition.git
git@gitee.com:meterreader/InstrumentRecognition.git
meterreader
InstrumentRecognition
InstrumentRecognition
master

Search