-
I have annotations that were made on one slide in QuPath that I would like to transfer onto a serial section. I've tried other methods like QuPath Interactive Image Alignment and Warpy but was told Va…
-
Hi, I was trying to run the homography training code, and I used the command "python train_homography.py --calr --fair_sampling". I did not assign GPU ID, but I got the following errors. Did I miss an…
-
Hi, thanks a lot for the amazing work. I am learning the MVS and would like to ask the difference between homo_warping and inverse_warping in your code.
I understand homo_warping warp the feature …
-
After `pip install s2p`, when I test if S2P is correctly working using `make test`, it shows:
```
cp 3rdparty/lsd/lsd bin
cc -fpic -march=native -O3 -c c/iio.c -o c/iio.o
c/iio.c:1:1: error: expec…
-
hello, I have a questions about warp_local
` for i in tqdm(range(self.final_height)) if progress else range(self.final_height):
m = np.where(i < mesh_h)[0][0]
for j…
jsjy1 updated
2 years ago
-
Each band of multispectral sensors (e.g. Micasense Rededge, Sequoia) is taken with separate lens, where different angle for each band is appied (each band image is in separate file). When sources imag…
-
there is an H matrix in addImagePoints(detection, standaloneTagImagePoints) , i'm wondering how H is get int your function?
some details:
1.homography_project(detection->H, tag_x[i], tag_y[i], &…
-
Dear, @artivis
I followed your discussion [here](https://github.com/mherb/kalman/issues/18) regarding the need for composite/compound state support. I also see that in the manif repo, there is a wa…
-
In https://kornia-tutorials.readthedocs.io/en/latest/image_matching.html there is
```
H, inliers = cv2.findFundamentalMat()
```
but this is confusing since the reader assumes this is returning the…
-
Thank you for the outstanding work you do. I would like to ask if it is possible to enter the coordinates of a point (x, y) and find the coordinates of the corresponding point (x', y') on another pict…