-
Conversion from pixel locations to machine coordinates has been implemented.
### Usage:
``` python
detect_plants("soil_image.jpg", blur=15, morph=6, iterations=4,
calibration_img="pixel_…
-
## Description of issue / requirement to address
We have a few different coordinate system conversions, most of which are 2D. It would be good to consolidate these in a way that allows us to also c…
-
Hi! I came across this library a few weeks ago and was just trying to integrate it within a project of mine. I'm running into some issues though was wondering if you might be able to help me understan…
-
Hi,
I am wondering if this part will introduces some bugs `https://github.com/DetectionTeamUCAS/R2CNN_Faster-RCNN_Tensorflow/blob/854fe56697132ef82b13e9570f077fcd9e6c6e78/libs/box_utils/coordinate_…
-
It would be helpful to have utilities to convert center of magnification center of mass coordinates and also to primary as the origin. Maybe also to correct the alpha problem...
-
View details in Rollbar: [https://app.rollbar.com/a/jimmy.andrews/fix/item/VariantGrid/5459](https://app.rollbar.com/a/jimmy.andrews/fix/item/VariantGrid/5459)
```
File "/opt/variantgrid/classifica…
-
I am working with geo LiDAR sets in LAS format, and my simple use case is that I want to easily georeference a selected point.
It took me forever to realize that Displaz is converting the source x,…
-
Hi, thanks for the great work!
I want to project a 3D point [x, y, z] to an arbitrary camera's image plane. This can be done easily if not using NDC, because we can use the w3c and c2w matrix Colma…
-
I know about the output of the mediapipe should be the coordinates of the NDC, how did you convert the output so that it can be used correctly in unity?
Or maybe the data uploaded from your mobile ph…
-
The `Point` class seems to be used for many things. For example, the projections `forward` and `inverse` methods take the x and y of a point and treat them as latitude and longitude values. That is ki…