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
804 views
1 answer
    I did a program with python, importing the OpenCV's libraries. Now, I'm doing the GUI in Tkinter. I'm ... push button to quit the program. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
498 views
1 answer
    I have a short question: When I do feature-matching in OpenCV, what does the distance attribute mean of DMatches in ... it a kind of deviation? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have a image like below, I would like to remove background watermark. So far I tried, inpainting method ... help would be more appreciable. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
943 views
1 answer
    What would be the best approach for detecting and removing a person's hair in a simple portrait image ? Any useful ... it could be of some use See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    Basically i want to implement color replacement feature for my paint application. Below are original and expected ... other solution to tryout. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
668 views
1 answer
    An RGB color is composed of three components: Red (0-255), Green (0-255) and Blue (0-255). What ... is it different from RGB color space? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
972 views
1 answer
    I tried to display an image of CV_32F type using imshow function but it showed a WHITE image. In the ... which are assigned during processing. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Mat b = new Mat(); Bitmap bmp = getIntent().getExtras().getParcelable("image_send"); @Override protected ... stopped after taking a picture. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
745 views
1 answer
    Is there a way with Python (maybe with OpenCV or PIL) to continuously grab frames of all or a portion of the ... (probably after re-sizing it). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I need to implement a function that receives a string containing the bytes of an image (received via boost socket ... for Mat from a string? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
582 views
1 answer
    How to find image "A" coordinates on image "B" which contains image "A". I wrote this program which is only ... there any library tool do this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
391 views
1 answer
    I want to be able to take a video recorded with an Android device and encode it to a new Resolution and Frame ... time, etc.) Thanks in advance! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
850 views
1 answer
    Dlib C++ can detect landmark and estimate face pose very well. However, how can I get 3D coordinate Axes direction (x,y,z) of head pose? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    I am playing with the affine transform in OpenCV and I am having trouble getting an intuitive understanding of it ... to the dstTri[] represent? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
766 views
1 answer
    I am trying to draw a straight line between two coordinates which would be obtained by clicking on the image or by ... I click on the image? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
727 views
1 answer
    There are several color representations in computer science : the standard RGB, but also HSV, HSL, CIE XYZ, YCC ... the cloud to its barycenter. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I know that in the general case, making this conversion is impossible since depth information is lost going from ... explain how you derive it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
662 views
1 answer
    What is the posible reason of "Required leaf false alarm rate achieved. Branch training terminated." The folowing ... h 35 RESULT OF TRAINING See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
623 views
1 answer
    The Exception is here: g++ -L/usr/local/lib -I./include -I. -lopencv_core -lopencv_highgui -lopencv_imgproc ... , which has opencv libraries. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
558 views
1 answer
    I need a Python program that I am working on to be able to take a small image, determine if it exists inside ... idea about how to do this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
496 views
1 answer
    I am using OpenCV 2.2 on the iPhone to detect faces. I'm using the IOS 4's AVCaptureSession to get ... withObject:nil waitUntilDone:NO]; } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    I am running pylint on an opencv project and I am getting many pylint errors in VS code about members not being present. ... 8.1 , astroid 1.6.0 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    This question was already asked, but I still don't get it. I obtain a homography matrix by calling cv ... homography matrix itself is adequate? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
576 views
1 answer
    SURF is patented, as is SIFT. ORB and BRIEF are not patented, but their features are not scale-invariant, ... patented as SURF and SIFT? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    Context: I have been playing around with python's wrapper for opencv2. I wanted to play with a few ideas ... are most welcome! Thanks Cheers See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
521 views
1 answer
    I am working on an implementation where I have a rectangle shaped image in an big background image. I am trying ... return image; } Thank you. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
912 views
1 answer
    I need to rotate an image by either 90, 180 or 270 degrees. In OpenCV4Android I can use: Imgproc. ... 90 or 270 degree rotations? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have been trying to load .png files with transparency channel (RGB and Alph) with no luck. It appears that ... source code and rebuild it? See Question&Answers more detail:os...
asked Oct 17, 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

...