-
@tischi
We have a new embryo automated imaging project. fly-reg procedure works, but not precisely:
![image](https://user-images.githubusercontent.com/6419504/115585427-e214b200-a2cb-11eb-9ed1-cf…
-
##### System information (version)
- OpenCV => 3.4
- Operating System / Platform => Windows 10 64bit
- Compiler => Visual Studio 2015
##### Detailed description
#### This issue affects _**cv::f…
-
Hi
I have a question about slicing image across a user-defined depth from the surface boundary. I usually work with images that are curved like the below example or cylindrical objects.
[Example…
-
In this specific zone, the heating system has reached its maximum capacity, resulting in a plateau in energy usage. However, the regression used for prediction has not been split appropriately. It’s i…
-
Hi,
what data did you use to train the classifiers each?
There are some sets mentioned in /src/app/landmarks, /src/app/fddb, is there an overall data listing?
Would it be possible to share all an…
-
### Issue description
When I issue a notification via `notify-send`, for a split second, an empty window is shown in place of the notification rectangle. This very brief "ghost rectangle" is larger t…
-
What I am looking for is creating kind of bell for a trumpet but should have irregular shape.
It's like using 2 polylines within a plane to define outer/inner shape and then extruding it but also giv…
-
Hello,
I am running sourcextractor++ on some simulations using FlexibleModelFitting and a constant psf (I have tried both fits file and psf-fwhm and psf-pixel-sampling values ). I am getting for se…
-
I try like this but the result emmm
f=imread('eye.png');
g=im2bw(f,graythresh(f));%图像二值化
g = edge(g);
[r, c] = find(g == 1);
rc = [r c];
figure
plot(rc(:,1),rc(:,2),'k.');
axis equal;
title…
-
In CAD it's quite common to draw with circular arcs (elliptic arcs as well, but less often, and most commonly after transforming a circular arc with a non-uniform scale). To make the arc easy to work …