occlusion Questions
2
I have a large number of aerial images. Some of them have the lens partially occluded. For example:
and
I'm trying to automatically detect which of the images have this using OpenCV. My initi...
Mcwhirter asked 20/8, 2014 at 3:7
0
How can I check if a vertex in a model can be seen by a camera or if it's hidden behind another object?
I aim to use that information to find the coordinates and size of a bounding box that would ...
2
Solved
So to be clear on my goals, since I don't have any code to share... Lets say I have a SCNNode which is positioned between the camera and another SCNNode. The first SCNNode is a SCNBox, but ha...
2
Solved
I'm trying make virtual objects be hidden when a real world object is positioned in front of it, but not having any luck with it, i've been playing with the occlusion settings in unity but the virt...
Huesman asked 22/1, 2016 at 23:7
2
Solved
I am trying to implement a people counting system using computer vision for uni project. Currently, my method is:
Background subtraction using MOG2
Morphological filter to remove noise
Track blob...
Arianna asked 26/4, 2013 at 8:54
1
Solved
What am I doing wrong here please?
I'm trying to shade alternate 24-hr daily rectangles with transparent gray. But only the last rectangle from the for-loop gets drawn(?!?) If I do things manually ...
Attract asked 12/5, 2012 at 12:56
1
In my 2D game, I have static and dynamic objects. There can be multiple cameras. My problem: Determine objects that intersect with the current camera's view rectangle.
Currently, I simply iterate ...
5
Solved
I'm writing a Minecraft like static 3d block world in C++ / openGL. I'm working at improving framerates, and so far I've implemented frustum culling using an octree. This helps, but I'm still seein...
1
What is the most efficient way to identify the vertices that are visible from a particular viewpoint?
I have a scene composed of several 3D models. I want to attach an identifier to each vertex (M...
Looksee asked 1/11, 2010 at 21:58
4
Solved
The occlusion algorithm is necessary in CAD and game industry. And they are different in the two industries I think. My questions are:
What kind of occlusion algorithms are applied respectively i...
1
© 2022 - 2024 — McMap. All rights reserved.