emgucv
How do I get a .NET Bitmap and an OpenCV image to point to the same chunk of memory?
How do I get a .NET Bitmap and an OpenCV image to point to the same chunk of memory?I kn开发者_开发问答ow that I can copy from one to the other, but I would prefer that they just point to the same pix[详细]
2022-12-31 23:45 分类:问答EmguCV inserting new image to Captured Frame
I want to to make a simple game like on screen will be some images and ,I will touch them with my hand .For this I must add some images to frame.I am using web-cam and Capture method[详细]
2022-12-30 19:33 分类:问答C# :Emgu CV creating image problem
When I am trying to create image like Image<Gray, Byte> testImage = new Image<Gray, Byte>(\"david.jpg\");[详细]
2022-12-30 19:20 分类:问答OpenCV/EmguCV face recognition
I am trying to make an app that detect faces and recognizes it. I made Face detection but I want some idea to when making recognition. I\'m using a web cam for tracking and it can detect the face.Then[详细]
2022-12-30 17:27 分类:问答Dice face value recognition
I’m trying to build a simple application that will recognize the values of two 6-sided dice. I’m looking for some general pointers, or maybe even an open source project.[详细]
2022-12-26 16:13 分类:问答How to merge detected edges to a colour capture in Emgu CV
I am trying to make a C# desktop application (with Emgu CV wrapper) which captures the feed from the camera, detects edges in the feed and then displays the original feed (coloured) with the edges - s[详细]
2022-12-22 16:45 分类:问答How to install Emgu CV wrapper?
I found a simillar question but the answer didn´t help me! SO I´m trying to install Emgu CV wrapper. I´m following the steps presentes on the website.[详细]
2022-12-21 05:27 分类:问答How to create Haar Cascade (.xml file) to use in OpenCV? [closed]
Closed. This question needs to be more focused. It is no开发者_如何学Got currently accepting answers.[详细]
2022-12-15 15:31 分类:问答OpenCV data types
depth Pixel depth in bits. The supported depths are: IPL_DEPTH_8U Unsigned 8-bit integer IPL_DEPTH_8S Signed 8-bit integer[详细]
2022-12-14 09:38 分类:问答Background subtraction using Emgu CV
How can I implement backg开发者_如何学Cround subtraction using Emgu CV?Yes this is quite possible take a look at the \"MotionDetection\" example provided with EMGU this should get you started.[详细]
2022-12-13 11:56 分类:问答