124 Commits (4.3.0)

Author SHA1 Message Date
Canming Huang 28dca0165c Removed CudaCascadeClassifier from Emgu CV. I had been disabled in OpenCV. 5 years ago
Canming Huang b385b23c62 Documentation improvements. 5 years ago
Canming Huang 5ab48c0919 Documentation improvements. 5 years ago
Canming Huang 9bfddeae6b Implemented NvidiaOpticalFlow_1_0 5 years ago
Canming Huang 3a53a3ae03 Removed some __IOS__ conditional compilation flags. 6 years ago
Canming Huang 5b7eb1e803 Remove some __IOS__ conditional compilation flags. 6 years ago
Canming Huang 17981d38c2 Updated copy right notice. 6 years ago
Canming Huang a91fc696fe Updated CudaVideoReader 6 years ago
Canming Huang d299a86a8f Replace the Emgu.CV.World project with Emgu.CV.World.Netstandard (netstandard 2.0) project. 6 years ago
Canming Huang b64c966ebe Fixed the ambiguous reference between Emgu.CV.Structure.Range and System.Range 6 years ago
Canming Huang 52e3329052 Fixed the ambiguous reference between 'Emgu.CV.Structure.Range' and 'System.Range' 6 years ago
Canming Huang cadf2f56f8 Replace IImage with IInputArray 6 years ago
Canming Huang b98f3f02a8 Reorganize code for each individual platform. 6 years ago
Canming Huang 739c74b74f Return null in GetData when the Mat, UMat or GpuMat is Empty. 6 years ago
Canming Huang 372635caf3 Documentation improvements. 6 years ago
Canming Huang 057f56b982 Fixed the NetStandard1_4 build. 6 years ago
Canming Huang 80d68b264a Added CudaInvoke.DrawColorDisp 6 years ago
Canming Huang db6b652794 Added CudaConvolution. 6 years ago
Canming Huang c92703c5e1 Added CvInvoke.SetGlDevice 6 years ago
Canming Huang aef2bcebd1 Added CudaVideoReader.FormatInfo, we still have CudaVideoReader disabled because it doesn't seems to be working. 6 years ago
Canming Huang bd8093457c Added a Debugger and the GetData function for GpuMat. 6 years ago
Canming Huang 1f5c00d1ea Fixed a bug in CudaSparsePyrLKOpticalFlow. ( issue #220 ) 6 years ago
Canming Huang 233f2c33b8 Documentation update. 7 years ago
Canming Huang 840885836b update copyright notice from 2018 to 2019 7 years ago
Canming Huang ec2c67c4a5 Fixed a bug in CudaTemplateMatching.DisposeObject(). 7 years ago
Canming Huang 885fa4753e Fixed a bug in CudaHOG constructor. 7 years ago
Canming Huang 044af4000d Fixed a bug in CudaCannyEdgeDetector. 7 years ago
Canming Huang 230cb14e04 Updates to the CUDA Features2D classes. 7 years ago
Canming Huang 4cf8939ada Documentation updates. 7 years ago
Canming Huang 48ed842314 Documentation update. 7 years ago
Canming Huang bec5f6f9ae Added RidgeDetectionFilter. 7 years ago
Canming Huang 66f4589fe4 Documentation updates. 7 years ago
Canming Huang 85414df1ec Exclude Codec module. The code is only compatible with CUDA 6.5 or older. 7 years ago
Canming Huang b3b44d8eb9 More fix for the addref issue. 7 years ago
Canming Huang 49a87ca594 Attempts to fix addref issues for CUDA functions. 7 years ago
Canming Huang ecde09175c Added Async match functions in Cuda DescriptorMatcher. 7 years ago
Canming Huang 1be54c18a6 Added Match function to DescriptorMatcher. 7 years ago
Canming Huang 925a7f07d9 Added NetStandard1_4 to cmake project. 7 years ago
Canming Huang aef27fbbf0 Documentation update. 8 years ago
Canming Huang 1149516be6 Documentation updates. 8 years ago
Canming Huang 88ebb71cd8 Updated copyright headers to 2018 8 years ago
Canming Huang 6575fd0a94 Documentation update. 8 years ago
Canming Huang 9d107e3030 Added CudaEigenValCorner 8 years ago
Canming Huang 6cbb05ca73 Added CudaColumnSumFilter, CudaDerivFilter, CudaMedianFilter, CudaRowSumFilter, CudaScharrFilter, CudaSeparableLinearFilter. 8 years ago
Canming Huang be67ed60da Use the IBackgroundSubtractor interface instead of the BackgroundSubtractor class. 8 years ago
Canming Huang 171e228ae3 Fixed issue #71 and updated LShift and RShift to use IInputArray and IOutputArray. 8 years ago
Bernd Baumanns 496423110c Avoid different types with the same name in the same namepsace 8 years ago
Bernd Baumanns 171a2c9260 NET_STANDARD1_4 -> NETSTANDARD1_4 8 years ago
Bernd Baumanns 3d83a1dc20 Net standard 8 years ago
Michael Ermishin 252e8f020d Fix #41 - mask null reference 8 years ago