2166 Commits (4.5.5)
 

Author SHA1 Message Date
Canming Huang e543feb66c Fixed issue 458, by default, copy (instead of share) data for the Mat.ToBitmap() extension function. 4 years ago
Canming Huang db323855eb Perform nuget restore on the based project before building nuget packages. 4 years ago
aleks-ivanov e9ef858266 Merge branch 'master' into feature/codeql 4 years ago
Canming Huang 9e53029643 Split up Emgu.runtime.windows.cuda.dnn.cnn nuget package into two: train and infer. 4 years ago
Canming Huang 13dfb68828 Upgraded unit test to use .net 5 instead of .net core 3.1 4 years ago
Canming Huang 87039b8539 Only upload the zip package for raspberry pi in CI build. 4 years ago
aleks-ivanov 28bad86811 Merge branch 'master' into feature/codeql 4 years ago
Canming Huang c578c6337d Check for CUDA_PATH_V11_3 for windows build. 4 years ago
Canming Huang 15d6c3a62e Clean up for nuget package dependencies. 4 years ago
Canming Huang e7a624b644 Added a dependency for Emgu.CV.Platform.NetStandard.iOS to avoid being compiled at the same time with Emgu.CV.Platform.NetStandard project. 4 years ago
aleks-ivanov c4c1574d16 Merge branch 'master' into feature/codeql 4 years ago
Canming Huang ec0ed3dcae Do not build Emgu.CV.Platform.Mac project on Apple Silicon. 4 years ago
Aleksandar Ivanov fda280b8a9
add job timeout 4 years ago
aleks-ivanov 51ff4e97f7 Merge branch 'master' into feature/codeql 4 years ago
Canming Huang ce1666e6f5 Documentation improvements. 4 years ago
Canming Huang eb22bb9e61 Upgrade DepthAI demo project to target .net 5 instead of .net core 3.1 4 years ago
Aleksandar Ivanov cfee37025f
Add CodeQL (#1) 4 years ago
Canming Huang 5d051bc2b8 HistogramBox.GenerateHistogram should use the input "color" parameter for plotting. 4 years ago
Canming Huang 37f5535d1a Generate nuget nuspec file for ubuntu arm64. 4 years ago
Canming Huang 9a70b66f2a Merge branch 'master' of https://github.com/emgucv/emgucv 4 years ago
Canming Huang ffb2f3c887 Build nuget package for Ubuntu arm64. 4 years ago
Canming Huang 81bb735bd3 enable freetype for ubuntu build 4 years ago
Canming Huang 5c1f037024 Make sure BuildInfo program does not crash on platform that do not have camera 4 years ago
Canming Huang 0f14b4f89d Move lib/opencl-icd-1.2.11.0 to 3rdParty/ folder. 4 years ago
Canming Huang 19226ee94c Updated to use the latest freetype2 submodule. 4 years ago
Canming Huang 59c30a94a0 Add freetype2 submodule and checkout 2.10.4 4 years ago
Canming Huang 1a6d3fbbe9 Removed freetype2 submodule 4 years ago
Canming Huang ade2c8acb2 Add Emgu.CV.Platform.Mac.dll into Emgu.CV.runtime.macos nuget pacakge 4 years ago
Canming Huang fee8721774 Added cmake script to build Emgu.CV.Platform.Mac project. 4 years ago
Canming Huang 8e0d97c088 Added demo program to use Emgu CV in windows docker image. 4 years ago
Canming Huang d892214682 Use a tag to build emgu cv with docker. 4 years ago
Canming Huang a94d140529 Merge branch 'master' of https://github.com/emgucv/emgucv 4 years ago
Canming Huang 840955d880 Added Yolo V4 model. 4 years ago
Canming Huang 3779034c23 Produce .bc bitcode in emscripten build 4 years ago
Canming Huang 56bb433ca1 Set cmake policy CMP0069 to NEW 4 years ago
Canming Huang 96105161b2 Try to build UNITY_WEBGL (not working yet). 4 years ago
Canming Huang 1f3dccc379 Merge branch 'master' of https://github.com/emgucv/emgucv 4 years ago
Canming Huang 2663f8ee6b Fix emscripten build 4 years ago
Canming Huang 1be853bfa6 Fixed a compiler warning message. 4 years ago
Canming Huang a35db9e9a0 Documentation improvements. 4 years ago
Canming Huang 849ba38fdf Unity TextureConvert.ToOutputArray becomes an extension method that return BGR (instead of RGB) Mat. TextureConvert.ToTexture2D also becomes an extension method. 4 years ago
Canming Huang cfaf7018c1 Use TesseractModel in unity OCR demo. 4 years ago
Canming Huang dd28d339aa Updated unity package version. 4 years ago
Canming Huang f856eab15d Fixed iOS binary detection. 4 years ago
Canming Huang 491f0e3a53 Include Emgu.CV.Models in unity package. 4 years ago
Canming Huang 630d43cd1a Added iOS camera capture implementation for Xamarin demo 4 years ago
Canming Huang 0fad249689 Allow using camera on Mac OS Xamarin forms demo 4 years ago
Canming Huang da113b7508 Use NSImage to render InputArray on MacOS demo 4 years ago
Canming Huang ca73654ba4 Split libcvextern.a.meta into two: iphoneos & simulator. 4 years ago
Canming Huang 965fd9e1bf Use UIImage to render InputArray on iOS demo 4 years ago