python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to detect water edges from a flow and measure length
The shape formed keeps changing with a change in velocity, and angle of the flow. I want to measure the distance centre orange line, and the yellow lines on both sides. The starting point will be fixe...
Bupesh Kumar
Votes: 0
Answers: 0
Error "ValueError: too many values to unpack (expected 4)" on official structured edge detection and edgeboxes example
I need help with OpenCV implementation of StructuredEdgeDetection based on the random forest based approach. I'm using official demo and getting error on line 22 ValueError: too many values to unpack....
djogicslavko
Votes: 0
Answers: 2
Finding distance between two irregular edges in a binary image
I'm trying to find the distance between two irregular edges in a Binary image at various intervals. I want to find the distance/ length of the red line (the distance between the black edge at the bott...
Starcode1619
Votes: 0
Answers: 1
Labeling objects in a sequence of imahes - MATLAB
I have a sequence of images (video frames). I need to identify the objects as they move (and also some leave the region of interest or new ones appear in the region of interest). By using bwlabel the ...
Oreboku42
Votes: 0
Answers: 0