-
### System Information
OpenCV python version: 4.10.0
Operating System / Platform: Ubuntu 24.04.1 LTS
Python version: 3.12.3
### Detailed description
cv2.fitEllipse function fails to fit an ellips…
-
Hi, I wanted to implement this script into a bigger script. On the hyper least squares paper cited, the approach is applied to ellipses. I wanted to apply it too for ellispes. The process might well w…
-
### System Information
OpenCV python version: 4.10.0
Operating System / Platform: Windows 11
Python version: 3.11.9
### Detailed description
When running `cv2.fitEllipse` on a the points below i …
-
Hello,
I am doing an ellipse fitting for a 5 positive occultation observations. I am trying to fit an ellipse using the fit_ellipse() method on sora.occultation but depending on the optimization meth…
-
Meniscus effect limits the image quality of phase reconstruction at the edge of the well, limiting sample utilization. This problem is most prominent when samples are precious, for example in OPS and …
-
Hello,
I am struggling to define a custom fitting function for use in pyGpufit.
I have already tried several variations, but never had a successful fit, so I would appreciate some help or tips.
If …
-
Implement and test additional particle image QC (remove noise, shattered pixels) for better ellipse/circle fitting.
- [ ] ~~```imgProc_sm```: Add freme-relative particle center, sub-particle stats/…
-
Hi, I am glad to have discovered an open-source work that uses a digit tactile sensor to estimate the pose of objects, but I have not found any code related to "Estimating object pose by fitting an el…
-
Move DeepLabCut eye tracking into production environment.
Eye tracking is implemented for two-photon and Neuropixels sessions. It consists of jobs in four queues:
EYE_TRACKING_QUEUE
EYE_ELLIPSE_FIT_…
-
In the averaging code, UVW coordinates are linearly interpolated which probably introduces slight error. At the moment this seems to be acceptable (https://github.com/ska-sa/xova/issues/8#issuecomment…