-
Hi,
Firstly, your fantastic work is really helpful. And there is a small problem with using:
After importing the torch and deep_hough package in python, the error
`imtens = imtens.cuda()`
`Runt…
-
Empty "Canny Edge Detection" and "Hough Transforms" input sections.
![image](https://cloud.githubusercontent.com/assets/229747/20386186/ee0bb5ce-acd3-11e6-9924-aae16fe5d9ab.png)
-
Playing field detection can fail when the surface is not perfectly flat. This seems to be a property of the Hough transform. Make this more robust.
-
### Describe the bug
When triggering a booby trap the resulting grenade (active) does not explode. When loading a save with the grenade (active) on the ground it damages the surrounding terrain but n…
-
Working with Pam Hough in the business office to get this done.
Related to #151
child of #153
-
The `theta` parameter in `hough_line`defaults to `linspace(-pi/2, +pi/2, 180)`. This is a poor choice for two reasons:
1. -pi/2 and +pi/2 are degenerate
2. This means there's no point at `theta=0`
A…
-
The basic CHT implemented which uses a 3d accumulator is a memory hog and superseded by any one of many updates on this algorithm - see e.g.
A comparative study of Hough transform methods for circle…
jmetz updated
2 years ago
-
In VIVADO HLS 2019.1 Windows
cflag: -IF:/thesis/07_Final/HOUGH_SINGLE/Hough_accel/INC -D__SDSVHLS__ -std=c++0x
my code (same as example):
`
#include "hls_stream.h"
#include "ap_int.h"
#in…
-
1. feature engineering for local filtering
2. generating background data
3. visualization of probabilities to see how local filtering works, visualization of hough working of results of local filterin…
-
I got the canny to work but actually running the hough section of the code is taking forever. To fix this I should implement my pyramid image downsample.