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.4k views
1 answer
    I have deployed one web-application, which contains following code. System.loadLibrary(org.opencv.core.Core. ... (Highgui.java:362) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    So I am trying to use: sift = cv2.xfeatures2d.SIFT_create() and it is coming up with this error: cv2.error ... I have not included enough info See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
847 views
1 answer
    Is there a way to easily extract the DCT coefficients (and quantization parameters) from encoded images and video ... DCT coefficients as well? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
961 views
1 answer
    I am currently working on an experimental camera app. I'm looking into implementing face detection at ... library? Implementing a particular algorithm myself? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
944 views
1 answer
    I'm trying to stitch 2 images together by using template matching find 3 sets of points which I pass to cv2. ... , this tutorial and this example from the docs. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am using YOLOv3 to detect cars in videos. I downloaded three files used in my code coco.names, yolov3.cfg ... . Can anyone help me in modifying these files? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I want to change the brown areas to RED (or another color). Just I don't know how to get the ranges for brown ... , but not a range of colors. Any Ideas? Thanks Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I need a simple and fast way to compare two images for similarity. I.e. I want to get a high ... is locality-sensitive hashing and nearest neighbor search. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
986 views
1 answer
    Closed. This question needs to be more focused. It is not currently accepting answers. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
951 views
1 answer
    I am currently working on an intrusion system based on video surveillance. In order to complete this task, I take a ... here, but I am open to any solution. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have 4 coplanar points in a video (or image) representing a quad (not necessarily a square or rectangle) and ... and it seems to solve some problems as well. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a task to locate an object in 3D coordinate system. Since I have to get almost exact X and Y ... help me with that, do you have any suggestions? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    I am totally new to camera calibration techniques... I am using OpenCV chessboard technique... I am ... than CV_CALIB_FIX_ASPECT_RATIO?. If yes, which one? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have the following image lower = np.array([175, 125, 45], dtype="uint8") upper = np.array([ ... ://stackoverflow.com/questions/65832561/python-extract-number-from-simple-image...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am currently working on streaming sync audio and video from a server to a client. I managed to stream the video ... streaming-audio-and-video-in-python-from-a-server-to-a-client...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I wanna use the OpenCV and the camera module to recognize the qr code with Raspberry Pi3. And I followed ... com/questions/65856309/failed-building-wheel-for-zbar-in-raspberry-pi3...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
975 views
1 answer
    I want to programmatically detect a "material difference" between two images ignoring cropping and scaling ... /questions/65862499/detecting-artifact-differences-between-two-images...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How to get the Projection and modelview matrix from a camera's intrinsic parameters from calibrateCamera() and ... -projection-and-modelview-matrix-from-a-cameras-intrinsic-paramet...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Ive compiled my OpenCV-Python using CMake-gui in Windows 10, CMake generated over 11GB binary files. Is it ... /does-deleting-build-folder-that-generated-by-cmake-effect-anything...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Im going over this paper by Vogel A Direct Numerical Approach to Perspective Shape-from-Shading. I have ... .com/questions/65873691/normalizing-image-in-shape-from-shading...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I wish to approximately count the total number of storage tanks (i.e. the white circles) in this satellite ... questions/65894829/best-way-to-find-circles-in-image-using-python...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i would need some help for getting correct distance from disparity map ( had read through the opencv Book ... questions/65895053/disparity-map-and-finding-distance-point-z-wrong...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    https://github.com/Anishauday/MovingObjectcountingSpecificArea/blob/main/counter.py #Check if an object is exiting from ... a-specific-rectangular-area-instead-of-reference-line-f...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to use an RGB-D camera to detect 3D bounding boxes of books on a shelf. Here are some examples of ... create-3d-bounding-boxes-of-books-on-a-shelf-from-rgb-d-images...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm making a program that must process a live video feed and potentially saves the short clips of the feed to a file. ... /65948374/how-do-i-convert-a-four-cc-to-a-file-extension...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
838 views
1 answer
    I coded FaceCropped using cv2 and it works! I want to put img through facecropped method in ProcessedImageField model. Is ... -put-only-the-face-in-the-picture-field-using-opencv2...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I have been trying to find some sample codes in C++ to gain insight on how to use cv_bridge for ROS2 however ... com/questions/65935364/looking-for-cv-bridge-example-in-c-for-ros2...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm following a simple approach to segment cells (microscopy images) using the Watershed algorithm in ... i-improve-watershed-segmentation-of-heterogenous-structures-in-python...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...