-
We use the [Hough transform](https://scikit-image.org/docs/stable/auto_examples/edges/plot_circular_elliptical_hough_transform.html) to detect circles. It works well for test data, but will not be rob…
-
I'd like to learn about hough transformation and use vips_hough_line() for that. The goal is to use vips functionality to identify (and remove) satellite trails in astrophotography images which gets i…
-
It would be nice if CUDA could be applied here.
The current state of affairs (September 2023):
* [cuCIM](https://docs.rapids.ai/api/cucim/stable/) accelerates scikit-image via GPU, but lacks any…
-
You have successfully validated the Hough transform in (phi,q/p_T) and built up combinations of the information from the two feature spaces. It is time now to study the effect of detector material and…
-
- [x] Define the transformation to move from the (x,y) parameter space to the (phi_0,q/p_T) feature space. A bit of math is posted below.
- [x] Plot the tracks in the (phi_0,q/p_T) and produce the …
-
Here I'll keep a list of functionality I'd like to add to *DIPlib* at some point:
- Filtering:
- A specialization of `dip::PercentileFilter` for 8-bit and 16-bit images could use the moving hi…
-
Input:
```
The rapid solidification experiment was performed by melting thin films of
an Al-Si alloy and monitoring the solidification using a dynamic transmission
electron microscope (DTEM) at La…
-
I have uploaded a new notebook for examining how the hough transform works. Only using it on naked signal tracks. It works pretty well, but parameters need to be tune.
I think there is some truth…
-
-