REF: https://julialang.org/downloads/
julia-1.6.3-win64.exe
Add julia path
Hello world
1) interactive hello world (println)
2) Create ex1.jl
copy con ex1.jl
println("hello world.")
ctrl+z
julia ex1.jl
REF: https://julialang.org/downloads/
julia-1.6.3-win64.exe
Add julia path
Hello world
1) interactive hello world (println)
2) Create ex1.jl
copy con ex1.jl
println("hello world.")
ctrl+z
julia ex1.jl
REF:
1)https://www.emgu.com/wiki/index.php/License_Plate_Recognition_in_CSharp
2)https://github.com/fasetto/license-plate-recognition/blob/master/src/LPlateRecognition.UI/ViewModels/MainViewModel.cs
Windows 10 x64 @ ASUS X450
Visual Studio 2019
建置程序
1) New FormApp
2) Nuget
emgu.cv 3.4.3.3016
Tesseract.Net SDK 1.18.342
3) Add class (Ref:1)
REF: http://ferris2014.blogspot.com/2016/06/opencv-emgu-mat-to-image-image-to-mat.html
Mat to image, image to Mat, image to imagebox, imagebox to image, Mat to imagebox, imagebox to Mat
1. Mat to image
_img = _mat.ToImage<bgr, Byte>();
2. image to Mat
_mat = _img.Mat;
3. image to imagebox
imagebox1.Image=_img;
4. imagebox to image
_img = new Image<bgr, byte>(imageBox1.Image.Bitmap)
5. Mat to imagebox
imagebox1.Image=_mat;
6. imagebox to Mat
(Step4 + Step2)
_img= new Image<bgr, byte>(imageBox1.Image.Bitmap).Mat;
REF: https://zh.m.wikibooks.org/zh-tw/CMake 入門/簡單的範例
1. Windows 10 x64 @ ASUS X450J
2. Prepare files
REF:https://medium.com/ching-i/intel-openvino%E4%BB%8B%E7%B4%B9%E8%88%87%E5%AE%89%E8%A3%9D%E6%95%99%E5%AD%B8-15b07473d998
1. Register Intel Account
2. Download full package
3. Install
npm install --global --production windows-build-tools --vs2015
--------- Run Demo
Get Started with OpenVINO™ Toolkit on Windows* - OpenVINO™ Toolkit
Powershell./demo_security_barrier_camera -d CPUcd "C:\Program Files (x86)\Intel\openvino_2021\deployment_tools\demo"