opencv tag

104 questions


1 answers
68 views
0
I use LK method to calculate the optical flow of OpenCV.

If the win_size value is greater than or equal to 16, OpenCV Error: Assertion failed ((icvCalcOpticalFlowLK_8u32fR(uchar*)srcA->data.ptr, (uchar*)srcB->data.ptr,srcA->step,cvGetMatSize(srcA),...

2 years ago

1 answers
84 views
0
Createsamples/traincascade/haartaraining stops when creating OpenCV image detection classifiers

I would like to use OpenCV 2.4.10 to create an XML file by creating positive and negative samples at a command prompt. When I make a positive sample, I also create a vec file. The capacity is 0, but i...

2 years ago

1 answers
57 views
0
I want to surround the outline with circles and squares.

opencv C++ I can make an outline, but I don't know how to surround it with circles or squares.#include stdafx.h # include <vector> # include <strstream> void run() { cv::Match; // Main l...

2 years ago

1 answers
71 views
0
I want to output the minimum value from the distance information obtained from the depth sensor.

Is there any good way?cout<<min(depth[i])<endl;I tried it in , but it didn't work.#include stdafx.h # include <vector># include <algorithm>using namespace std;NUI_LOCKED_RECT dep...

2 years ago

1 answers
77 views
0
How to Save After Video File Edge Detection in opencv

There is something I don't understand about how to use opencv.I would like to have opencv detect the edge of the original video file and save it as a new video file.Attempted to execute with the follo...

2 years ago

1 answers
108 views
0
I would like to gray out Python & OpenCV, but an AttributeError appears.

US>Tools used·Python 3.6·OpenCV 4.5 ( 最新I included the latest version)·Anaconda 3.0I touched on image processing for the first time.At first, I thought it would be really fun, but I got an error and t...

2 years ago

1 answers
85 views
0
Understanding OpenCV3 HDR Synthesis

I thought OpenCV 3.0's HDR synthesis would be used by iOS, so I coded it by referring to the following site.http://docs.opencv.org/master/d3/db7/tutorial_hdr_imaging.htmlThe code is as follows. - (UII...

2 years ago

1 answers
88 views
0
System development environment using OpenCV running on Rasppberry Pi 3 Model B

I would like to develop a system using OpenCV running on Raspberry Pi 3 Model B, but I am not sure how to set up the development environment.I'm not sure if it's easier to program with Raspberry Pi or...


1 answers
62 views
0
OpenCV Background Differences Program

When I did the background difference in opencv,OpenCV Error: Assertion failed(m.dims>=2) in Mat, file/build/opencv-ISmtkH/opencv-2.4.9.1+dfsg/modules/core/src/matrix.cpp, line 269Traceback (most re...

2 years ago

2 answers
133 views
0
Information About Installing OpenCV and CUDA

We are currently trying to build an environment for GPU programming using OpenCV.However, there are some problems and the installation (strictly lib, dll creation) will fail. If you know the cause, pl...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.