Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged OpenCV

0 votes
513 views
1 answer
    I'm trying to get the Android camera2 running in the background service, then ... captureRequestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER, // CaptureRequest.CONTROL_AF_TRIGGER...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm using OpenCV with cv::Mat objects, and I need to know the number of bytes that my matrix occupies in order to ... a cv::Mat size in bytes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
822 views
1 answer
    I've recently started learning OpenCV on Python. I'm referring to this tutorial here, to get some help on ... this issue will be appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
418 views
1 answer
    I am trying to build haar cascades for doing OCR of a specific font; one classifier per character. I can ... down for efficiency anyway? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
602 views
1 answer
    I'm currently developing an app which need to record video in background and process it. (It needs to get ... you for answering the question. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    I am trying to substract background from depth images acquired with kinect. When I learned what otsu thresholding is I ... ); cv::waitKey(1); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    I am using opencv 2 with a webcam. I can get the video stream and process it, but I can't seem to figure out ... images so that I can see them? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    I'm trying to draw a polygon using the python interface to opencv, cv2. I've created an empty image, ... that error turned up nothing useful. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    i am using opencv in android. but when i am adding Mat() in my code my application unexpectedly stops after ... help. thanks in advance :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    i am using opencv in android. but when i am adding Mat() in my code my application unexpectedly stops after ... help. thanks in advance :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
716 views
1 answer
    I want to save a floating point one-channel image and I don't want to convert it. So I decided to use filestorage ... ); Mat img; fs >> img; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    I have installed OpenCV 3.1 in my Mac, cv2 is also installed through pip install cv2. vinllen@ $ pip install ... list online, but cannot work. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
923 views
1 answer
    After applying different filtering and segmentation techniques, I end up with an image like this: I have access to ... solving such a problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    I've been asked to build a real-time face recognition application, and after some looking around I've decided ... that helps. Any suggestions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Please look at this github page. I want to generate heat maps in this way using Python PIL,open cv or matplotlib ... image shape is (800,800,3) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
664 views
1 answer
    Is there a way to convert a folder comprising .jpeg images to hdf5 in Python? I am trying to build a ... for classification of images. Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
817 views
1 answer
    I have a problem with converting an image matrix. I use: Mat image = imread(image_name, 0); to read an image ... char. What am I doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
737 views
1 answer
    I was trying to sharpening on some standard image from Gonzalez books. Below are some code that I ... Result Desired Result Absolute Laplace See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I want to use unsharp mask on a 16 Bit Image. The Image has 640 x 480 Pixels and is saved in a ... UnsharpImage = Image + (WightFaktor*Mask1) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
542 views
1 answer
    I want to compile an opencv Console C++ program in Visual Studio 2013. This is my code: #include "stdafx.h" ... How can I fix this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
736 views
1 answer
    I'm trying to calculate a new camera position based on the motion of corresponding images. the images ... .8236506374002566, 0.3446041331317597] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
755 views
1 answer
    I'm trying to do the tutorial found here for ios video processing with openCv framework. I've successfully loaded ... . I will try and update See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
390 views
1 answer
    This is not really a question as much as it is a presentation of all my attempts to solve one of the most ... copy the bytes or intercept it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
599 views
1 answer
    Let me explain my need before I explain the problem. I am looking forward for a hand controlled application. ... accepted as a good suggestion. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    Is there a library for detecting faces that have been rotated in the image plane? Or is there some way in ... detection with opencv to do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
694 views
1 answer
    I need Haar Cascades xml files for Mouth, Eyes & Nose. Do provide me useful links. Any kind of help would be highly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.5k views
1 answer
    CLAHE is Contrast Limited Adaptive Histogram Equalization and a source in C can be found at http://tog.acm.org/ ... images)? If yes, how? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    What is proper algorithm for separating (counting) coffee beans on binary image? Beans can touch and partially ... (moving people separation). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...