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
1.0k views
1 answer
    I have been searching for an implementation of the ICP algorithm in python lately with no result. According to ... , I missing anything here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
662 views
1 answer
    I'm looking for a website to download haar cascades xml files from. It can be for any objects as long as its a properly working cascade. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
507 views
1 answer
    I know that I could pip install opencv-python which installs opencv3, but is there a separate command or name ... version to install? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    What are the ways in which to quantify the texture of a portion of an image? I'm trying to detect ... implementing any of the texture analyses. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    I have a fairly blurry 432x432 image of a Sudoku puzzle that doesn't adaptively threshold well (take the mean over ... What else should I try? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
467 views
1 answer
    I'm using OpenCV 2.3 for keypoints detection and matching. But I am a bit confused with the size and ... best one in term of trackability? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to extract text from an image using Tesseract OCR. Currently, with this original input image, ... Original Image: Expected Image: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
635 views
1 answer
    What's the best set of image preprocessing operations to apply to images for text recognition in EmguCV? I've ... to the OCR engine. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
730 views
1 answer
    I'm having trouble with import cv in my python code. My issue is I need to draw a rectangle around regions of ... I've found in the image. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
809 views
1 answer
    Hi friends i just now installed opencv and checking the basic code but it results in error. The code is ... your answer. Thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
547 views
1 answer
    On Ubuntu in a Conda environment with Python 3.7.3, when I run conda install -c conda-forge opencv I ... opencv and it got completely removed) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
563 views
1 answer
    I am trying to do segmentation of leaf images of tomato crops. I want to convert images like following image to following ... a way to do it ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
657 views
1 answer
    I imported the opencv android library to my android studio and the Camera2Renderer class has a lot of compiler errors ... can't be imported. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 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
688 views
1 answer
    I want to read text on the object. But OCR program can't recognize it. When I give the small part, it can ... . How can I do this? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
611 views
1 answer
    I have the following RGB image imRGB import cv2 import matplotlib.pyplot as plt #Loading the RGB image imRGB = cv2 ... imGray is shown in color? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
496 views
1 answer
    After processing an image by converting it to grey scale and then blurring it, I'm trying to apply a Hough ... created in GIMP it works fine) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
542 views
1 answer
    How to know total number of Frame in a file ( .avi) through Python using open cv module. If possible what all ... of a video file through this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
890 views
1 answer
    There a is an ellipse on the picture,just as following. I have got the points of the contour by using opencv. ... into curve like the blue line? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    I'm trying to extract a specific color from an image within a defined RGB range using the cv2 module. In the ... 255]]] pixel percentage: 0.0 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
669 views
1 answer
    Is it possible to refine or blur just the edges in an image with the white background ? I was thinking to ... know how to achieve this. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
452 views
1 answer
    I'm trying to cluster textures based on the features extracted from Gabor bank that I've created, but the result ... images goes to one folder. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    I am using createOptFlow_DualTVL1() to calculate optical flow which is giving me exactly what I want but ... Current_Gray_Frame, Optical_Flow); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
513 views
1 answer
    I'm trying to discover opencv library at the moment, but it seems a bit messy with the data structures. so ... the tutorials page) Many thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
688 views
1 answer
    I have been working with my Raspberry Pi 2B for a while now. Testing the Pi cam using raspistill works great but ... . What am I missing here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
887 views
1 answer
    I am working on a project which requires functions from OpenCV to plot images. I am trying to display image ... : Link to my Colab Notebook See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
605 views
1 answer
    OpenCV's remap() uses a real-valued index grid to sample a grid of values from an image using bilinear ... small margin of machine precision. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    I am on ubuntu 14.04.02, i have python, cython and numpy installed and updated. i pulled the latest sources of ... what could be wrong with it? 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

...