python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Thresholding an image gives fuzzy black output
Im preprocessing a qrcode to read it. I threshold the image, but sometimes I get a fuzzy black output, sometimes i get the proper binary image. Why is this happening? IM using C# and Emgucv.
Here is m...
Stormbringer
Votes: 0
Answers: 1
EmguCV: What is the right variable to use for detector descriptors? Error:"OpenCV: > type=0"
I'm trying to detect the keypoints and descriptors to match a template with another image.
I started to follow this OpenCV tutorial, switched to ORB detector (as SURF algorithm is patented) but it's t...
erik7854
Votes: 0
Answers: 0
How to write on images using EmguCV in C#
I wanna write on images using EmguCV in Windows Form C# In actual I wanna create a simple app for images as an image editor. Its simple purpose is to open images through an open file dialogue I can op...

user15294548
Votes: 0
Answers: 1
C# .Net Emgu.CV is inconsistently transferring bytes to itself
I'm using Emgu.CV to templateMatch and to save Images.
Unfortunetly I have ran into an issue that I have no been able to solve for a weeks.
Problem is that i serialize byte array and size from origina...

Moxidus
Votes: 0
Answers: 1